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

Commit 7488aa2

Browse files
chore(deps): update all non-major dependencies (#771)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent 269f20b commit 7488aa2

File tree

19 files changed

+408
-433
lines changed

19 files changed

+408
-433
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: AVA_FORCE_CI="not-ci" yarn ava --verbose --update-snapshots
3434

3535
- name: Commit changes
36-
uses: stefanzweifel/git-auto-commit-action@v4.9.2
36+
uses: stefanzweifel/git-auto-commit-action@v4.11.0
3737
env:
3838
HUSKY: 0
3939
with:

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
},
2020
"devDependencies": {
2121
"@ava/babel": "^1.0.1",
22-
"@commitlint/cli": "^12.1.1",
23-
"@commitlint/config-conventional": "^12.1.1",
24-
"@nuxtjs/eslint-config": "^6.0.0",
22+
"@commitlint/cli": "^12.1.4",
23+
"@commitlint/config-conventional": "^12.1.4",
24+
"@nuxtjs/eslint-config": "^6.0.1",
2525
"ava": "^3.15.0",
26-
"eslint": "^7.23.0",
26+
"eslint": "^7.27.0",
2727
"husky": "^6.0.0",
2828
"lerna": "^4.0.0",
29-
"stylelint": "^13.12.0",
29+
"stylelint": "^13.13.1",
3030
"stylelint-config-standard": "^22.0.0"
3131
},
3232
"name": "create-nuxt-app"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"ant-design-vue": "^1.7.4"
3+
"ant-design-vue": "^1.7.5"
44
}
55
}

packages/cna-template/template/frameworks/ava/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
},
77
"devDependencies": {
88
"@ava/babel": "^1.0.1",
9-
"@vue/test-utils": "^1.1.3",
9+
"@vue/test-utils": "^1.2.0",
1010
"ava": "^3.15.0",
1111
"babel-plugin-module-resolver": "^4.1.0",
1212
"cross-env": "^7.0.3",
13-
"jsdom": "^16.5.2",
13+
"jsdom": "^16.6.0",
1414
"jsdom-global": "^3.0.2",
1515
"require-extension-hooks": "^0.3.3",
1616
"require-extension-hooks-babel": "^1.0.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"balm-ui": "^8.28.1"
3+
"balm-ui": "^8.37.0"
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"nuxt-buefy": "^0.4.5"
3+
"nuxt-buefy": "^0.4.7"
44
}
55
}

packages/cna-template/template/frameworks/jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"test": "jest"
44
},
55
"devDependencies": {
6-
"@vue/test-utils": "^1.1.3",
6+
"@vue/test-utils": "^1.2.0",
77
"babel-core": "7.0.0-bridge.0",
8-
"babel-jest": "^27.0.0",
9-
"jest": "^27.0.0",
8+
"babel-jest": "^27.0.1",
9+
"jest": "^27.0.1",
1010
"ts-jest": "^27.0.0",
1111
"vue-jest": "^3.0.4"
1212
}

packages/cna-template/template/frameworks/nightwatch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"test:e2e": "nightwatch"
44
},
55
"devDependencies": {
6-
"nightwatch": "^1.6.1",
7-
"chromedriver": "^90.0.0"
6+
"nightwatch": "^1.6.4",
7+
"chromedriver": "^90.0.1"
88
}
99
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"@oruga-ui/oruga": "^0.3.5"
3+
"@oruga-ui/oruga": "^0.4.1"
44
}
55
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"@nuxtjs/tailwindcss": "^4.0.3",
4-
"postcss": "^8.2.9"
3+
"@nuxtjs/tailwindcss": "^4.1.2",
4+
"postcss": "^8.3.0"
55
}
66
}

0 commit comments

Comments
 (0)