Skip to content

Commit 9d90ff5

Browse files
committed
Specify explicit min versions instead of latest to make dependabot happy
1 parent 49ec7fd commit 9d90ff5

File tree

8 files changed

+1292
-99
lines changed

8 files changed

+1292
-99
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"url": "https://github.com/robertoraggi/cplusplus/issues"
2525
},
2626
"devDependencies": {
27-
"zx": "latest",
28-
"jsonc-cli": "latest"
27+
"jsonc-cli": "^1.0.2",
28+
"zx": "^8.6.1"
2929
},
3030
"workspaces": [
3131
"packages/*"

packages/cxx-frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"url": "https://github.com/robertoraggi/cplusplus/issues"
3838
},
3939
"devDependencies": {
40-
"@types/node": "latest",
41-
"esbuild": "latest",
42-
"prettier": "latest",
43-
"typedoc": "latest",
44-
"typescript": "latest",
45-
"zx": "latest"
40+
"@types/node": "^24.0.10",
41+
"esbuild": "^0.25.5",
42+
"prettier": "^3.6.2",
43+
"typedoc": "^0.28.7",
44+
"typescript": "^5.8.3",
45+
"zx": "^8.6.1"
4646
}
4747
}

packages/cxx-gen-ast/package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,13 @@
2424
},
2525
"license": "MIT",
2626
"devDependencies": {
27-
"@types/node": "latest",
28-
"@types/yargs": "latest",
29-
"@typescript-eslint/eslint-plugin": "latest",
30-
"@typescript-eslint/parser": "latest",
31-
"eslint": "latest",
32-
"typescript": "latest"
33-
},
34-
"dependencies": {
35-
"prettier": "latest",
36-
"yargs": "latest"
27+
"@types/node": "^24.0.10",
28+
"@types/yargs": "^17.0.33",
29+
"@typescript-eslint/eslint-plugin": "^8.35.1",
30+
"@typescript-eslint/parser": "^8.35.1",
31+
"eslint": "^9.30.1",
32+
"prettier": "^3.6.2",
33+
"typescript": "^5.8.3",
34+
"yargs": "^18.0.0"
3735
}
3836
}

packages/cxx-gen-lsp/package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@
2424
},
2525
"license": "MIT",
2626
"devDependencies": {
27-
"@types/node": "latest",
28-
"@typescript-eslint/eslint-plugin": "latest",
29-
"@typescript-eslint/parser": "latest",
30-
"eslint": "latest",
31-
"typescript": "latest"
32-
},
33-
"dependencies": {
34-
"prettier": "latest"
27+
"@types/node": "^24.0.10",
28+
"@typescript-eslint/eslint-plugin": "^8.35.1",
29+
"@typescript-eslint/parser": "^8.35.1",
30+
"eslint": "^9.30.1",
31+
"prettier": "^3.6.2",
32+
"typescript": "^5.8.3"
3533
}
3634
}

packages/cxx-playground/package.json

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,42 +9,40 @@
99
"lint": "eslint .",
1010
"preview": "vite preview"
1111
},
12-
"dependencies": {
12+
"devDependencies": {
13+
"@eslint/js": "^9.30.1",
1314
"@radix-ui/react-dialog": "^1.1.14",
1415
"@radix-ui/react-separator": "^1.1.7",
1516
"@radix-ui/react-slot": "^1.2.3",
1617
"@radix-ui/react-tooltip": "^1.2.7",
17-
"class-variance-authority": "^0.7.1",
18-
"clsx": "^2.1.1",
19-
"lucide-react": "^0.525.0",
20-
"react": "latest",
21-
"react-dom": "latest",
22-
"react-resizable-panels": "^3.0.3",
23-
"tailwind-merge": "^3.3.1"
24-
},
25-
"devDependencies": {
26-
"@eslint/js": "latest",
2718
"@tailwindcss/vite": "^4.1.11",
2819
"@tanstack/react-query": "^5.81.5",
29-
"@types/react": "latest",
30-
"@types/react-dom": "latest",
20+
"@types/react": "^19.1.8",
21+
"@types/react-dom": "^19.1.6",
3122
"@types/react-window": "^1.8.8",
32-
"@vitejs/plugin-react": "latest",
23+
"@vitejs/plugin-react": "^4.6.0",
3324
"birpc": "^2.4.0",
25+
"class-variance-authority": "^0.7.1",
26+
"clsx": "^2.1.1",
3427
"cxx-frontend": "^1.1.27",
35-
"eslint": "latest",
36-
"eslint-plugin-react-hooks": "latest",
37-
"eslint-plugin-react-refresh": "latest",
38-
"globals": "latest",
28+
"eslint": "^9.30.1",
29+
"eslint-plugin-react-hooks": "^5.2.0",
30+
"eslint-plugin-react-refresh": "^0.4.20",
31+
"globals": "^16.3.0",
32+
"lucide-react": "^0.525.0",
3933
"monaco-editor": "^0.52.2",
4034
"prettier": "^3.6.2",
35+
"react": "^19.1.0",
36+
"react-dom": "^19.1.0",
37+
"react-resizable-panels": "^3.0.3",
4138
"react-virtualized-auto-sizer": "^1.0.26",
4239
"react-window": "^1.8.11",
40+
"tailwind-merge": "^3.3.1",
4341
"tailwindcss": "^4.1.11",
4442
"tw-animate-css": "^1.3.5",
45-
"typescript": "latest",
46-
"typescript-eslint": "latest",
43+
"typescript": "^5.8.3",
44+
"typescript-eslint": "^8.35.1",
4745
"use-debounce": "^10.0.5",
48-
"vite": "latest"
46+
"vite": "^7.0.2"
4947
}
5048
}

0 commit comments

Comments
 (0)