Skip to content

Commit

Permalink
npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Nov 25, 2021
1 parent 002d094 commit ae06af6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
15 changes: 10 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"build-all": "npm run build:client && npm run build:test-utils && npm run build:modules && npm run build"
},
"dependencies": {
"@node-redis/client": "^1.0.0-rc.0",
"@node-redis/client": "^1.0.0",
"@node-redis/json": "^1.0.0-rc.0",
"@node-redis/search": "^1.0.0-rc.0"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.9",
"release-it": "^14.11.7",
"typescript": "^4.4.4"
"release-it": "^14.11.8",
"typescript": "^4.5.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "tsc"
},
"peerDependencies": {
"@node-redis/client": "^1.0.0-rc"
"@node-redis/client": "^1.0.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "tsc"
},
"peerDependencies": {
"@node-redis/client": "^1.0.0-rc"
"@node-redis/client": "^1.0.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "echo \"TODO\""
},
"peerDependencies": {
"@node-redis/client": "^1.0.0-rc"
"@node-redis/client": "^1.0.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down

0 comments on commit ae06af6

Please sign in to comment.