Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: AVA_FORCE_CI="not-ci" yarn ava --verbose --update-snapshots

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4.12.0
uses: stefanzweifel/git-auto-commit-action@v4.13.1
env:
HUSKY: 0
with:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@commitlint/config-conventional": "^15.0.0",
"@nuxtjs/eslint-config": "^8.0.0",
"ava": "^3.15.0",
"eslint": "^8.4.1",
"eslint": "^8.11.0",
"husky": "^7.0.4",
"lerna": "^4.0.0",
"postcss-html": "^1.3.0",
"stylelint": "^14.1.0",
"stylelint-config-recommended-vue": "^1.1.0",
"stylelint": "^14.5.3",
"stylelint-config-recommended-vue": "^1.3.0",
"stylelint-config-standard": "^24.0.0"
},
"name": "create-nuxt-app"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.5.1
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand All @@ -35,7 +35,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules 📦
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.7
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -45,7 +45,7 @@ jobs:
<%_ } _%>
<%_ if (pm === 'npm') { _%>
- name: Cache node_modules 📦
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.7
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"primevue": "^2.7.0",
"primevue": "^2.9.0",
"primeicons": "^5.0.0",
"primeflex": "^3.1.0"
"primeflex": "^3.1.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@nuxtjs/tailwindcss": "^4.2.1",
"postcss": "^8.4.4"
"postcss": "^8.4.8"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"vant": "^2.12.36"
"vant": "^2.12.44"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"vuetify": "^2.6.1"
"vuetify": "^2.6.4"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.12.3"
Expand Down
16 changes: 8 additions & 8 deletions packages/cna-template/template/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@nuxt/content": "^1.15.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"core-js": "^3.19.3",
"core-js": "^3.21.1",
"nuxt": "^2.15.8",
"vue": "^2.6.14",
"vue-server-renderer": "^2.6.14",
Expand All @@ -33,18 +33,18 @@
"@nuxtjs/eslint-config-typescript": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/stylelint-module": "^4.1.0",
"@babel/eslint-parser": "^7.16.3",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"@babel/eslint-parser": "^7.17.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-vue": "^8.2.0",
"eslint-plugin-vue": "^8.5.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"lint-staged": "^12.3.5",
"postcss-html": "^1.3.0",
"prettier": "^2.5.1",
"stylelint": "^14.1.0",
"stylelint": "^14.5.3",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-vue": "^1.1.0",
"stylelint-config-recommended-vue": "^1.3.0",
"stylelint-config-standard": "^24.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
],
"license": "MIT",
"engines": {
"node": ">=v12.22.7"
"node": ">=v12.22.10"
}
}
Loading