Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGV04 committed Oct 19, 2023
1 parent 926d667 commit be0d7c1
Show file tree
Hide file tree
Showing 2 changed files with 581 additions and 562 deletions.
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"node": ">=v16.14.0"
},
"scripts": {
"prepack": "nuxt-module-build",
"prepack": "nuxt-module-build build",
"dev": "nuxi dev docs",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare docs",
"dev:build": "nuxi build docs",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxi typecheck",
Expand All @@ -37,10 +37,10 @@
"@vueuse/core": "^10"
},
"dependencies": {
"@egoist/tailwindcss-icons": "^1.3.1",
"@egoist/tailwindcss-icons": "^1.4.0",
"@floating-ui/vue": "^1.0.2",
"@iconify-json/heroicons": "^1.1.12",
"@nuxt/kit": "^3.7.4",
"@iconify-json/heroicons": "^1.1.13",
"@nuxt/kit": "^3.8.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"defu": "^6.1.2",
"just-omit": "^2.2.0",
Expand All @@ -49,17 +49,16 @@
},
"devDependencies": {
"@headlessui/vue": "^1.7.16",
"@nuxt/devtools": "1.0.0-beta.0",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.2",
"@nuxt/schema": "^3.7.4",
"@types/node": "^20.8.2",
"@vueuse/core": "^10.4.1",
"@nuxt/schema": "^3.8.0",
"@types/node": "^20.8.7",
"@vueuse/core": "^10.5.0",
"changelogen": "^0.5.5",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"nuxt": "^3.7.4",
"eslint-plugin-prettier": "^5.0.1",
"nuxt": "^3.8.0",
"prettier": "^3.0.3"
}
}
}
Loading

0 comments on commit be0d7c1

Please sign in to comment.