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

Commit

Permalink
release: v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Oct 19, 2021
1 parent eb97ad8 commit e8e8b8f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "kirby-vue3-starterkit",
"version": "3.2.0",
"version": "4.0.0",
"scripts": {
"kirby": "env-cmd --use-shell \"php -S \\$KIRBY_DEV_HOSTNAME:\\$KIRBY_DEV_PORT -t public server.php\"",
"dev": "shx touch src/.lock && concurrently \"npm:kirby\" \"vite\"",
Expand All @@ -11,8 +11,8 @@
"format": "prettier --write \"src/**/*.{js,vue}\""
},
"dependencies": {
"vue": "^3.2.19",
"vue-router": "^4.0.11"
"vue": "^3.2.20",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
Expand All @@ -28,7 +28,7 @@
"nanoid": "^3.1.30",
"prettier": "2.4.1",
"shx": "^0.3.3",
"unplugin-vue-components": "^0.15.6",
"vite": "^2.6.9"
"unplugin-vue-components": "^0.16.0",
"vite": "^2.6.10"
}
}

0 comments on commit e8e8b8f

Please sign in to comment.