Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Jul 1, 2024
1 parent ffbd951 commit 1a199fc
Show file tree
Hide file tree
Showing 5 changed files with 729 additions and 739 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"upgrade-all": "yarn-upgrade-all -W && yarn workspaces run yarn-upgrade-all && yarn install"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",
"eslint-config-alloy": "^5.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lerna": "^8.1.2",
"prettier": "^3.2.5",
"lerna": "^8.1.5",
"prettier": "^3.3.2",
"sort-package-json": "^2.10.0",
"ts-node": "^10.9.2",
"ttpt": "^0.8.9",
"typescript": "^5.4.5",
"ttpt": "^0.9.6",
"typescript": "^5.5.3",
"yarn-upgrade-all": "^0.7.2"
},
"yarn-upgrade-all": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"dependencies": {
"@types/qs": "^6.9.15",
"axios": "^1.6.8",
"qs": "^6.12.1"
"axios": "^1.7.2",
"qs": "^6.12.2"
},
"devDependencies": {
"dotenv-override-true": "^6.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"hyperid": "^3.2.0",
"isomorphic-ws": "^5.0.0",
"wait-for-async": "^0.6.1",
"ws": "^8.17.0"
"ws": "^8.17.1"
},
"devDependencies": {
"@rc-ex/core": "file:../../core"
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/jest": "^29.5.12",
"dotenv-override-true": "^6.2.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"wait-for-async": "^0.6.1",
"winston": "^3.13.0"
Expand Down
Loading

0 comments on commit 1a199fc

Please sign in to comment.