@primer/stylelint-config 13.0.0-rc.ee6ceb5 → 13.0.0-rc.ee7c4cb

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import valueParser from 'postcss-value-parser';
5
5
  import { createRequire } from 'node:module';
6
6
  import anymatch from 'anymatch';
7
7
  import TapMap from 'tap-map';
8
- import variables$1 from '@primer/css/dist/variables.json' assert { type: 'json' };
8
+ import variables$1 from '@primer/css/dist/variables.json' with { type: 'json' };
9
9
  import matchAll from 'string.prototype.matchall';
10
10
 
11
11
  var propertyOrder = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/stylelint-config",
3
- "version": "13.0.0-rc.ee6ceb5",
3
+ "version": "13.0.0-rc.ee7c4cb",
4
4
  "description": "Sharable stylelint config used by GitHub's CSS",
5
5
  "author": "GitHub, Inc.",
6
6
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "@github/browserslist-config": "^1.0.0",
47
47
  "@primer/css": "^21.0.8",
48
- "@primer/primitives": "^8.2.0",
48
+ "@primer/primitives": "^9.0.1",
49
49
  "anymatch": "^3.1.1",
50
50
  "postcss-scss": "^4.0.2",
51
51
  "postcss-styled-syntax": "^0.6.4",
@@ -78,7 +78,7 @@
78
78
  "jest-preset-stylelint": "^7.0.0",
79
79
  "prettier": "^3.2.5",
80
80
  "rimraf": "^6.0.1",
81
- "rollup": "^4.14.3"
81
+ "rollup": "^4.21.1"
82
82
  },
83
83
  "jest": {
84
84
  "transform": {},