Skip to content

Commit 51ce3cb

Browse files
chore(deps): update devdependencies (non-major)
1 parent 60996a7 commit 51ce3cb

File tree

8 files changed

+1620
-2588
lines changed

8 files changed

+1620
-2588
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,34 +47,34 @@
4747
},
4848
"prettier": "@sanity/prettier-config",
4949
"devDependencies": {
50-
"@commitlint/cli": "^19.8.0",
51-
"@commitlint/config-conventional": "^19.8.0",
52-
"@commitlint/types": "^19.8.0",
53-
"@google-cloud/storage": "^7.16.0",
54-
"@playwright/test": "^1.52.0",
50+
"@commitlint/cli": "^19.8.1",
51+
"@commitlint/config-conventional": "^19.8.1",
52+
"@commitlint/types": "^19.8.1",
53+
"@google-cloud/storage": "^7.17.1",
54+
"@playwright/test": "^1.55.1",
5555
"@repo/config-eslint": "workspace:*",
5656
"@repo/config-test": "workspace:*",
5757
"@repo/tsconfig": "workspace:*",
5858
"@sanity/pkg-utils": "^7.2.2",
59-
"@sanity/prettier-config": "^1.0.3",
60-
"@types/node": "^22.10.5",
61-
"@vitest/coverage-v8": "3.1.2",
59+
"@sanity/prettier-config": "^1.0.6",
60+
"@types/node": "^22.18.6",
61+
"@vitest/coverage-v8": "3.2.4",
6262
"eslint": "^9.22.0",
63-
"husky": "^9.1.6",
64-
"knip": "^5.52.0",
65-
"lint-staged": "^15.2.10",
66-
"minimatch": "^10.0.1",
63+
"husky": "^9.1.7",
64+
"knip": "^5.64.1",
65+
"lint-staged": "^15.5.2",
66+
"minimatch": "^10.0.3",
6767
"npm-run-all2": "^7.0.2",
68-
"prettier": "^3.5.3",
68+
"prettier": "^3.6.2",
6969
"read-package-up": "^11.0.0",
7070
"rimraf": "^6.0.1",
71-
"tsx": "^4.19.4",
72-
"turbo": "^2.5.2",
73-
"typedoc": "^0.28.3",
71+
"tsx": "^4.20.6",
72+
"turbo": "^2.5.8",
73+
"typedoc": "^0.28.13",
7474
"typescript": "^5.8.3",
7575
"vite": "^6.3.4",
76-
"vitest": "^3.1.2",
77-
"zx": "^8.5.3"
76+
"vitest": "^3.2.4",
77+
"zx": "^8.8.4"
7878
},
7979
"packageManager": "[email protected]",
8080
"engines": {

packages/@repo/config-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-simple-import-sort": "^12.1.1",
2727
"eslint-plugin-tsdoc": "^0.4.0",
2828
"eslint-plugin-unused-imports": "^4.1.4",
29-
"globals": "^16.0.0",
29+
"globals": "^16.4.0",
3030
"typescript-eslint": "^8.26.1"
3131
}
3232
}

packages/@repo/config-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"devDependencies": {
1414
"@repo/config-eslint": "workspace:*",
1515
"@repo/dev-aliases": "workspace:*",
16-
"vitest": "^3.1.2"
16+
"vitest": "^3.2.4"
1717
}
1818
}

packages/@repo/e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"ora": "^7.0.1"
4242
},
4343
"devDependencies": {
44-
"@playwright/test": "^1.52.0",
44+
"@playwright/test": "^1.55.1",
4545
"@repo/config-eslint": "workspace:*",
4646
"@repo/tsconfig": "workspace:*",
4747
"@sanity/pkg-utils": "^7.2.2",
4848
"@types/lodash-es": "^4.17.12",
49-
"@types/node": "^22.10.5",
49+
"@types/node": "^22.18.6",
5050
"eslint": "^9.22.0",
51-
"tsx": "^4.7.1",
51+
"tsx": "^4.20.6",
5252
"typescript": "^5.0.0"
5353
},
5454
"peerDependencies": {

packages/@repo/package.bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@repo/config-eslint": "workspace:*",
1414
"@types/lodash-es": "^4.17.12",
15-
"@vitejs/plugin-react": "^4.4.1",
15+
"@vitejs/plugin-react": "^4.7.0",
1616
"eslint": "^9.23.0",
1717
"lodash-es": "^4.17.21",
1818
"typescript": "^5.8.3",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@
8080
"@repo/tsconfig": "workspace:*",
8181
"@sanity/browserslist-config": "^1.0.5",
8282
"@sanity/pkg-utils": "^7.9.6",
83-
"@sanity/prettier-config": "^1.0.3",
83+
"@sanity/prettier-config": "^1.0.6",
8484
"@types/lodash-es": "^4.17.12",
85-
"@vitest/coverage-v8": "3.1.2",
85+
"@vitest/coverage-v8": "3.2.4",
8686
"eslint": "^9.22.0",
87-
"prettier": "^3.5.3",
87+
"prettier": "^3.6.2",
8888
"rollup-plugin-visualizer": "^5.14.0",
8989
"typescript": "^5.8.3",
9090
"vite": "^6.3.4",
91-
"vitest": "^3.1.2"
91+
"vitest": "^3.2.4"
9292
},
9393
"packageManager": "[email protected]",
9494
"engines": {

packages/react/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,26 @@
7474
"@repo/package.config": "workspace:*",
7575
"@repo/tsconfig": "workspace:*",
7676
"@sanity/browserslist-config": "^1.0.5",
77-
"@sanity/comlink": "^3.0.4",
77+
"@sanity/comlink": "^3.0.9",
7878
"@sanity/pkg-utils": "^7.2.2",
79-
"@sanity/prettier-config": "^1.0.3",
80-
"@testing-library/jest-dom": "^6.6.3",
79+
"@sanity/prettier-config": "^1.0.6",
80+
"@testing-library/jest-dom": "^6.8.0",
8181
"@testing-library/react": "^16.3.0",
82-
"@types/react": "^19.1.2",
83-
"@types/react-dom": "^19.1.3",
84-
"@vitejs/plugin-react": "^4.4.1",
85-
"@vitest/coverage-v8": "3.1.2",
86-
"babel-plugin-react-compiler": "19.1.0-rc.1",
82+
"@types/react": "^19.1.14",
83+
"@types/react-dom": "^19.1.9",
84+
"@vitejs/plugin-react": "^4.7.0",
85+
"@vitest/coverage-v8": "3.2.4",
86+
"babel-plugin-react-compiler": "19.1.0-rc.3",
8787
"eslint": "^9.22.0",
8888
"groq-js": "^1.19.0",
8989
"jsdom": "^25.0.1",
90-
"prettier": "^3.5.3",
91-
"react": "^19.1.0",
92-
"react-dom": "^19.1.0",
90+
"prettier": "^3.6.2",
91+
"react": "^19.1.1",
92+
"react-dom": "^19.1.1",
9393
"rollup-plugin-visualizer": "^5.14.0",
9494
"typescript": "^5.8.3",
9595
"vite": "^6.3.4",
96-
"vitest": "^3.1.2"
96+
"vitest": "^3.2.4"
9797
},
9898
"peerDependencies": {
9999
"react": "^18.0.0 || ^19.0.0",

0 commit comments

Comments
 (0)