Skip to content

Commit

Permalink
adjust devDeps to be looser
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Nov 22, 2023
1 parent 4023141 commit dd3452c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,21 @@
"mongodb-memory-server": "9.1.1"
},
"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "7.23.2",
"@shelf/babel-config": "1.2.0",
"@shelf/eslint-config": "2.27.1",
"@shelf/prettier-config": "1.0.0",
"@shelf/tsconfig": "0.0.11",
"@types/jest": "29.5.8",
"@types/node": "16",
"eslint": "8.53.0",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "13.3.0",
"mongodb": "6.0.0",
"prettier": "2.8.8",
"typescript": "5.1.6"
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@shelf/babel-config": "^1.2.0",
"@shelf/eslint-config": "^2.27.1",
"@shelf/prettier-config": "^1.0.0",
"@shelf/tsconfig": "^0.0.11",
"@types/jest": "^29.5.8",
"@types/node": "^16.0.0",
"eslint": "^8.53.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^13.3.0",
"mongodb": "^6.3.0",
"prettier": "^2.8.8",
"typescript": "^5.1.6"
},
"peerDependencies": {
"jest-environment-node": "27.x.x || 28.x || 29.x",
Expand Down

0 comments on commit dd3452c

Please sign in to comment.