Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Mar 13, 2024
1 parent 071ccd7 commit 3b2fd8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vue-next",
"version": "1.0.0",
"version": "0.0.0",
"description": "The Next Generation Vue Scaffolding Tool ✨",
"main": "index.js",
"type": "module",
Expand Down
12 changes: 6 additions & 6 deletions src/deps/vue/dependencies.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import options from '../../core/utils/vue/options'
const router = {
name: 'vue-router',
version: '^4.2.5',
stableVersion: '4.2.4',
version: '^4.3.0',
stableVersion: '4.3.0',
env: 'pro'
}
const pinia = {
Expand Down Expand Up @@ -96,10 +96,10 @@ const constantDevDeps = {
dev: options.useTypeScript ? typescript.dev : javascript.dev
}
const constantProDeps = {
name: ['vue'],
version: ['^3.4.15'],
stableVersion: ['^3.4.15'],
dev: ['pro']
name: 'vue',
version: '^3.4.21',
stableVersion: '^3.4.21',
dev: 'pro'
}
export {
constantDevDeps,
Expand Down

0 comments on commit 3b2fd8a

Please sign in to comment.