File tree Expand file tree Collapse file tree 3 files changed +27
-5
lines changed Expand file tree Collapse file tree 3 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 124
124
"version" : " ^3.21.4"
125
125
}
126
126
}
127
+ },
128
+ "0.15.0" : {
129
+ "version" : " 0.15.0" ,
130
+ "packages" : {
131
+ "@builder.io/qwik" : {
132
+ "version" : " ~0.100.0"
133
+ },
134
+ "@builder.io/qwik-city" : {
135
+ "version" : " ~0.100.0"
136
+ },
137
+ "@types/node" : {
138
+ "version" : " c"
139
+ },
140
+ "eslint-plugin-qwik" : {
141
+ "version" : " ~0.100.0"
142
+ },
143
+ "prettier" : {
144
+ "version" : " ~2.8.7"
145
+ }
146
+ }
127
147
}
128
148
}
129
149
}
Original file line number Diff line number Diff line change 6
6
import {
7
7
nodeFetchVersion ,
8
8
qwikCityVersion ,
9
+ qwikEslintPluginVersion ,
9
10
qwikVersion ,
10
11
undiciVersion ,
11
12
viteTsconfigPathsVersion ,
@@ -19,6 +20,7 @@ export function addCommonQwikDependencies(host: Tree): GeneratorCallback {
19
20
{
20
21
'@builder.io/qwik' : qwikVersion ,
21
22
'@builder.io/qwik-city' : qwikCityVersion ,
23
+ 'eslint-plugin-qwik' : qwikEslintPluginVersion ,
22
24
vite : viteVersion ,
23
25
'vite-tsconfig-paths' : viteTsconfigPathsVersion ,
24
26
'node-fetch' : nodeFetchVersion ,
@@ -29,7 +31,6 @@ export function addCommonQwikDependencies(host: Tree): GeneratorCallback {
29
31
// "@typescript-eslint/eslint-plugin": tsEslintVersion,
30
32
// "@typescript-eslint/parser": tsEslintVersion,
31
33
// "eslint": eslintVersion,
32
- // "eslint-plugin-qwik": qwikEslintPluginVersion,
33
34
// "prettier": prettierVersion,
34
35
// "typescript": typescriptVersion,
35
36
}
Original file line number Diff line number Diff line change 1
1
// qwik packages
2
- export const qwikVersion = '~0.23 .0' ;
3
- export const qwikCityVersion = '~0.6.6 ' ;
4
- export const qwikEslintPluginVersion = '~0.23 .0' ;
2
+ export const qwikVersion = '~0.100 .0' ;
3
+ export const qwikCityVersion = '~0.100.0 ' ;
4
+ export const qwikEslintPluginVersion = '~0.100 .0' ;
5
5
6
6
// css preprocessors
7
7
export const sassVersion = '~1.56.1' ;
@@ -33,7 +33,8 @@ export const typesMdx = '^2.0.3';
33
33
// other
34
34
export const eslintVersion = '~8.36.0' ;
35
35
export const tsEslintVersion = '~5.43.0' ;
36
- export const prettierVersion = '~2.8.6 ' ;
36
+ export const prettierVersion = '~2.8.7 ' ;
37
37
export const typescriptVersion = '~5.0.2' ;
38
38
export const nodeFetchVersion = '~3.3.0' ;
39
+ export const typesNodeVersion = '^18.15.9' ;
39
40
export const typesEslint = '~8.21.3' ;
You can’t perform that action at this time.
0 commit comments