Skip to content

Commit 70cc7e0

Browse files
feat(qwik-nx): add v3.1 migrations (#247)
1 parent 2dc8106 commit 70cc7e0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

packages/qwik-nx/migrations.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,25 @@
2727
}
2828
}
2929
}
30+
},
31+
"3.1.0": {
32+
"version": "3.1.0",
33+
"packages": {
34+
"@builder.io/qwik": {
35+
"version": "~1.13.0"
36+
},
37+
"@builder.io/qwik-city": {
38+
"version": "~1.13.0"
39+
},
40+
"eslint-plugin-qwik": {
41+
"version": "~1.13.0"
42+
},
43+
"vite": {
44+
"version": "~5.3.5"
45+
},
46+
"vite-tsconfig-paths": {
47+
"version": "~4.2.1"
48+
}
49+
}
3050
}
3151
}

0 commit comments

Comments
 (0)