Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhellemondt committed Mar 22, 2023
1 parent 25cbee8 commit 482198e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@invictus.codes/nuxt-vuetify",
"description": "Add Vuetify 3 to your Nuxt application in seconds.",
"private": false,
"version": "0.2.7",
"version": "0.2.6",
"license": "MIT",
"type": "module",
"sideEffects": false,
Expand Down Expand Up @@ -39,30 +39,30 @@
"dev:generate": "nuxi generate playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "pnpm run lint && pnpm run prepack && changelogen --release && pnpm publish && git push --follow-tags",
"release": "pnpm run lint && pnpm run test && pnpm run prepack && changelogen --release && pnpm publish && git push --follow-tags",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.vue --ignore-path .gitignore --cache",
"lint:fix": "eslint ./src --ext .js,.jsx,.ts,.tsx,.vue --ignore-path .gitignore --cache --fix",
"test": "vitest run",
"test:watch": "vitest watch"
},
"dependencies": {
"@invictus.codes/nuxt-vuetify": "link:.",
"@nuxt/kit": "^3.2.0",
"@nuxt/kit": "^3.3.1",
"defu": "^6.1.2",
"vite-plugin-vuetify": "^1.0.2",
"vuetify": "^3.1.4"
"vuetify": "^3.1.11"
},
"devDependencies": {
"@antfu/eslint-config": "^0.37.0",
"@nuxt/module-builder": "latest",
"@nuxt/schema": "^3.2.0",
"@nuxt/test-utils": "^3.2.0",
"@nuxt/module-builder": "0.2.1",
"@nuxt/schema": "^3.3.1",
"@nuxt/test-utils": "^3.3.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"changelogen": "^0.5.1",
"eslint": "^8.34.0",
"eslint": "^8.36.0",
"eslint-plugin-nuxt": "^4.0.0",
"nuxt": "^3.3.1",
"sass": "^1.58.0",
"sass": "^1.59.3",
"typescript": "^5.0.2",
"vitest": "^0.29.7"
}
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 482198e

Please sign in to comment.