Skip to content

Commit

Permalink
Update dependencies & fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morellexf13 committed Nov 6, 2024
1 parent fed748d commit e89300c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
moduleFileExtensions: ["js", "ts", "vue", "json"],
setupFilesAfterEnv: [`${ROOT_DIR}/tests/setup.js`],
moduleNameMapper: {
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$":
".+\\.(css|styl|less|sass|scss|jpg|ttf|woff|woff2)$":
"identity-obj-proxy",
"^~/(.*)$": FULL_ROOT_SRC,
"^~~/(.*)$": FULL_ROOT_SRC,
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,30 @@
"jest"
],
"dependencies": {
"vue": "^3.4.38"
"vue": "^3.5.12"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@vitejs/plugin-vue": "^5.1.2",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/cli-plugin-babel": "~5.0.8",
"babel-jest": "^29.7.0",
"@sucrase/jest-plugin": "^3.0.0",
"@vue/vue3-jest": "^29.2.6",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.0",
"ts-jest": "^29.2.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"ts-jest": "^29.2.5",
"jest": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"jest-environment-jsdom": "^29.7.0",
"vue-router-mock": "^1.1.0",
"@pinia/testing": "^0.1.5",
"@pinia/testing": "^0.1.7",
"@vue/test-utils": "^2.4.6",
"sass": "^1.77.8",
"vite": "^5.4.2",
"vue-router": "^4.4.3",
"axios": "^1.7.4",
"pinia": "^2.2.2",
"sass": "^1.80.6",
"vite": "^5.4.10",
"vue-router": "^4.4.5",
"axios": "^1.7.7",
"pinia": "^2.2.6",
"pinia-plugin-persist": "^1.0.0"
}
}

0 comments on commit e89300c

Please sign in to comment.