Skip to content

Commit 7e250ff

Browse files
authored
Merge pull request #445 from abraham/deps
Loosen devDependencies
2 parents 12f76ca + d7b6912 commit 7e250ff

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "@abraham/remotedata",
33
"version": "1.0.0",
44
"description": "Lightweight TypeScript RemoteData implementation",
5-
"main": "dist/index.js",
6-
"module": "dist/index.js",
7-
"types": "dist/index.d.ts",
5+
"main": "./dist/index.js",
6+
"module": "./dist/index.js",
7+
"types": "./dist/index.d.ts",
88
"scripts": {
99
"build": "tsc",
1010
"format": "prettier . --write",
@@ -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)