create-vike 0.0.313 → 0.0.314
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.
|
@@ -8,20 +8,20 @@
|
|
|
8
8
|
"lint": "eslint . --max-warnings 0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@vitejs/plugin-react": "^4.
|
|
11
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
12
12
|
"compression": "^1.7.4",
|
|
13
13
|
"cross-env": "^7.0.3",
|
|
14
|
-
"eslint": "^8.
|
|
15
|
-
"eslint-plugin-react": "^7.33.
|
|
14
|
+
"eslint": "^8.55.0",
|
|
15
|
+
"eslint-plugin-react": "^7.33.2",
|
|
16
16
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
17
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
17
|
+
"eslint-plugin-react-refresh": "^0.4.5",
|
|
18
18
|
"express": "^4.18.2",
|
|
19
19
|
"prop-types": "15.8.1",
|
|
20
20
|
"react": "^18.2.0",
|
|
21
21
|
"react-dom": "^18.2.0",
|
|
22
22
|
"sirv": "^2.0.3",
|
|
23
|
-
"vite": "^4.
|
|
24
|
-
"vike": "^0.4.
|
|
23
|
+
"vite": "^4.5.1",
|
|
24
|
+
"vike": "^0.4.150"
|
|
25
25
|
},
|
|
26
26
|
"type": "module"
|
|
27
27
|
}
|
|
@@ -9,28 +9,28 @@
|
|
|
9
9
|
"lint": "eslint . --max-warnings 0"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@types/compression": "^1.7.
|
|
13
|
-
"@types/express": "^4.17.
|
|
14
|
-
"@types/node": "^20.4
|
|
15
|
-
"@types/react": "^18.2.
|
|
16
|
-
"@types/react-dom": "^18.2.
|
|
17
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
18
|
-
"@typescript-eslint/parser": "^6.
|
|
19
|
-
"@vitejs/plugin-react": "^4.
|
|
12
|
+
"@types/compression": "^1.7.5",
|
|
13
|
+
"@types/express": "^4.17.21",
|
|
14
|
+
"@types/node": "^20.10.4",
|
|
15
|
+
"@types/react": "^18.2.42",
|
|
16
|
+
"@types/react-dom": "^18.2.17",
|
|
17
|
+
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
18
|
+
"@typescript-eslint/parser": "^6.13.2",
|
|
19
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
20
20
|
"compression": "^1.7.4",
|
|
21
21
|
"cross-env": "^7.0.3",
|
|
22
|
-
"eslint": "^8.
|
|
23
|
-
"eslint-plugin-react": "^7.33.
|
|
22
|
+
"eslint": "^8.55.0",
|
|
23
|
+
"eslint-plugin-react": "^7.33.2",
|
|
24
24
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
25
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
25
|
+
"eslint-plugin-react-refresh": "^0.4.5",
|
|
26
26
|
"express": "^4.18.2",
|
|
27
27
|
"react": "^18.2.0",
|
|
28
28
|
"react-dom": "^18.2.0",
|
|
29
29
|
"sirv": "^2.0.3",
|
|
30
30
|
"ts-node": "^10.9.1",
|
|
31
|
-
"typescript": "^5.
|
|
32
|
-
"vite": "^4.
|
|
33
|
-
"vike": "^0.4.
|
|
31
|
+
"typescript": "^5.3.3",
|
|
32
|
+
"vite": "^4.5.1",
|
|
33
|
+
"vike": "^0.4.150"
|
|
34
34
|
},
|
|
35
35
|
"type": "module"
|
|
36
36
|
}
|
|
@@ -7,16 +7,16 @@
|
|
|
7
7
|
"server:prod": "cross-env NODE_ENV=production node ./server"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@vitejs/plugin-vue": "^4.2
|
|
11
|
-
"@vue/compiler-sfc": "^3.3.
|
|
12
|
-
"@vue/server-renderer": "^3.3.
|
|
10
|
+
"@vitejs/plugin-vue": "^4.5.2",
|
|
11
|
+
"@vue/compiler-sfc": "^3.3.10",
|
|
12
|
+
"@vue/server-renderer": "^3.3.10",
|
|
13
13
|
"compression": "^1.7.4",
|
|
14
14
|
"cross-env": "^7.0.3",
|
|
15
15
|
"express": "^4.18.2",
|
|
16
16
|
"sirv": "^2.0.3",
|
|
17
|
-
"vite": "^4.
|
|
18
|
-
"vike": "^0.4.
|
|
19
|
-
"vue": "^3.3.
|
|
17
|
+
"vite": "^4.5.1",
|
|
18
|
+
"vike": "^0.4.150",
|
|
19
|
+
"vue": "^3.3.10"
|
|
20
20
|
},
|
|
21
21
|
"type": "module"
|
|
22
22
|
}
|
|
@@ -8,21 +8,21 @@
|
|
|
8
8
|
"server:prod": "cross-env NODE_ENV=production npm run server"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@types/compression": "^1.7.
|
|
12
|
-
"@types/express": "^4.17.
|
|
13
|
-
"@types/node": "^20.4
|
|
14
|
-
"@vitejs/plugin-vue": "^4.2
|
|
15
|
-
"@vue/compiler-sfc": "^3.3.
|
|
16
|
-
"@vue/server-renderer": "^3.3.
|
|
11
|
+
"@types/compression": "^1.7.5",
|
|
12
|
+
"@types/express": "^4.17.21",
|
|
13
|
+
"@types/node": "^20.10.4",
|
|
14
|
+
"@vitejs/plugin-vue": "^4.5.2",
|
|
15
|
+
"@vue/compiler-sfc": "^3.3.10",
|
|
16
|
+
"@vue/server-renderer": "^3.3.10",
|
|
17
17
|
"compression": "^1.7.4",
|
|
18
18
|
"cross-env": "^7.0.3",
|
|
19
19
|
"express": "^4.18.2",
|
|
20
20
|
"sirv": "^2.0.3",
|
|
21
21
|
"ts-node": "^10.9.1",
|
|
22
|
-
"typescript": "^5.
|
|
23
|
-
"vite": "^4.
|
|
24
|
-
"vike": "^0.4.
|
|
25
|
-
"vue": "^3.3.
|
|
22
|
+
"typescript": "^5.3.3",
|
|
23
|
+
"vite": "^4.5.1",
|
|
24
|
+
"vike": "^0.4.150",
|
|
25
|
+
"vue": "^3.3.10"
|
|
26
26
|
},
|
|
27
27
|
"type": "module"
|
|
28
28
|
}
|