Skip to content

Commit

Permalink
chore(deps): update minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 23f03eb commit 349ed4f
Show file tree
Hide file tree
Showing 5 changed files with 2,694 additions and 2,053 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.3.0
21.7.3
697 changes: 353 additions & 344 deletions .yarn/releases/yarn-4.4.0.cjs → .yarn/releases/yarn-4.5.1.cjs
100644 → 100755

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"test:pinia:coverage": "vitest run --coverage",
"test:e2e": "cypress run --e2e --browser chrome --record --key 04a1fe54-0011-407b-b7d7-fcb9b2daf1e6"
},
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.1",
"engines": {
"node": ">=21.3.0"
"node": ">=21.7.3"
},
"type": "module",
"dependencies": {
"@auth0/auth0-vue": "^2.3.3",
"@pinia/nuxt": "^0.5.2",
"@pinia/nuxt": "^0.6.1",
"cypress-real-events": "^1.13.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"nuxt-svgo": "^4.0.2",
"pinia": "^2.2.0",
"vue": "^3.4.35",
"vue": "^3.5.12",
"vue-gtag": "^2.0.1",
"vue-router": "^4.4.2",
"vue-server-renderer": "^2.7.16",
Expand All @@ -42,39 +42,39 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-resolvers": "^4.2.1",
"@graphql-codegen/typescript": "^4.1.1",
"@graphql-codegen/typescript-resolvers": "^4.4.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@nuxt/eslint": "^0.5.0",
"@nuxt/eslint": "^0.6.1",
"@nuxt/test-utils": "^3.14.3",
"@nuxt/types": "^2.18.1",
"@nuxtjs/i18n": "^8.3.3",
"@stylistic/eslint-plugin": "^2.6.1",
"@nuxtjs/i18n": "^8.5.5",
"@stylistic/eslint-plugin": "^2.10.1",
"@swc/core": "^1.7.6",
"@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vitest/coverage-v8": "^2.1.3",
"@vue/test-utils": "^2.4.6",
"all-contributors-cli": "^6.26.1",
"autoprefixer": "^10.4.20",
"cypress": "^13.13.2",
"cypress": "^13.15.1",
"cypress-plugin-tab": "^1.0.5",
"eslint": "^9.8.0",
"eslint-plugin-cypress": "^3.4.0",
"eslint": "^9.13.0",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-vue": "^9.30.0",
"husky": "^9.1.4",
"jsdom": "^24.1.1",
"nuxt": "^3.12.4",
"nuxt-viewport": "^2.1.5",
"nuxt": "^3.13.2",
"nuxt-viewport": "^2.2.0",
"postcss": "^8.4.41",
"postcss-html": "^1.7.0",
"start-server-and-test": "^2.0.8",
"tailwindcss": "^3.4.7",
"typescript": "5.5.4",
"typescript-eslint": "^8.0.1",
"typescript": "5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.3.5",
"vitest": "^2.1.3",
"webpack": "^5.93.0"
"webpack": "^5.96.1"
}
}
Loading

0 comments on commit 349ed4f

Please sign in to comment.