Skip to content

Commit 1388b04

Browse files
committed
chore: update deps
1 parent 19efcc2 commit 1388b04

File tree

6 files changed

+1507
-1419
lines changed

6 files changed

+1507
-1419
lines changed

example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
},
1212
"dependencies": {
1313
"@ddadaal/next-typed-api-routes-runtime": "workspace:*",
14-
"next": "12.1.6",
15-
"react": "18.1.0",
16-
"react-dom": "18.1.0"
14+
"next": "13.4.4",
15+
"react": "18.2.0",
16+
"react-dom": "18.2.0"
1717
},
1818
"devDependencies": {
19+
"@babel/core": "^7.22.1",
1920
"@ddadaal/next-typed-api-routes-cli": "workspace:*",
20-
"@next/bundle-analyzer": "^12.0.4",
21-
"@types/react": "18.0.12",
22-
"@babel/core": ">=7.0.0 <8.0.0",
23-
"@playwright/test": "1.34.3"
21+
"@next/bundle-analyzer": "^13.4.4",
22+
"@playwright/test": "1.34.3",
23+
"@types/react": "18.2.7"
2424
}
2525
}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
},
1010
"homepage": "https://github.com/ddadaal/next-typed-api-routes#readme",
1111
"devDependencies": {
12-
"@changesets/cli": "2.22.0",
13-
"@types/eslint": "8.4.2",
14-
"@types/jest": "28.1.1",
15-
"@types/node": "17.0.40",
12+
"@changesets/changelog-git": "0.1.14",
13+
"@changesets/cli": "2.26.1",
14+
"@ddadaal/eslint-config": "1.9.0",
15+
"@types/eslint": "8.40.0",
16+
"@types/jest": "29.5.1",
17+
"@types/node": "20.2.5",
1618
"@typescript-eslint/eslint-plugin": "5.59.7",
1719
"@typescript-eslint/parser": "5.59.7",
1820
"eslint": "8.41.0",
19-
"@ddadaal/eslint-config": "1.9.0",
20-
"eslint-plugin-react": "7.30.0",
21-
"rimraf": "^3.0.2",
22-
"standard-version": "^9.3.2",
23-
"typescript": "5.0.4",
21+
"eslint-import-resolver-typescript": "3.5.5",
2422
"eslint-plugin-import": "2.27.5",
23+
"eslint-plugin-react": "7.32.2",
2524
"eslint-plugin-simple-import-sort": "10.0.0",
26-
"eslint-import-resolver-typescript": "3.5.5",
27-
"@changesets/changelog-git": "0.1.11",
28-
"jest": "28.1.0",
29-
"ts-jest": "28.0.4",
30-
"jest-extended": "2.0.0"
25+
"jest": "29.5.0",
26+
"jest-extended": "3.2.4",
27+
"rimraf": "^5.0.1",
28+
"standard-version": "^9.5.0",
29+
"ts-jest": "29.1.0",
30+
"typescript": "5.0.4"
3131
},
32-
"packageManager": "pnpm@7.1.9"
32+
"packageManager": "pnpm@8.5.1"
3333
}

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
},
3232
"dependencies": {
3333
"ts-json-schema-generator": "1.2.0",
34-
"tslib": "^2.3.1",
35-
"typescript": "4.9.5",
36-
"yargs": "^17.2.1"
34+
"tslib": "^2.5.2",
35+
"typescript": "4.9.3",
36+
"yargs": "^17.7.2"
3737
},
3838
"devDependencies": {
39-
"@types/yargs": "17.0.10"
39+
"@types/yargs": "17.0.24"
4040
},
4141
"gitHead": "4f07b2ba2c55d957ae6862e0000d6049e36140f7"
4242
}

packages/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ yargs(hideBin(process.argv))
2828
},
2929
apiObjectName: { type: "string", default: "api" },
3030
basePathVar: { type: "string", default: "process.env.NEXT_PUBLIC_BASE_PATH || \"\"" },
31-
extraImports: { type: "array", default: []},
31+
extraImports: { type: "array", string: true, default: []},
3232
});
3333
}, (argv) => {
3434
generateClients(argv);

packages/runtime/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@
2828
"url": "https://github.com/ddadaal/next-typed-api-routes/issues"
2929
},
3030
"dependencies": {
31-
"ajv": "^8.10.0",
31+
"ajv": "^8.12.0",
3232
"ajv-formats": "^2.1.1",
3333
"ajv-formats-draft2019": "1.6.1",
34-
"fast-json-stringify": "4.1.0",
35-
"tslib": "2.4.0",
34+
"fast-json-stringify": "5.7.0",
35+
"tslib": "2.5.2",
3636
"zod": "3.21.4"
3737
},
3838
"devDependencies": {
39-
"@rollup/plugin-commonjs": "22.0.0",
40-
"@rollup/plugin-json": "^4.1.0",
41-
"@rollup/plugin-typescript": "^8.3.0",
42-
"rollup": "^2.60.0",
39+
"@rollup/plugin-commonjs": "25.0.0",
40+
"@rollup/plugin-json": "^6.0.0",
41+
"@rollup/plugin-typescript": "^11.1.1",
42+
"rollup": "^3.23.0",
4343
"rollup-plugin-terser": "^7.0.2",
44-
"typescript": "4.7.3"
44+
"typescript": "5.0.4"
4545
},
4646
"peerDependencies": {
4747
"next": ">=11.x"

0 commit comments

Comments
 (0)