Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed May 7, 2024
1 parent 7e43914 commit 2199252
Show file tree
Hide file tree
Showing 18 changed files with 44 additions and 44 deletions.
6 changes: 3 additions & 3 deletions packages/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"types": "dist",
"dependencies": {
"@supercharge/arrays": "~4.3.0",
"@supercharge/arrays": "~4.4.0",
"@supercharge/classes": "~2.0.0",
"@supercharge/collections": "~5.0.1",
"@supercharge/config": "^4.0.0-alpha.2",
Expand All @@ -33,9 +33,9 @@
},
"devDependencies": {
"@types/normalize-path": "~3.0.2",
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"typescript": "~5.3.3",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"devDependencies": {
"@types/lodash": "~4.14.202",
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"typescript": "~5.3.3",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@supercharge/contracts": "^4.0.0-alpha.2"
},
"devDependencies": {
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"typescript": "~5.3.3",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@supercharge/strings": "~2.0.0"
},
"devDependencies": {
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"typescript": "~5.3.3",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"knex": "~3.1.0"
},
"devDependencies": {
"typescript": "~5.3.3"
"typescript": "~5.4.5"
},
"scripts": {
"build": "tsc --build tsconfig.json --force",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
},
"devDependencies": {
"@supercharge/view": "^4.0.0-alpha.2",
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"mocked-env": "~1.3.5",
"sinon": "~17.0.1",
"supertest": "~6.3.3",
"typescript": "~5.3.3",
"supertest": "~7.0.0",
"typescript": "~5.4.5",
"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 @@ -25,9 +25,9 @@
},
"devDependencies": {
"@supercharge/core": "^4.0.0-alpha.2",
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"typescript": "~5.3.3",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"devDependencies": {
"@supercharge/application": "^4.0.0-alpha.2",
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"typescript": "~5.3.3",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"devDependencies": {
"@types/lodash": "~4.14.202",
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"typescript": "~5.3.3",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/facades/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@supercharge/method-missing": "~1.0.0"
},
"devDependencies": {
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"typescript": "~5.3.3",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hashing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@supercharge/application": "^4.0.0-alpha.2",
"@types/bcrypt": "^5.0.2",
"bcrypt": "~5.1.1",
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"typescript": "~5.3.3",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@koa/cors": "~4.0.0",
"@koa/router": "~12.0.1",
"@supercharge/arrays": "~4.3.0",
"@supercharge/arrays": "~4.4.0",
"@supercharge/classes": "~2.0.0",
"@supercharge/collections": "~5.0.1",
"@supercharge/contracts": "^4.0.0-alpha.2",
Expand All @@ -41,7 +41,7 @@
"koa-static": "~5.0.0",
"lodash": "~4.17.21",
"ms": "~2.1.3",
"ts-mixer": "~6.0.3"
"ts-mixer": "~6.0.4"
},
"devDependencies": {
"@supercharge/application": "^4.0.0-alpha.2",
Expand All @@ -53,11 +53,11 @@
"@types/koa__cors": "~4.0.3",
"@types/koa__router": "~12.0.4",
"@types/koa-static": "~4.0.4",
"c8": "~8.0.1",
"c8": "~9.1.0",
"deepmerge": "~4.3.1",
"expect": "~29.7.0",
"supertest": "~6.3.3",
"typescript": "~5.3.3",
"supertest": "~7.0.0",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
},
"devDependencies": {
"@supercharge/fs": "~3.4.0",
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"sinon": "~17.0.1",
"typescript": "~5.3.3",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@supercharge/strings": "~2.0.0"
},
"devDependencies": {
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"sinon": "~17.0.1",
"typescript": "~5.3.3",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
".": "./dist/index.js"
},
"dependencies": {
"@supercharge/arrays": "~4.3.0",
"@supercharge/arrays": "~4.4.0",
"@supercharge/contracts": "^4.0.0-alpha.2",
"@supercharge/fs": "~3.4.0",
"@supercharge/http-errors": "~2.0.0",
Expand All @@ -33,10 +33,10 @@
"@supercharge/view": "^4.0.0-alpha.2",
"@types/lodash": "~4.14.202",
"@types/ms": "~0.7.34",
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"supertest": "~6.3.3",
"typescript": "~5.3.3",
"supertest": "~7.0.0",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@supercharge/goodies": "~2.0.0"
},
"devDependencies": {
"c8": "~8.0.1",
"c8": "~9.1.0",
"dayjs": "~1.11.10",
"expect": "~29.7.0",
"typescript": "~5.3.3",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},
"devDependencies": {
"@supercharge/application": "^4.0.0-alpha.2",
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"typescript": "~5.3.3",
"typescript": "~5.4.5",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
".": "./dist/index.js"
},
"dependencies": {
"@supercharge/arrays": "~4.3.0",
"@supercharge/arrays": "~4.4.0",
"@supercharge/contracts": "^4.0.0-alpha.2",
"@supercharge/fs": "~3.4.0",
"@supercharge/strings": "~2.0.0",
Expand All @@ -27,10 +27,10 @@
"@supercharge/http": "^4.0.0-alpha.2",
"@supercharge/tsconfig": "~7.0.0",
"@supercharge/view": "^4.0.0-alpha.2",
"c8": "~8.0.1",
"c8": "~9.1.0",
"expect": "~29.7.0",
"supertest": "~6.3.3",
"typescript": "~5.3.3",
"supertest": "~7.0.0",
"typescript": "~5.4.5",
"uvu": "~0.5.6",
"vite": "~5.0.10"
},
Expand Down

0 comments on commit 2199252

Please sign in to comment.