Skip to content

Commit ac92a10

Browse files
committed
fix: update pnpm + fix cspell
1 parent d10f4b6 commit ac92a10

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

cspell.config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ words:
3030
- choco
3131
- clangd
3232
- cmake
33+
- cmakelang
34+
- cmakelint
35+
- llvmorg
3336
- cmakeformat
3437
- cobertura
3538
- copr

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"macos-release": "^3.3.0",
121121
"memoizee": "^0.4.17",
122122
"mkdirp": "^3.0.1",
123+
"mri": "^1.2.0",
123124
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#c01f519bd995460228ed3dec4df51df92dc290fd",
124125
"node-downloader-helper": "2.1.9",
125126
"npm-check-updates": "^18.0.0",
@@ -141,6 +142,7 @@
141142
"setup-brew": "workspace:*",
142143
"setup-python": "github:aminya/setup-python#9700887",
143144
"shx": "0.4.0",
145+
"simple-update-notifier": "^2.0.0",
144146
"terser": "^5.39.0",
145147
"terser-config-atomic": "^1.0.0",
146148
"time-delta": "github:aminya/time-delta#69d91a4",
@@ -156,9 +158,7 @@
156158
"vite": "^6.2.0",
157159
"vite-plugin-babel": "^1.3.0",
158160
"web-streams-polyfill": "^4.1.0",
159-
"which": "^4.0.0",
160-
"mri": "^1.2.0",
161-
"simple-update-notifier": "^2.0.0"
161+
"which": "^4.0.0"
162162
},
163163
"productionDependencies": [
164164
"@actions/core",
@@ -207,7 +207,7 @@
207207
"node": ">=12.x",
208208
"pnpm": "^10"
209209
},
210-
"packageManager": "pnpm@10.9.0",
210+
"packageManager": "pnpm@10.10.0",
211211
"workspaces": [
212212
"packages/*"
213213
],

0 commit comments

Comments
 (0)