aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-05-07 03:41:51 +0000
committerRenovate Bot <[email protected]>2021-05-07 03:41:51 +0000
commitdd7c9966cf3b1b85989cab12fc3b4886b909132e (patch)
tree624db25fc04b4ed7ff1b1aa0df89dbc72bc6f474 /package.json
parentfix(global): redirects for spa netlify (diff)
downloadfrontend-dd7c9966cf3b1b85989cab12fc3b4886b909132e.tar.xz
frontend-dd7c9966cf3b1b85989cab12fc3b4886b909132e.zip
chore(deps): pin dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/package.json b/package.json
index 782792f..0b5a375 100644
--- a/package.json
+++ b/package.json
@@ -11,44 +11,44 @@
"build:all": "npm run build && npm run copy:redirects"
},
"dependencies": {
- "core-js": "^3.6.5",
- "cpx": "^1.5.0",
- "normalize.css": "^8.0.1",
- "sakura.css": "^1.3.1",
- "vue": "^3.0.0",
- "vue-class-component": "^8.0.0-0",
- "vue-router": "^4.0.0-0",
- "vuex": "^4.0.0-0"
+ "core-js": "3.11.1",
+ "cpx": "1.5.0",
+ "normalize.css": "8.0.1",
+ "sakura.css": "1.3.1",
+ "vue": "3.0.11",
+ "vue-class-component": "8.0.0-rc.1",
+ "vue-router": "4.0.6",
+ "vuex": "4.0.0"
},
"devDependencies": {
- "@commitlint/cli": "^12.1.1",
- "@commitlint/config-conventional": "^12.1.1",
- "@types/chai": "^4.2.11",
- "@types/mocha": "^5.2.4",
- "@typescript-eslint/eslint-plugin": "^4.18.0",
- "@typescript-eslint/parser": "^4.18.0",
- "@vue/cli-plugin-babel": "~4.5.0",
- "@vue/cli-plugin-eslint": "~4.5.0",
- "@vue/cli-plugin-router": "~4.5.0",
- "@vue/cli-plugin-typescript": "~4.5.0",
- "@vue/cli-plugin-unit-mocha": "~4.5.0",
- "@vue/cli-plugin-vuex": "~4.5.0",
- "@vue/cli-service": "~4.5.0",
- "@vue/compiler-sfc": "^3.0.0",
- "@vue/eslint-config-airbnb": "^5.0.2",
- "@vue/eslint-config-typescript": "^7.0.0",
- "@vue/test-utils": "^2.0.0-0",
- "chai": "^4.1.2",
- "commitizen": "^4.2.3",
- "cz-conventional-commit": "^1.0.6",
- "eslint": "^6.7.2",
- "eslint-plugin-import": "^2.20.2",
- "eslint-plugin-vue": "^7.0.0",
- "husky": "^6.0.0",
- "lint-staged": "^9.5.0",
- "sass": "^1.26.5",
- "sass-loader": "^8.0.2",
- "typescript": "~4.1.5"
+ "@commitlint/cli": "12.1.1",
+ "@commitlint/config-conventional": "12.1.1",
+ "@types/chai": "4.2.17",
+ "@types/mocha": "5.2.7",
+ "@typescript-eslint/eslint-plugin": "4.22.0",
+ "@typescript-eslint/parser": "4.22.0",
+ "@vue/cli-plugin-babel": "4.5.12",
+ "@vue/cli-plugin-eslint": "4.5.12",
+ "@vue/cli-plugin-router": "4.5.12",
+ "@vue/cli-plugin-typescript": "4.5.12",
+ "@vue/cli-plugin-unit-mocha": "4.5.12",
+ "@vue/cli-plugin-vuex": "4.5.12",
+ "@vue/cli-service": "4.5.12",
+ "@vue/compiler-sfc": "3.0.11",
+ "@vue/eslint-config-airbnb": "5.3.0",
+ "@vue/eslint-config-typescript": "7.0.0",
+ "@vue/test-utils": "2.0.0-rc.6",
+ "chai": "4.3.4",
+ "commitizen": "4.2.3",
+ "cz-conventional-commit": "1.0.6",
+ "eslint": "6.8.0",
+ "eslint-plugin-import": "2.22.1",
+ "eslint-plugin-vue": "7.9.0",
+ "husky": "6.0.0",
+ "lint-staged": "9.5.0",
+ "sass": "1.32.11",
+ "sass-loader": "8.0.2",
+ "typescript": "4.1.5"
},
"gitHooks": {
"pre-commit": "lint-staged"