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 10
10
"dependencies" : {
11
11
"@vue/cli" : " ^5.0.8" ,
12
12
"core-js" : " ^3.8.3" ,
13
+ "html-webpack-plugin" : " ^5.6.0" ,
13
14
"vue" : " ^3.4.15" ,
14
15
"vue-ellipse-progress" : " ^2.1.2" ,
15
16
"vuex" : " ^4.1.0" ,
16
17
"vuex-persistedstate" : " ^4.1.0"
17
18
},
18
19
"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" ,
21
22
"@vue/cli-plugin-babel" : " ~5.0.0" ,
22
23
"@vue/cli-plugin-eslint" : " ~5.0.0" ,
23
24
"@vue/cli-plugin-typescript" : " ~5.0.0" ,
24
25
"@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" ,
28
29
"eslint-plugin-vue" : " ^9.27.0" ,
29
30
"lint-staged" : " ^15.2.9" ,
30
31
"sass" : " ^1.32.7" ,
Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ export default defineComponent({
94
94
dueDate: currentLocalDate .toISOString ().split (" T" )[0 ], // set default due date to today
95
95
priority: Priority .Low , // set default priority is low
96
96
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
99
99
newId: 0 , // initial task id is 0
100
100
isCompleted: false , // task not completed if a task is created
101
101
timesCompleted: 0 , // set default task times completed to 0
You can’t perform that action at this time.
0 commit comments