Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Dec 8, 2023
1 parent 0a35f94 commit e0cfe4b
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@supercharge/eslint-config-typescript": "~4.0.1",
"@supercharge/tsconfig": "~7.0.0",
"@types/node": "~20.10.2",
"@types/node": "~20.10.4",
"eslint": "~8.55.0",
"lerna": "~8.0.0",
"nx": "17.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/normalize-path": "~3.0.2",
"c8": "~8.0.1",
"expect": "~29.7.0",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/lodash": "~4.14.202",
"c8": "~8.0.1",
"expect": "~29.7.0",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"c8": "~8.0.1",
"expect": "~29.7.0",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"c8": "~8.0.1",
"expect": "~29.7.0",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"dependencies": {
"@supercharge/macroable": "~2.0.1",
"@types/koa__router": "~12.0.4",
"@types/node": "~20.10.2",
"@types/node": "~20.10.4",
"handlebars": "~4.7.8",
"knex": "~3.0.1"
"knex": "~3.1.0"
},
"devDependencies": {
"typescript": "~5.3.2"
"typescript": "~5.3.3"
},
"scripts": {
"build": "tsc --build tsconfig.json --force",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"mocked-env": "~1.3.5",
"sinon": "~17.0.1",
"supertest": "~6.3.3",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@supercharge/contracts": "^4.0.0-alpha.1",
"@supercharge/manager": "^4.0.0-alpha.1",
"@supercharge/support": "^4.0.0-alpha.1",
"knex": "~3.0.1",
"knex": "~3.1.0",
"objection": "~3.1.3",
"sqlite3": "~5.1.6"
},
"devDependencies": {
"@supercharge/core": "^4.0.0-alpha.1",
"c8": "~8.0.1",
"expect": "~29.7.0",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@supercharge/application": "^4.0.0-alpha.1",
"c8": "~8.0.1",
"expect": "~29.7.0",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/lodash": "~4.14.202",
"c8": "~8.0.1",
"expect": "~29.7.0",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/facades/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"c8": "~8.0.1",
"expect": "~29.7.0",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hashing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"bcrypt": "~5.1.1",
"c8": "~8.0.1",
"expect": "~29.7.0",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"deepmerge": "~4.3.1",
"expect": "~29.7.0",
"supertest": "~6.3.3",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"c8": "~8.0.1",
"expect": "~29.7.0",
"sinon": "~17.0.1",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"c8": "~8.0.1",
"expect": "~29.7.0",
"sinon": "~17.0.1",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"c8": "~8.0.1",
"expect": "~29.7.0",
"supertest": "~6.3.3",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"c8": "~8.0.1",
"dayjs": "~1.11.10",
"expect": "~29.7.0",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@supercharge/application": "^4.0.0-alpha.1",
"c8": "~8.0.1",
"expect": "~29.7.0",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"c8": "~8.0.1",
"expect": "~29.7.0",
"supertest": "~6.3.3",
"typescript": "~5.3.2",
"typescript": "~5.3.3",
"uvu": "~0.5.6",
"vite": "~5.0.4"
"vite": "~5.0.6"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit e0cfe4b

Please sign in to comment.