Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiquu committed Aug 8, 2024
1 parent e17cb29 commit 530788a
Show file tree
Hide file tree
Showing 3 changed files with 1,566 additions and 2,864 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,31 +40,31 @@
"quasar": "^2.8.0"
},
"dependencies": {
"@nuxt/kit": "^3.12.2",
"@nuxt/kit": "^3.12.4",
"defu": "^6.1.4",
"magic-string": "^0.30.10",
"magic-string": "^0.30.11",
"p-memoize": "^7.1.1",
"semver": "^7.6.2"
"semver": "^7.6.3"
},
"devDependencies": {
"@antfu/eslint-config-ts": "0.39.5",
"@nuxt/devtools": "latest",
"@nuxt/module-builder": "^0.8.0",
"@nuxt/schema": "^3.12.2",
"@nuxt/test-utils": "^3.13.1",
"@quasar/extras": "^1.16.11",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.4",
"@nuxt/test-utils": "^3.14.0",
"@quasar/extras": "^1.16.12",
"@types/jsdom": "^21.1.7",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"fast-folder-size": "^2.2.0",
"jsdom": "^24.1.0",
"nuxt": "^3.12.2",
"quasar": "^2.16.4",
"sass": "^1.77.6",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vitest": "^1.6.0",
"vue": "^3.4.29"
"jsdom": "^24.1.1",
"nuxt": "^3.12.4",
"quasar": "^2.16.8",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vitest": "^2.0.5",
"vue": "^3.4.37"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
1 change: 1 addition & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import materialIcons from 'quasar/icon-set/svg-material-icons'
import materialIconsRound from 'quasar/icon-set/svg-material-icons-round'

export default defineNuxtConfig({
compatibilityDate: '2024-08-08',
modules: [
'../src/module',
'@nuxt/devtools',
Expand Down
Loading

0 comments on commit 530788a

Please sign in to comment.