Skip to content

Commit f79cce3

Browse files
committed
Loosen devDependencies
1 parent 12f76ca commit f79cce3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
},
3636
"homepage": "https://github.com/abraham/remotedata#readme",
3737
"devDependencies": {
38-
"pkg-ok": "^3.0.0-next.3",
39-
"@types/jest": "27.4.1",
40-
"@typescript-eslint/eslint-plugin": "5.13.0",
41-
"@typescript-eslint/parser": "5.13.0",
42-
"eslint": "8.10.0",
43-
"eslint-plugin-import": "2.25.4",
44-
"eslint-plugin-jest": "26.1.1",
45-
"jest": "27.5.1",
38+
"pkg-ok": "^3.0.0",
39+
"@types/jest": "^27.0.0",
40+
"@typescript-eslint/eslint-plugin": "^5.0.0",
41+
"@typescript-eslint/parser": "^5.0.0",
42+
"eslint": "^8.0.0",
43+
"eslint-plugin-import": "^2.0.0",
44+
"eslint-plugin-jest": "^26.0.0",
45+
"jest": "^27.0.0",
4646
"prettier": "2.5.1",
47-
"ts-jest": "27.1.3",
48-
"typescript": "4.6.2"
47+
"ts-jest": "^27.0.0",
48+
"typescript": "^4.0.0"
4949
},
5050
"jest": {
5151
"collectCoverage": true,

0 commit comments

Comments
 (0)