Skip to content

Commit 8a71459

Browse files
Fixated versions
1 parent 1f4bc7f commit 8a71459

File tree

3 files changed

+39
-38
lines changed

3 files changed

+39
-38
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

typescript/package-lock.json

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

typescript/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@
1111
"homepage": "https://github.com/jqassistant-plugin/jqassistant-typescript-plugin/blob/main/typescript/README.md",
1212
"license": "GNU GENERAL PUBLIC LICENSE",
1313
"dependencies": {
14-
"@types/node": "^24.3.0",
15-
"@typescript-eslint/eslint-plugin": "^8.42.0",
16-
"@typescript-eslint/parser": "^8.42.0",
17-
"@typescript-eslint/typescript-estree": "^8.42.0",
18-
"cli-progress": "^3.12.0",
19-
"commander": "^14.0.0",
20-
"eslint": "^9.34.0",
21-
"json5": "^2.2.3",
22-
"minimatch": "^10.0.3",
23-
"readdirp": "^4.1.2",
24-
"typescript": "^5.9.2"
14+
"@types/node": "24.3.0",
15+
"@typescript-eslint/eslint-plugin": "8.42.0",
16+
"@typescript-eslint/parser": "8.42.0",
17+
"@typescript-eslint/typescript-estree": "8.42.0",
18+
"cli-progress": "3.12.0",
19+
"commander": "14.0.0",
20+
"eslint": "9.34.0",
21+
"json5": "2.2.3",
22+
"minimatch": "10.0.3",
23+
"readdirp": "4.1.2",
24+
"typescript": "5.9.2"
2525
},
2626
"devDependencies": {
27-
"@types/cli-progress": "^3.11.6",
28-
"@types/jest": "^30.0.0",
29-
"@types/minimatch": "^6.0.0",
30-
"eslint-config-prettier": "^10.1.8",
31-
"jest": "^30.1.3",
32-
"npm-check-updates": "^18.0.3",
27+
"@types/cli-progress": "3.11.6",
28+
"@types/jest": "30.0.0",
29+
"@types/minimatch": "6.0.0",
30+
"eslint-config-prettier": "10.1.8",
31+
"jest": "30.1.3",
32+
"npm-check-updates": "18.0.3",
3333
"prettier": "3.6.2",
34-
"ts-jest": "^29.4.1",
35-
"ts-node": "^10.9.2"
34+
"ts-jest": "29.4.1",
35+
"ts-node": "10.9.2"
3636
},
3737
"scripts": {
3838
"build": "tsc",

0 commit comments

Comments
 (0)