Skip to content

Commit

Permalink
refactor: Update dependencies (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanziness committed Dec 21, 2022
1 parent feb09ca commit f98a1fa
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 77 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"release": "standard-version"
},
"dependencies": {
"pinia": "^2.0.23",
"pinia": "^2.0.28",
"vue": "^3.2.45",
"vue-tabler-icons": "^2.16.0"
"vue-tabler-icons": "^2.17.0"
},
"devDependencies": {
"@babel/core": "^7.20.2",
Expand All @@ -38,24 +38,24 @@
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"autoprefixer": "^10.4.13",
"core-js": "^3.26.0",
"eslint": "^8.27.0",
"core-js": "^3.26.1",
"eslint": "^8.30.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.7.0",
"eslint-plugin-vue": "^9.8.0",
"nuxt": "^3.0.0",
"postcss": "^8.4.19",
"postcss": "^8.4.20",
"postcss-html": "^1.5.0",
"sass": "^1.56.1",
"sass": "^1.57.1",
"sharp": "^0.31.2",
"standard-version": "^9.5.0",
"stylelint": "^14.15.0",
"stylelint": "^14.16.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^29.0.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"typescript": "^4.9.4",
"vite": "^4.0.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-stylelint": "^3.0.8",
"vite-plugin-stylelint": "^4.1.3",
"vue-i18n": "^9.2.2",
"workbox-build": "^6.5.4"
},
Expand Down
Loading

0 comments on commit f98a1fa

Please sign in to comment.