File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1010 "dependencies" : {
1111 "@vue/cli" : " ^5.0.8" ,
1212 "core-js" : " ^3.8.3" ,
13+ "html-webpack-plugin" : " ^5.6.0" ,
1314 "vue" : " ^3.4.15" ,
1415 "vue-ellipse-progress" : " ^2.1.2" ,
1516 "vuex" : " ^4.1.0" ,
1617 "vuex-persistedstate" : " ^4.1.0"
1718 },
1819 "devDependencies" : {
19- "@typescript-eslint/eslint-plugin" : " ^8.3 .0" ,
20- "@typescript-eslint/parser" : " ^8.3 .0" ,
20+ "@typescript-eslint/eslint-plugin" : " ^8.8 .0" ,
21+ "@typescript-eslint/parser" : " ^8.8 .0" ,
2122 "@vue/cli-plugin-babel" : " ~5.0.0" ,
2223 "@vue/cli-plugin-eslint" : " ~5.0.0" ,
2324 "@vue/cli-plugin-typescript" : " ~5.0.0" ,
2425 "@vue/cli-plugin-vuex" : " ~5.0.0" ,
25- "@vue/cli-service" : " ~ 5.0.0 " ,
26- "@vue/eslint-config-typescript" : " ^9.1 .0" ,
27- "eslint" : " ^9.9 .1" ,
26+ "@vue/cli-service" : " ^ 5.0.8 " ,
27+ "@vue/eslint-config-typescript" : " ^13.0 .0" ,
28+ "eslint" : " ^8.57 .1" ,
2829 "eslint-plugin-vue" : " ^9.27.0" ,
2930 "lint-staged" : " ^15.2.9" ,
3031 "sass" : " ^1.32.7" ,
Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ export default defineComponent({
9494 dueDate: currentLocalDate .toISOString ().split (" T" )[0 ], // set default due date to today
9595 priority: Priority .Low , // set default priority is low
9696 difficulty: Difficulty .Easy , // set default difficulty is easy
97- repeatEvery: 1 , // set default task repetition number to 1
98- repeatInterval: RepeatInterval .Once , // set default task repetition interval to one-time
97+ repeatEvery: 1 , // set default task repetition number to 1
98+ repeatInterval: RepeatInterval ? .Once , // set default task repetition interval to one-time
9999 newId: 0 , // initial task id is 0
100100 isCompleted: false , // task not completed if a task is created
101101 timesCompleted: 0 , // set default task times completed to 0
You can’t perform that action at this time.
0 commit comments