diff --git a/package.json b/package.json index d4c2967..d8d25db 100644 --- a/package.json +++ b/package.json @@ -19,14 +19,14 @@ "test": "vue-cli-service test:unit" }, "dependencies": { - "@babel/core": "^7.8.3", + "@babel/core": "^7.26.10", "@storybook/addon-knobs": "5.3.21", "@storybook/vue": "5.3.21", "@tournant/communard": "^2.2.0", "@vue/babel-preset-app": "^4.1.2", "@vue/cli-plugin-babel": "^4.1.2", "@vue/cli-plugin-eslint": "^4.1.2", - "@vue/cli-plugin-unit-jest": "^4.1.2", + "@vue/cli-plugin-unit-jest": "^5.0.0", "@vue/cli-service": "^4.1.2", "@vue/eslint-config-standard": "^5.1.0", "@vue/test-utils": "1.0.0-beta.29", @@ -40,7 +40,7 @@ "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-vue": "^6.0.1", "husky": "^4.0.10", - "jest": "^24.9.0", + "jest": "^25.1.0", "lerna": "^3.18.0", "lint-staged": "^9.0.2", "node-sass": "^4.13.0",