Skip to content

Commit

Permalink
chore: update vue-cli deps
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickfogerty committed Apr 22, 2022
1 parent f7158e8 commit ea884f3
Show file tree
Hide file tree
Showing 3 changed files with 3,430 additions and 7,008 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
],
parserOptions: {
ecmaVersion: 2020,
parser: '@typescript-eslint/parser',
},
rules: {
'no-console': 'error',
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,36 +53,36 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/vue": "6.4.2",
"@types/jest": "^24.0.19",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-e2e-cypress": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "^5.0.0-rc.1",
"@vue/cli-service": "~4.5.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.4",
"@vue/cli-plugin-e2e-cypress": "~5.0.4",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/cli-plugin-typescript": "~5.0.4",
"@vue/cli-plugin-unit-jest": "^5.0.4",
"@vue/cli-service": "~5.0.4",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.0-0",
"@vue/vue3-jest": "^27.0.0-alpha.4",
"babel-jest": "^27.0.0",
"babel-loader": "^8.2.2",
"conventional-changelog-conventionalcommits": "4.6.0",
"core-js": "3.14.0",
"core-js": "3.22.1",
"cypress": "^7.6.0",
"eslint": "^6.7.2",
"eslint": "^8.13.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.0.0",
"eslint-plugin-vue": "^8.6.0",
"jest": "27.4.7",
"prettier": "2.2.1",
"prettier": "2.6.2",
"read-pkg": "5.2.0",
"rollup": "^2.8.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-vue": "^6.0.0-alpha.8",
"ts-jest": "^27.0.0",
"typescript": "~4.1.5",
"typescript": "4.2",
"vue": "^3.2.26",
"vue-template-compiler": "2.6.14",
"yarn-run-all": "3.1.1"
Expand Down
Loading

0 comments on commit ea884f3

Please sign in to comment.