@epic-web/workshop-utils 6.80.1 → 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 +9 -9
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,8 +195,8 @@
|
|
|
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.
|
|
199
|
-
"@react-router/node": "^7.
|
|
198
|
+
"@playwright/test": "^1.58.2",
|
|
199
|
+
"@react-router/node": "^7.13.0",
|
|
200
200
|
"@sentry/react-router": "^10.38.0",
|
|
201
201
|
"@testing-library/dom": "^10.4.1",
|
|
202
202
|
"@testing-library/jest-dom": "^6.9.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",
|
|
@@ -230,14 +230,14 @@
|
|
|
230
230
|
"pkgmgr": "^1.1.1",
|
|
231
231
|
"react": "^19.2.4",
|
|
232
232
|
"react-dom": "^19.2.4",
|
|
233
|
-
"react-router": "^7.
|
|
233
|
+
"react-router": "^7.13.0",
|
|
234
234
|
"rehype": "^13.0.2",
|
|
235
235
|
"rehype-autolink-headings": "^7.1.0",
|
|
236
236
|
"remark": "^15.0.1",
|
|
237
237
|
"remark-emoji": "^5.0.2",
|
|
238
238
|
"remark-gfm": "^4.0.1",
|
|
239
239
|
"shell-quote": "^1.8.3",
|
|
240
|
-
"shiki": "^3.
|
|
240
|
+
"shiki": "^3.22.0",
|
|
241
241
|
"unified": "^11.0.5",
|
|
242
242
|
"unist-util-remove-position": "^5.0.0",
|
|
243
243
|
"unist-util-visit": "^5.1.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",
|