Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit b00e836

Browse files
authored
fix(template): bump typescript packages versions (#599)
* fix(template): bump typescript packages versions * fix snapshot
1 parent 146a312 commit b00e836

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/cna-template/template/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
},
1919
"dependencies": {
2020
"@nuxt/content": "^1.5.0",
21-
"@nuxt/typescript-runtime": "^1.0.0",
21+
"@nuxt/typescript-runtime": "^2.0.0",
2222
"@nuxtjs/axios": "^5.12.0",
2323
"@nuxtjs/pwa": "^3.0.0-beta.20",
2424
"core-js": "^3.6.5",
2525
"nuxt": "^2.14.0"
2626
},
2727
"devDependencies": {
2828
"@nuxt/types": "^2.14.0",
29-
"@nuxt/typescript-build": "^2.0.2",
29+
"@nuxt/typescript-build": "^2.0.3",
3030
"@nuxtjs/eslint-config": "^3.1.0",
3131
"@nuxtjs/eslint-config-typescript": "^3.0.0",
3232
"@nuxtjs/eslint-module": "^2.0.0",

packages/create-nuxt-app/test/snapshots/index.test.js.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1022,13 +1022,13 @@ Generated by [AVA](https://avajs.dev).
10221022
10231023
{
10241024
dependencies: {
1025-
'@nuxt/typescript-runtime': '^1.0.0',
1025+
'@nuxt/typescript-runtime': '^2.0.0',
10261026
'core-js': '^3.6.5',
10271027
nuxt: '^2.14.0',
10281028
},
10291029
devDependencies: {
10301030
'@nuxt/types': '^2.14.0',
1031-
'@nuxt/typescript-build': '^2.0.2',
1031+
'@nuxt/typescript-build': '^2.0.3',
10321032
},
10331033
private: true,
10341034
scripts: {
Binary file not shown.

0 commit comments

Comments
 (0)