This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 3 files changed +4
-4
lines changed
cna-template/template/nuxt
create-nuxt-app/test/snapshots
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
},
19
19
"dependencies" : {
20
20
"@nuxt/content" : " ^1.5.0" ,
21
- "@nuxt/typescript-runtime" : " ^1 .0.0" ,
21
+ "@nuxt/typescript-runtime" : " ^2 .0.0" ,
22
22
"@nuxtjs/axios" : " ^5.12.0" ,
23
23
"@nuxtjs/pwa" : " ^3.0.0-beta.20" ,
24
24
"core-js" : " ^3.6.5" ,
25
25
"nuxt" : " ^2.14.0"
26
26
},
27
27
"devDependencies" : {
28
28
"@nuxt/types" : " ^2.14.0" ,
29
- "@nuxt/typescript-build" : " ^2.0.2 " ,
29
+ "@nuxt/typescript-build" : " ^2.0.3 " ,
30
30
"@nuxtjs/eslint-config" : " ^3.1.0" ,
31
31
"@nuxtjs/eslint-config-typescript" : " ^3.0.0" ,
32
32
"@nuxtjs/eslint-module" : " ^2.0.0" ,
Original file line number Diff line number Diff line change @@ -1022,13 +1022,13 @@ Generated by [AVA](https://avajs.dev).
1022
1022
1023
1023
{
1024
1024
dependencies: {
1025
- '@nuxt/typescript-runtime': '^1 .0.0',
1025
+ '@nuxt/typescript-runtime': '^2 .0.0',
1026
1026
'core-js': '^3.6.5',
1027
1027
nuxt: '^2.14.0',
1028
1028
},
1029
1029
devDependencies: {
1030
1030
'@nuxt/types': '^2.14.0',
1031
- '@nuxt/typescript-build': '^2.0.2 ',
1031
+ '@nuxt/typescript-build': '^2.0.3 ',
1032
1032
},
1033
1033
private: true,
1034
1034
scripts: {
You can’t perform that action at this time.
0 commit comments