File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ const nodePackager = require('../../helpers/node-packager')
7
7
const hasTypescript = require ( '../../helpers/has-typescript' )
8
8
const { hasEslint } = require ( '../../helpers/has-eslint' )
9
9
10
- const defaultVersion = '^7.0.0'
10
+ // https://github.com/GoogleChrome/workbox/issues/3357
11
+ // 7.0.0 is the only current working version, but using 7.0.x in hopes of future updates
12
+ const defaultVersion = '7.0.x'
11
13
12
14
const pwaDeps = {
13
15
'workbox-core' : defaultVersion ,
Original file line number Diff line number Diff line change 96
96
"vue" : " ^3.0.0" ,
97
97
"vue-router" : " ^4.0.0" ,
98
98
"vuex" : " ^4.0.0" ,
99
- "workbox-build" : " ^ 7.0.0 "
99
+ "workbox-build" : " 7.0.x "
100
100
},
101
101
"peerDependencies" : {
102
102
"@electron/packager" : " >= 18" ,
108
108
"vue" : " ^3.2.29" ,
109
109
"vue-router" : " ^4.0.12" ,
110
110
"vuex" : " ^4.0.0" ,
111
- "workbox-build" : " >= 6 "
111
+ "workbox-build" : " ^6 || 7.0.x "
112
112
},
113
113
"peerDependenciesMeta" : {
114
114
"electron-builder" : {
You can’t perform that action at this time.
0 commit comments