@epic-web/workshop-utils 6.80.2 → 6.81.0
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epic-web/workshop-utils",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.81.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"@epic-web/remember": "^1.1.0",
|
|
196
196
|
"@kentcdodds/md-temp": "^10.0.1",
|
|
197
197
|
"@mdx-js/mdx": "^3.1.1",
|
|
198
|
-
"@playwright/test": "^1.58.
|
|
198
|
+
"@playwright/test": "^1.58.2",
|
|
199
199
|
"@react-router/node": "^7.13.0",
|
|
200
200
|
"@sentry/react-router": "^10.38.0",
|
|
201
201
|
"@testing-library/dom": "^10.4.1",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"cookie": "^1.1.1",
|
|
213
213
|
"cross-spawn": "^7.0.6",
|
|
214
214
|
"dayjs": "^1.11.19",
|
|
215
|
-
"esbuild": "^0.27.
|
|
215
|
+
"esbuild": "^0.27.3",
|
|
216
216
|
"execa": "^9.6.1",
|
|
217
217
|
"find-process": "^2.0.0",
|
|
218
218
|
"fkill": "^10.0.3",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"globby": "^16.1.0",
|
|
221
221
|
"ignore": "^7.0.5",
|
|
222
222
|
"json5": "^2.2.3",
|
|
223
|
-
"lru-cache": "^11.2.
|
|
223
|
+
"lru-cache": "^11.2.6",
|
|
224
224
|
"lz-string": "^1.5.0",
|
|
225
225
|
"md5-hex": "^5.0.0",
|
|
226
226
|
"mdast-util-mdx-jsx": "^3.2.0",
|
|
@@ -246,8 +246,8 @@
|
|
|
246
246
|
"devDependencies": {
|
|
247
247
|
"@types/hast": "^3.0.4",
|
|
248
248
|
"@types/mdast": "^4.0.4",
|
|
249
|
-
"@types/node": "^25.
|
|
250
|
-
"@types/react": "^19.2.
|
|
249
|
+
"@types/node": "^25.2.3",
|
|
250
|
+
"@types/react": "^19.2.14",
|
|
251
251
|
"@types/react-dom": "^19.2.3",
|
|
252
252
|
"@types/shell-quote": "^1.7.5",
|
|
253
253
|
"vitest": "^4.0.18",
|