Skip to content

Commit

Permalink
Merge pull request #445 from abraham/deps
Browse files Browse the repository at this point in the history
Loosen devDependencies
  • Loading branch information
abraham authored Mar 22, 2022
2 parents 12f76ca + d7b6912 commit 7e250ff
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@abraham/remotedata",
"version": "1.0.0",
"description": "Lightweight TypeScript RemoteData implementation",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"format": "prettier . --write",
Expand Down Expand Up @@ -35,17 +35,17 @@
},
"homepage": "https://github.com/abraham/remotedata#readme",
"devDependencies": {
"pkg-ok": "^3.0.0-next.3",
"@types/jest": "27.4.1",
"@typescript-eslint/eslint-plugin": "5.13.0",
"@typescript-eslint/parser": "5.13.0",
"eslint": "8.10.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "26.1.1",
"jest": "27.5.1",
"pkg-ok": "^3.0.0",
"@types/jest": "^27.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jest": "^26.0.0",
"jest": "^27.0.0",
"prettier": "2.5.1",
"ts-jest": "27.1.3",
"typescript": "4.6.2"
"ts-jest": "^27.0.0",
"typescript": "^4.0.0"
},
"jest": {
"collectCoverage": true,
Expand Down

0 comments on commit 7e250ff

Please sign in to comment.