Skip to content

Commit 6135551

Browse files
chore(deps): update all non-major dependencies
1 parent a45221b commit 6135551

File tree

6 files changed

+672
-501
lines changed

6 files changed

+672
-501
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515

16-
- uses: pnpm/action-setup@v2.2.4
16+
- uses: pnpm/action-setup@v2.4.0
1717

1818
- uses: actions/setup-node@v3
1919
with:

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
},
1212
"dependencies": {
1313
"@ddadaal/next-typed-api-routes-runtime": "workspace:*",
14-
"next": "13.4.4",
14+
"next": "13.4.13",
1515
"react": "18.2.0",
1616
"react-dom": "18.2.0",
1717
"zod": "3.21.4",
18-
"@sinclair/typebox": "0.28.13"
18+
"@sinclair/typebox": "0.30.4"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.22.1",
2222
"@ddadaal/next-typed-api-routes-cli": "workspace:*",
2323
"@next/bundle-analyzer": "^13.4.4",
24-
"@playwright/test": "1.34.3",
25-
"@types/react": "18.2.7"
24+
"@playwright/test": "1.36.2",
25+
"@types/react": "18.2.18"
2626
}
2727
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
"homepage": "https://github.com/ddadaal/next-typed-api-routes#readme",
1111
"devDependencies": {
1212
"@changesets/changelog-git": "0.1.14",
13-
"@changesets/cli": "2.26.1",
13+
"@changesets/cli": "2.26.2",
1414
"@ddadaal/eslint-config": "1.9.0",
15-
"@types/eslint": "8.40.0",
16-
"@types/jest": "29.5.1",
17-
"@types/node": "20.2.5",
15+
"@types/eslint": "8.44.2",
16+
"@types/jest": "29.5.3",
17+
"@types/node": "20.4.8",
1818
"@typescript-eslint/eslint-plugin": "6.2.1",
1919
"@typescript-eslint/parser": "6.2.1",
20-
"eslint": "8.41.0",
20+
"eslint": "8.46.0",
2121
"eslint-import-resolver-typescript": "3.5.5",
22-
"eslint-plugin-import": "2.27.5",
23-
"eslint-plugin-react": "7.32.2",
22+
"eslint-plugin-import": "2.28.0",
23+
"eslint-plugin-react": "7.33.1",
2424
"eslint-plugin-simple-import-sort": "10.0.0",
25-
"jest": "29.5.0",
25+
"jest": "29.6.2",
2626
"jest-extended": "4.0.1",
2727
"rimraf": "^5.0.1",
2828
"standard-version": "^9.5.0",
29-
"ts-jest": "29.1.0",
30-
"typescript": "5.0.4"
29+
"ts-jest": "29.1.1",
30+
"typescript": "5.1.6"
3131
},
32-
"packageManager": "pnpm@8.5.1"
32+
"packageManager": "pnpm@8.6.12"
3333
}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"ts-json-schema-generator": "1.2.0",
3434
"tslib": "^2.5.2",
35-
"typescript": "4.9.3",
35+
"typescript": "4.9.5",
3636
"yargs": "^17.7.2"
3737
},
3838
"devDependencies": {

packages/runtime/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
"ajv": "^8.12.0",
3232
"ajv-formats": "^2.1.1",
3333
"ajv-formats-draft2019": "1.6.1",
34-
"fast-json-stringify": "5.7.0",
35-
"tslib": "2.5.2"
34+
"fast-json-stringify": "5.8.0",
35+
"tslib": "2.6.1"
3636
},
3737
"devDependencies": {
38-
"@rollup/plugin-commonjs": "25.0.0",
38+
"@rollup/plugin-commonjs": "25.0.3",
3939
"@rollup/plugin-json": "^6.0.0",
4040
"@rollup/plugin-typescript": "^11.1.1",
4141
"rollup": "^3.23.0",
4242
"rollup-plugin-terser": "^7.0.2",
43-
"typescript": "5.0.4",
43+
"typescript": "5.1.6",
4444
"zod": "3.21.4",
45-
"@sinclair/typebox": "0.28.13"
45+
"@sinclair/typebox": "0.30.4"
4646
},
4747
"peerDependencies": {
4848
"next": ">=11.x",

0 commit comments

Comments
 (0)