Skip to content

Commit 56a91a1

Browse files
committed
Update pnpm to 10.19.0
1 parent 6ad1726 commit 56a91a1

File tree

3 files changed

+100
-100
lines changed

3 files changed

+100
-100
lines changed

.mise.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ PRETTIER_EXPERIMENTAL_CLI = "1"
33

44
[tools]
55
node = "22.21.0"
6-
pnpm = "10.18.3"
7-
6+
pnpm = "10.19.0"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engines": {
77
"node": "^22.0.0"
88
},
9-
"packageManager": "pnpm@10.18.3",
9+
"packageManager": "pnpm@10.19.0",
1010
"license": "MIT",
1111
"repository": {
1212
"type": "git",
@@ -61,7 +61,7 @@
6161
"@testing-library/dom": "^10.4.1",
6262
"@testing-library/react": "^16.3.0",
6363
"@types/luxon": "^3.7.1",
64-
"@types/node": "^22.18.11",
64+
"@types/node": "^22.18.12",
6565
"@types/react": "^19.2.2",
6666
"@types/react-dom": "^19.2.2",
6767
"@types/string-natural-compare": "^3.0.4",
@@ -73,7 +73,7 @@
7373
"prettier": "^3.6.2",
7474
"typedoc": "^0.28.14",
7575
"typescript": "^5.9.3",
76-
"typescript-eslint": "^8.46.1",
76+
"typescript-eslint": "^8.46.2",
7777
"vitest": "^3.2.4"
7878
},
7979
"peerDependencies": {

0 commit comments

Comments
 (0)