Skip to content

Commit

Permalink
Update multiple dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
morellexf13 committed Nov 11, 2022
1 parent 540c970 commit 975d970
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-tuto",
"description": "A Vue 3 Starter Boilerplate with Vue Router 4, Pinia 2, Vite 3, Sass, Axios, Jest and More.",
"private": false,
"version": "1.0.9",
"version": "1.0.10",
"license": "MIT",
"keywords": [
"boilerplate",
Expand All @@ -23,27 +23,27 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.41"
"vue": "^3.2.45"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/cli-plugin-babel": "~5.0.8",
"babel-jest": "^29.2.2",
"babel-jest": "^29.3.1",
"@sucrase/jest-plugin": "^3.0.0",
"@vue/vue3-jest": "^29.2.0",
"@types/jest": "^29.2.2",
"@types/node": "^18.11.9",
"ts-jest": "^29.0.3",
"jest": "^29.2.2",
"jest": "^29.3.1",
"jest-transform-stub": "^2.0.0",
"jest-environment-jsdom": "^29.2.2",
"jest-environment-jsdom": "^29.3.1",
"vue-router-mock": "^0.1.9",
"@pinia/testing": "^0.0.14",
"@vue/test-utils": "^2.2.1",
"sass": "^1.56.0",
"vite": "^3.2.2",
"sass": "^1.56.1",
"vite": "^3.2.3",
"vue-router": "^4.1.6",
"axios": "^1.1.3",
"pinia": "^2.0.23",
Expand Down

0 comments on commit 975d970

Please sign in to comment.