Skip to content

Commit c5a3a54

Browse files
committed
refactor: pin all dependencies
as we'd like to only retrieve any new versions via dependabot updates
1 parent 7be7dba commit c5a3a54

File tree

4 files changed

+99
-80
lines changed

4 files changed

+99
-80
lines changed

package-lock.json

Lines changed: 66 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,27 @@
4444
"test": "npm test --workspaces"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.28.0",
48-
"@babel/preset-env": "^7.28.0",
49-
"@changesets/cli": "^2.29.5",
50-
"@commitlint/cli": "^19.8.1",
51-
"@commitlint/config-conventional": "^19.8.1",
52-
"@vitest/coverage-v8": "^3.2.4",
53-
"http-server": "^14.1.1",
54-
"husky": "^9.1.7",
55-
"jsdom": "^26.1.0",
56-
"lint-staged": "^16.1.2",
57-
"markdownlint-cli": "^0.45.0",
58-
"microbundle": "^0.15.1",
59-
"npm-run-all2": "^8.0.4",
60-
"playwright": "^1.54.1",
47+
"@babel/core": "7.28.0",
48+
"@babel/preset-env": "7.28.0",
49+
"@changesets/cli": "2.29.5",
50+
"@commitlint/cli": "19.8.1",
51+
"@commitlint/config-conventional": "19.8.1",
52+
"@vitest/coverage-v8": "3.2.4",
53+
"http-server": "14.1.1",
54+
"husky": "9.1.7",
55+
"jsdom": "26.1.0",
56+
"lint-staged": "16.1.2",
57+
"markdownlint-cli": "0.45.0",
58+
"microbundle": "0.15.1",
59+
"npm-run-all2": "8.0.4",
60+
"playwright": "1.54.1",
6161
"prettier": "3.6.2",
62-
"prettier-plugin-organize-imports": "^4.1.0",
63-
"prettier-plugin-pkg": "^0.21.2",
64-
"publint": "^0.3.12",
65-
"vite": "^7.0.5",
66-
"vitest": "^3.2.4",
67-
"xo": "^1.1.1"
62+
"prettier-plugin-organize-imports": "4.1.0",
63+
"prettier-plugin-pkg": "0.21.2",
64+
"publint": "0.3.12",
65+
"vite": "7.0.5",
66+
"vitest": "3.2.4",
67+
"xo": "1.1.1"
6868
},
6969
"overrides": {
7070
"@eslint/plugin-kit": "0.3.3"

packages/css-if-polyfill/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
"test:vitest:watch": "vitest"
5757
},
5858
"devDependencies": {
59-
"@babel/core": "^7.28.0",
60-
"@babel/preset-env": "^7.28.0",
61-
"@vitest/coverage-v8": "^3.2.4",
62-
"jsdom": "^26.1.0",
63-
"microbundle": "^0.15.1",
64-
"vite": "^7.0.5",
65-
"vitest": "^3.2.4",
66-
"xo": "^1.1.1"
59+
"@babel/core": "7.28.0",
60+
"@babel/preset-env": "7.28.0",
61+
"@vitest/coverage-v8": "3.2.4",
62+
"jsdom": "26.1.0",
63+
"microbundle": "0.15.1",
64+
"vite": "7.0.5",
65+
"vitest": "3.2.4",
66+
"xo": "1.1.1"
6767
},
6868
"source": "src/index.js",
6969
"umd:main": "dist/index.umd.js"

packages/postcss-if-function/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@
5151
"test:vitest:watch": "vitest"
5252
},
5353
"peerDependencies": {
54-
"postcss": "^8.0.0"
54+
"postcss": "8.0.0"
5555
},
5656
"dependencies": {
5757
"css-if-polyfill": "0.1.3"
5858
},
5959
"devDependencies": {
60-
"microbundle": "^0.15.1",
61-
"postcss": "^8.4.0",
62-
"vitest": "^3.2.4",
63-
"xo": "^1.1.1"
60+
"microbundle": "0.15.1",
61+
"postcss": "8.4.0",
62+
"vitest": "3.2.4",
63+
"xo": "1.1.1"
6464
},
6565
"source": "src/index.js",
6666
"umd:main": "dist/index.umd.js"

0 commit comments

Comments
 (0)