Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cleanup
  • Loading branch information
ndelangen committed Oct 11, 2023
commit acb8bb215c064f877a97125e10d3f9d4a0ccff2e
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@types/babel__plugin-transform-runtime": "^7",
"@types/babel__preset-env": "^7",
"next": "13.4.19",
"typescript": "^4.9.3",
"typescript": "~5.2.2",
"webpack": "^5.65.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6714,7 +6714,7 @@ __metadata:
ts-dedent: ^2.0.0
tsconfig-paths: ^4.0.0
tsconfig-paths-webpack-plugin: ^4.0.1
typescript: ^4.9.3
typescript: ~5.2.2
webpack: ^5.65.0
peerDependencies:
"@next/font": ^13.0.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"type-fest": "~2.19",
"typescript": "5.0.4",
"typescript": "~5.2.2",
"util": "^0.12.4",
"uuid": "^9.0.0",
"wait-on": "^7.0.1",
Expand Down
18 changes: 9 additions & 9 deletions scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3066,7 +3066,7 @@ __metadata:
ts-node: ^10.9.1
tsup: ^6.7.0
type-fest: ~2.19
typescript: 5.0.4
typescript: ~5.2.2
util: ^0.12.4
uuid: ^9.0.0
verdaccio: ^5.19.1
Expand Down Expand Up @@ -16395,23 +16395,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.0.4":
version: 5.0.4
resolution: "typescript@npm:5.0.4"
"typescript@npm:~5.2.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 2f5bd1cead194905957cb34e220b1d6ff1662399adef8ec1864f74620922d860ee35b6e50eafb3b636ea6fd437195e454e1146cb630a4236b5095ed7617395c2
checksum: 91ae3e6193d0ddb8656d4c418a033f0f75dec5e077ebbc2bd6d76439b93f35683936ee1bdc0e9cf94ec76863aa49f27159b5788219b50e1cd0cd6d110aa34b07
languageName: node
linkType: hard

"typescript@patch:typescript@5.0.4#~builtin<compat/typescript>":
version: 5.0.4
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=b5f058"
"typescript@patch:typescript@~5.2.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=77c9e2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c3f7b80577bddf6fab202a7925131ac733bfc414aec298c2404afcddc7a6f242cfa8395cf2d48192265052e11a7577c27f6e5fac8d8fe6a6602023c83d6b3292
checksum: 303979762f9b8932c53f8149e866521a1265168b5c0fde8cc8ad83ac3d0e8ede8096cb02dff5f2de048e7f118a6f61902f81da12d5972c7fb582f09f2f18d169
languageName: node
linkType: hard

Expand Down