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: svthalia/thadmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e041a08293283508fdec2b1e49cc0d362e5f395e
Choose a base ref
..
head repository: svthalia/thadmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d910d8c77bbd9fb94fef548e760cadafda1f1fde
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 package.json
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -26,8 +26,8 @@
"vuex-module-decorators": "2.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"@vue/cli-plugin-babel": "5.0.4",
"@vue/cli-plugin-eslint": "5.0.4",
"@vue/cli-plugin-router": "5.0.4",
@@ -40,7 +40,7 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-vue": "9.1.1",
"prettier": "2.7.0",
"prettier": "2.7.1",
"typescript": "4.7.3"
}
}