This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 5 files changed +13
-10
lines changed
create-nuxt-app/test/snapshots
5 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ module.exports = {
72
72
const typescript = language . includes ( 'ts' )
73
73
74
74
if ( ! typescript ) {
75
+ delete pkg . devDependencies [ '@nuxt/types' ]
75
76
delete pkg . devDependencies [ '@nuxt/typescript-build' ]
76
77
delete pkg . dependencies [ '@nuxt/typescript-runtime' ]
77
78
}
Original file line number Diff line number Diff line change 18
18
}
19
19
},
20
20
"dependencies" : {
21
- "@nuxt/typescript-runtime" : " ^0.4.10 " ,
21
+ "@nuxt/typescript-runtime" : " ^1.0.0 " ,
22
22
"@nuxtjs/axios" : " ^5.11.0" ,
23
23
"@nuxtjs/pwa" : " ^3.0.0-beta.20" ,
24
24
"@nuxt/content" : " ^1.3.2" ,
25
25
"nuxt" : " ^2.13.0"
26
26
},
27
27
"devDependencies" : {
28
- "@nuxt/typescript-build" : " ^1.0.3" ,
28
+ "@nuxt/types" : " ^2.13.0" ,
29
+ "@nuxt/typescript-build" : " ^2.0.0" ,
29
30
"@nuxtjs/eslint-config-typescript" : " ^2.0.0" ,
30
31
"@nuxtjs/eslint-config" : " ^3.0.0" ,
31
32
"@nuxtjs/eslint-module" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "target" : " es2018 " ,
4
- "module" : " esnext " ,
5
- "moduleResolution" : " node " ,
3
+ "target" : " ES2018 " ,
4
+ "module" : " ESNext " ,
5
+ "moduleResolution" : " Node " ,
6
6
"lib" : [
7
- " esnext " ,
8
- " esnext.asynciterable " ,
9
- " dom "
7
+ " ESNext " ,
8
+ " ESNext.AsyncIterable " ,
9
+ " DOM "
10
10
],
11
11
"esModuleInterop" : true ,
12
12
"allowJs" : true ,
Original file line number Diff line number Diff line change @@ -1022,11 +1022,12 @@ Generated by [AVA](https://avajs.dev).
1022
1022
1023
1023
{
1024
1024
dependencies: {
1025
- '@nuxt/typescript-runtime': '^0.4.10 ',
1025
+ '@nuxt/typescript-runtime': '^1.0.0 ',
1026
1026
nuxt: '^2.13.0',
1027
1027
},
1028
1028
devDependencies: {
1029
- '@nuxt/typescript-build': '^1.0.3',
1029
+ '@nuxt/types': '^2.13.0',
1030
+ '@nuxt/typescript-build': '^2.0.0',
1030
1031
},
1031
1032
private: true,
1032
1033
scripts: {
You can’t perform that action at this time.
0 commit comments