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: 1d6bcb33ca5495e0422c516f5cb416b0359440b1
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: e8729427062f6435a31d0fb79e88863f2eaf71a5
Choose a head ref
Showing with 525 additions and 503 deletions.
  1. +9 −9 package.json
  2. +516 −494 yarn.lock
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -22,17 +22,17 @@
"@types/jest": "24.9.1",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"@vue/cli-plugin-babel": "4.5.17",
"@vue/cli-plugin-e2e-cypress": "4.5.17",
"@vue/cli-plugin-eslint": "4.5.17",
"@vue/cli-plugin-pwa": "4.5.17",
"@vue/cli-plugin-typescript": "4.5.17",
"@vue/cli-plugin-unit-jest": "4.5.17",
"@vue/cli-plugin-vuex": "4.5.17",
"@vue/cli-service": "4.5.17",
"@vue/cli-plugin-babel": "4.5.18",
"@vue/cli-plugin-e2e-cypress": "4.5.18",
"@vue/cli-plugin-eslint": "4.5.18",
"@vue/cli-plugin-pwa": "4.5.18",
"@vue/cli-plugin-typescript": "4.5.18",
"@vue/cli-plugin-unit-jest": "4.5.18",
"@vue/cli-plugin-vuex": "4.5.18",
"@vue/cli-service": "4.5.18",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-typescript": "5.0.2",
"@vue/test-utils": "1.3.0",
"@vue/test-utils": "1.0.3",
"eslint": "6.8.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-vue": "6.2.2",
Loading