Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zgunz42/vue-todo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cddf698a30e237255d7657b432bf7b30db045020
Choose a base ref
..
head repository: zgunz42/vue-todo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5fcb2c5cb6057c891cb27c5d9943d5d63997b94b
Choose a head ref
Showing with 251 additions and 213 deletions.
  1. +10 −10 package.json
  2. +241 −203 yarn.lock
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -16,23 +16,23 @@
"vue": "2.6.12",
"vue-class-component": "7.2.6",
"vue-property-decorator": "8.5.1",
"vuex": "3.5.1"
"vuex": "3.6.0"
},
"devDependencies": {
"@types/jest": "24.9.1",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"@vue/cli-plugin-babel": "4.5.8",
"@vue/cli-plugin-e2e-cypress": "4.5.8",
"@vue/cli-plugin-eslint": "4.5.8",
"@vue/cli-plugin-pwa": "4.5.8",
"@vue/cli-plugin-typescript": "4.5.8",
"@vue/cli-plugin-unit-jest": "4.5.8",
"@vue/cli-plugin-vuex": "4.5.8",
"@vue/cli-service": "4.5.8",
"@vue/cli-plugin-babel": "4.5.9",
"@vue/cli-plugin-e2e-cypress": "4.5.9",
"@vue/cli-plugin-eslint": "4.5.9",
"@vue/cli-plugin-pwa": "4.5.9",
"@vue/cli-plugin-typescript": "4.5.9",
"@vue/cli-plugin-unit-jest": "4.5.9",
"@vue/cli-plugin-vuex": "4.5.9",
"@vue/cli-service": "4.5.9",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-typescript": "5.0.2",
"@vue/test-utils": "1.1.0",
"@vue/test-utils": "1.1.1",
"eslint": "6.8.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-vue": "6.2.2",
Loading