@cedarjs/prerender 4.0.0-canary.13674 → 4.0.0-canary.13676
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 +13 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/prerender",
|
|
3
|
-
"version": "4.0.0-canary.
|
|
3
|
+
"version": "4.0.0-canary.13676+e392a8ca3",
|
|
4
4
|
"description": "CedarJS prerender",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -71,17 +71,17 @@
|
|
|
71
71
|
"@babel/generator": "7.29.1",
|
|
72
72
|
"@babel/parser": "7.29.2",
|
|
73
73
|
"@babel/traverse": "7.29.0",
|
|
74
|
-
"@cedarjs/babel-config": "4.0.0-canary.
|
|
75
|
-
"@cedarjs/project-config": "4.0.0-canary.
|
|
76
|
-
"@cedarjs/router": "4.0.0-canary.
|
|
77
|
-
"@cedarjs/structure": "4.0.0-canary.
|
|
78
|
-
"@cedarjs/vite": "4.0.0-canary.
|
|
79
|
-
"@cedarjs/web": "4.0.0-canary.
|
|
74
|
+
"@cedarjs/babel-config": "4.0.0-canary.13676",
|
|
75
|
+
"@cedarjs/project-config": "4.0.0-canary.13676",
|
|
76
|
+
"@cedarjs/router": "4.0.0-canary.13676",
|
|
77
|
+
"@cedarjs/structure": "4.0.0-canary.13676",
|
|
78
|
+
"@cedarjs/vite": "4.0.0-canary.13676",
|
|
79
|
+
"@cedarjs/web": "4.0.0-canary.13676",
|
|
80
80
|
"@rollup/plugin-alias": "5.1.1",
|
|
81
81
|
"@rollup/plugin-commonjs": "28.0.9",
|
|
82
82
|
"@rollup/plugin-node-resolve": "16.0.3",
|
|
83
83
|
"@rollup/plugin-replace": "6.0.3",
|
|
84
|
-
"@swc/core": "1.15.
|
|
84
|
+
"@swc/core": "1.15.21",
|
|
85
85
|
"@whatwg-node/fetch": "0.10.13",
|
|
86
86
|
"babel-plugin-ignore-html-and-css-imports": "0.1.0",
|
|
87
87
|
"cheerio": "1.2.0",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"vite-node": "3.2.4"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@cedarjs/framework-tools": "4.0.0-canary.
|
|
98
|
+
"@cedarjs/framework-tools": "4.0.0-canary.13676",
|
|
99
99
|
"@types/mime-types": "2.1.4",
|
|
100
100
|
"@types/react": "^18.2.55",
|
|
101
101
|
"babel-plugin-tester": "11.0.4",
|
|
@@ -109,6 +109,9 @@
|
|
|
109
109
|
"react": "19.2.3",
|
|
110
110
|
"react-dom": "19.2.3"
|
|
111
111
|
},
|
|
112
|
+
"engines": {
|
|
113
|
+
"node": ">=24"
|
|
114
|
+
},
|
|
112
115
|
"publishConfig": {
|
|
113
116
|
"access": "public"
|
|
114
117
|
},
|
|
@@ -116,5 +119,5 @@
|
|
|
116
119
|
"react": "react",
|
|
117
120
|
"react-dom": "react-dom"
|
|
118
121
|
},
|
|
119
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "e392a8ca31dd4fa9c785728a6c03fbab3e8e928c"
|
|
120
123
|
}
|