This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 6 files changed +17
-17
lines changed
cna-template/template/frameworks
create-nuxt-app/test/snapshots
6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 7
7
"babel-core" : " 7.0.0-bridge.0" ,
8
8
"babel-jest" : " ^26.6.3" ,
9
9
"jest" : " ^26.6.3" ,
10
- "ts-jest" : " ^26.5.3 " ,
10
+ "ts-jest" : " ^26.5.4 " ,
11
11
"vue-jest" : " ^3.0.4"
12
12
}
13
13
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "vant" : " ^2.12.9 "
3
+ "vant" : " ^2.12.10 "
4
4
}
5
5
}
Original file line number Diff line number Diff line change 3
3
"test:e2e" : " wdio wdio.conf.js"
4
4
},
5
5
"devDependencies" : {
6
- "@wdio/cli" : " ^7.2.0 " ,
7
- "@wdio/local-runner" : " ^7.2.0 " ,
8
- "@wdio/mocha-framework" : " ^7.2.0 " ,
9
- "@wdio/spec-reporter" : " ^7.2.0 " ,
10
- "@wdio/sync" : " ^7.2.0 " ,
6
+ "@wdio/cli" : " ^7.2.1 " ,
7
+ "@wdio/local-runner" : " ^7.2.1 " ,
8
+ "@wdio/mocha-framework" : " ^7.2.1 " ,
9
+ "@wdio/spec-reporter" : " ^7.2.1 " ,
10
+ "@wdio/sync" : " ^7.2.1 " ,
11
11
"eslint-plugin-wdio" : " ^7.0.0" ,
12
- "webdriverio" : " ^7.2.0 "
12
+ "webdriverio" : " ^7.2.1 "
13
13
}
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
- "nuxt-windicss" : " ^0.4.1 "
3
+ "nuxt-windicss" : " ^0.4.4 "
4
4
}
5
5
}
Original file line number Diff line number Diff line change @@ -1457,7 +1457,7 @@ Generated by [AVA](https://avajs.dev).
1457
1457
nuxt: '^2.15.3',
1458
1458
},
1459
1459
devDependencies: {
1460
- 'nuxt-windicss': '^0.4.1 ',
1460
+ 'nuxt-windicss': '^0.4.4 ',
1461
1461
},
1462
1462
private: true,
1463
1463
scripts: {
@@ -1544,7 +1544,7 @@ Generated by [AVA](https://avajs.dev).
1544
1544
dependencies: {
1545
1545
'core-js': '^3.9.1',
1546
1546
nuxt: '^2.15.3',
1547
- vant: '^2.12.9 ',
1547
+ vant: '^2.12.10 ',
1548
1548
},
1549
1549
devDependencies: {},
1550
1550
private: true,
@@ -3179,13 +3179,13 @@ Generated by [AVA](https://avajs.dev).
3179
3179
nuxt: '^2.15.3',
3180
3180
},
3181
3181
devDependencies: {
3182
- '@wdio/cli': '^7.2.0 ',
3183
- '@wdio/local-runner': '^7.2.0 ',
3184
- '@wdio/mocha-framework': '^7.2.0 ',
3185
- '@wdio/spec-reporter': '^7.2.0 ',
3186
- '@wdio/sync': '^7.2.0 ',
3182
+ '@wdio/cli': '^7.2.1 ',
3183
+ '@wdio/local-runner': '^7.2.1 ',
3184
+ '@wdio/mocha-framework': '^7.2.1 ',
3185
+ '@wdio/spec-reporter': '^7.2.1 ',
3186
+ '@wdio/sync': '^7.2.1 ',
3187
3187
'eslint-plugin-wdio': '^7.0.0',
3188
- webdriverio: '^7.2.0 ',
3188
+ webdriverio: '^7.2.1 ',
3189
3189
},
3190
3190
private: true,
3191
3191
scripts: {
You can’t perform that action at this time.
0 commit comments