Skip to content

Commit

Permalink
Update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
micka-fdz committed Jul 24, 2023
1 parent aee2fe9 commit 71984fa
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 302 deletions.
16 changes: 8 additions & 8 deletions _dev/package-lock.json

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

18 changes: 9 additions & 9 deletions _dev/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prettyblocks",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"scripts": {
"dev": "vite --port 3002",
"build": "vite build",
Expand All @@ -12,21 +12,21 @@
"@headlessui/vue": "^1.7.14",
"@heroicons/vue": "^2.0.18",
"@meforma/vue-toaster": "^1.3.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/forms": "^0.5.4",
"@tinymce/tinymce-vue": "^5.1.0",
"@vitejs/plugin-vue": "^2.2.0",
"@vitejs/plugin-vue": "^2.3.4",
"@vueform/multiselect": "^2.6.2",
"autoprefixer": "^10.4.14",
"dropzone": "^6.0.0-beta.2",
"pinia": "^2.0.35",
"postcss": "^8.4.24",
"sortablejs": "^1.10.2",
"tailwindcss": "^3.3.2",
"pinia": "^2.1.4",
"postcss": "^8.4.27",
"sortablejs": "^1.15.0",
"tailwindcss": "^3.3.3",
"tiny-emitter": "^2.1.0",
"uuid": "^9.0.0",
"vite": "^2.8.0",
"vite": "^2.9.16",
"vue": "^3.3.4",
"vue-color-input": "^1.0.6",
"vue-color-input": "^1.0.8",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 71984fa

Please sign in to comment.