Skip to content

Commit 3a637fb

Browse files
authored
chore(deps): use semver range specifiers (#161)
1 parent fd29281 commit 3a637fb

File tree

2 files changed

+527
-173
lines changed

2 files changed

+527
-173
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,25 @@
3939
"test": "jest"
4040
},
4141
"dependencies": {
42-
"jscodeshift": "0.14.0",
43-
"table": "6.8.0"
42+
"jscodeshift": "^0.14.0",
43+
"table": "^6.8.0"
4444
},
4545
"devDependencies": {
46-
"@changesets/cli": "2.21.0",
47-
"@tsconfig/node14": "1.0.3",
48-
"@types/jest": "29.2.3",
49-
"@types/jscodeshift": "0.11.5",
50-
"@types/node": "14.18.33",
51-
"@typescript-eslint/eslint-plugin": "5.43.0",
52-
"@typescript-eslint/parser": "5.43.0",
53-
"eslint": "8.27.0",
54-
"eslint-plugin-simple-import-sort": "8.0.0",
55-
"jest": "29.3.1",
56-
"lint-staged": "13.0.3",
46+
"@changesets/cli": "^2.21.0",
47+
"@tsconfig/node14": "^1.0.3",
48+
"@types/jest": "^29.2.3",
49+
"@types/jscodeshift": "^0.11.5",
50+
"@types/node": "^14.18.33",
51+
"@typescript-eslint/eslint-plugin": "^5.43.0",
52+
"@typescript-eslint/parser": "^5.43.0",
53+
"eslint": "^8.27.0",
54+
"eslint-plugin-simple-import-sort": "^8.0.0",
55+
"jest": "^29.3.1",
56+
"lint-staged": "^13.0.3",
5757
"prettier": "2.5.1",
58-
"simple-git-hooks": "2.8.1",
59-
"ts-jest": "29.0.3",
60-
"typescript": "4.8.4"
58+
"simple-git-hooks": "^2.8.1",
59+
"ts-jest": "^29.0.3",
60+
"typescript": "~4.8.4"
6161
},
6262
"engines": {
6363
"node": ">=14.0.0"

0 commit comments

Comments
 (0)