Skip to content

Commit

Permalink
Merge pull request #73 from chantouchsek/dependabot/npm_and_yarn/nuxt…
Browse files Browse the repository at this point in the history
…/eslint-0.3.9

chore(deps-dev): bump @nuxt/eslint from 0.3.8 to 0.3.9
  • Loading branch information
chantouchsek authored May 22, 2024
2 parents 079cfbb + baa3b21 commit dd5e871
Show file tree
Hide file tree
Showing 3 changed files with 8,152 additions and 6,305 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8
version: 9.1.2
run_install: false

- name: Use Node.js ${{ matrix.node-version }} 🏗
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chantouchsek/amazing-admin",
"private": true,
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@9.1.2",
"type": "module",
"engines": {
"node": ">=18",
Expand All @@ -26,44 +26,44 @@
"*.{css,scss,sass,vue}": "stylelint"
},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@date-io/dayjs": "^3.0.0",
"@nuxt-alt/auth": "^3.1.6",
"@nuxt-alt/http": "^1.7.10",
"@nuxt/eslint": "0.3.8",
"@nuxt/fonts": "^0.6.1",
"@nuxtjs/i18n": "^8.3.0",
"@nuxt/eslint": "0.3.9",
"@nuxt/fonts": "^0.7.0",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/robots": "^3.0.0",
"@nuxtjs/sitemap": "^5.1.4",
"@nuxtjs/sitemap": "^5.1.5",
"@pinia/colada": "^0.6.0",
"@pinia/nuxt": "^0.5.1",
"@unocss/nuxt": "^0.59.4",
"@vee-validate/nuxt": "^4.12.6",
"@vee-validate/zod": "^4.12.6",
"@vue-macros/nuxt": "^1.9.30",
"@unocss/nuxt": "^0.60.3",
"@vee-validate/nuxt": "^4.12.8",
"@vee-validate/zod": "^4.12.8",
"@vue-macros/nuxt": "^1.9.33",
"@vueuse/nuxt": "^10.9.0",
"dayjs-nuxt": "^2.1.9",
"eslint": "^9.1.0",
"eslint": "^9.3.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.4",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"sass": "^1.75.0",
"sass": "^1.77.2",
"sass-loader": "^14.2.1",
"stylelint": "^16.3.1",
"stylelint": "^16.5.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"unocss": "^0.60.3",
"unocss-preset-useful": "^0.4.2",
"vee-validate": "^4.12.6",
"vee-validate": "^4.12.8",
"vite-plugin-eslint2": "^4.4.0",
"vue": "^3.4.23",
"vue": "^3.4.27",
"vue-eslint-parser": "^9.4.2",
"vue-router": "^4.3.2",
"vue-tsc": "^1.8.27",
"vuetify-nuxt-module": "^0.13.2",
"zod": "^3.23.0"
"vue-tsc": "^2.0.19",
"vuetify-nuxt-module": "^0.14.1",
"zod": "^3.23.8"
}
}
Loading

0 comments on commit dd5e871

Please sign in to comment.