eslint-plugin-qwik 2.0.0-alpha.3 → 2.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-qwik",
|
|
3
3
|
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.5",
|
|
5
5
|
"author": "Qwik Team",
|
|
6
6
|
"bugs": "https://github.com/QwikDev/qwik/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"@types/estree": "1.0.5",
|
|
14
14
|
"@typescript-eslint/rule-tester": "7.8.0",
|
|
15
15
|
"redent": "4.0.0",
|
|
16
|
-
"@qwik.dev/core": "2.0.0-alpha.
|
|
17
|
-
"@qwik.dev/router": "2.0.0-alpha.
|
|
16
|
+
"@qwik.dev/core": "2.0.0-alpha.5",
|
|
17
|
+
"@qwik.dev/router": "2.0.0-alpha.5"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|