Skip to content

Commit 6eccb97

Browse files
hard pinned package versions (#2)
1 parent a40668c commit 6eccb97

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
lines changed

package-lock.json

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

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -31,48 +31,48 @@
3131
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
3232
},
3333
"devDependencies": {
34-
"@types/adm-zip": "^0.5.5",
34+
"@types/adm-zip": "0.5.5",
3535
"@types/jest": "29.2.4",
36-
"@types/jsonpath": "^0.2.4",
37-
"@types/lodash": "^4.14.192",
38-
"@types/validator": "^13.11.1",
36+
"@types/jsonpath": "0.2.4",
37+
"@types/lodash": "4.17.9",
38+
"@types/validator": "13.11.9",
3939
"@types/node": "18.11.18",
40-
"copyfiles": "^2.4.1",
40+
"copyfiles": "2.4.1",
4141
"jest": "29.3.1",
42-
"jest-summary-reporter": "^0.0.2",
43-
"rimraf": "^4.4.1",
44-
"tsc-alias": "^1.8.6",
45-
"tslint": "^6.1.3",
46-
"tslint-config-prettier": "^1.18.0"
42+
"jest-summary-reporter": "0.0.2",
43+
"rimraf": "4.4.1",
44+
"tsc-alias": "1.8.6",
45+
"tslint": "6.1.3",
46+
"tslint-config-prettier": "1.18.0"
4747
},
4848
"dependencies": {
4949
"@guanghechen/helper-string": "4.7.1",
50-
"@inquirer/prompts": "^7.0.1",
51-
"@typescript-eslint/eslint-plugin": "^5.0.0",
52-
"@typescript-eslint/parser": "^5.0.0",
53-
"adm-zip": "^0.5.16",
54-
"axios": "^1.8.3",
50+
"@inquirer/prompts": "7.0.1",
51+
"@typescript-eslint/eslint-plugin": "5.62.0",
52+
"@typescript-eslint/parser": "5.62.0",
53+
"adm-zip": "0.5.16",
54+
"axios": "1.8.3",
5555
"chalk": "4.1.2",
56-
"comment-json": "^4.2.3",
57-
"dotenv": "^16.0.3",
58-
"eslint": "^8.56.0",
59-
"eslint-config-prettier": "^9.1.0",
60-
"eslint-plugin-prettier": "^4.0.0",
56+
"comment-json": "4.2.3",
57+
"dotenv": "16.0.3",
58+
"eslint": "8.57.1",
59+
"eslint-config-prettier": "9.1.0",
60+
"eslint-plugin-prettier": "4.2.1",
6161
"handlebars": "4.7.7",
62-
"http-proxy-agent": "^7.0.0",
63-
"https-proxy-agent": "^7.0.0",
64-
"json-schema-to-typescript": "^15.0.4",
65-
"jsonpath": "^1.1.1",
62+
"http-proxy-agent": "7.0.0",
63+
"https-proxy-agent": "7.0.0",
64+
"json-schema-to-typescript": "15.0.4",
65+
"jsonpath": "1.1.1",
6666
"lodash": "4.17.21",
67-
"prettier": "^3.0.0",
68-
"semver": "^7.5.4",
67+
"prettier": "3.0.0",
68+
"semver": "7.5.4",
6969
"shelljs": "0.8.5",
70-
"slugify": "^1.6.6",
71-
"socket.io-client": "^4.7.5",
72-
"typescript": "~5.1.6",
73-
"typescript-json-schema": "^0.63.0",
70+
"slugify": "1.6.6",
71+
"socket.io-client": "4.7.5",
72+
"typescript": "5.1.6",
73+
"typescript-json-schema": "0.63.0",
7474
"uuid": "9.0.0",
75-
"validator": "^13.11.0",
75+
"validator": "13.11.0",
7676
"yargs": "17.7.1"
7777
},
7878
"engines": {

0 commit comments

Comments
 (0)