@epic-web/workshop-utils 6.78.2 → 6.79.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.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epic-web/workshop-utils",
3
- "version": "6.78.2",
3
+ "version": "6.79.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -190,20 +190,20 @@
190
190
  "build:watch": "nx watch --projects=@epic-web/workshop-utils -- nx run \\$NX_PROJECT_NAME:build"
191
191
  },
192
192
  "dependencies": {
193
- "@epic-web/cachified": "^5.6.0",
193
+ "@epic-web/cachified": "^5.6.1",
194
194
  "@epic-web/invariant": "^1.0.0",
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.57.0",
198
+ "@playwright/test": "^1.58.0",
199
199
  "@react-router/node": "^7.12.0",
200
- "@sentry/react-router": "^10.36.0",
200
+ "@sentry/react-router": "^10.38.0",
201
201
  "@testing-library/dom": "^10.4.1",
202
202
  "@testing-library/jest-dom": "^6.9.1",
203
203
  "@total-typescript/ts-reset": "^0.6.1",
204
204
  "@types/chai": "^5.2.3",
205
205
  "@types/chai-dom": "^1.11.3",
206
- "@vitest/expect": "^4.0.17",
206
+ "@vitest/expect": "^4.0.18",
207
207
  "chai": "^6.2.2",
208
208
  "chai-dom": "^1.12.1",
209
209
  "chalk": "^5.6.2",
@@ -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.4",
223
+ "lru-cache": "^11.2.5",
224
224
  "lz-string": "^1.5.0",
225
225
  "md5-hex": "^5.0.0",
226
226
  "mdast-util-mdx-jsx": "^3.2.0",
@@ -228,8 +228,8 @@
228
228
  "p-queue": "^9.1.0",
229
229
  "parse-git-diff": "^0.0.19",
230
230
  "pkgmgr": "^1.1.1",
231
- "react": "^19.2.3",
232
- "react-dom": "^19.2.3",
231
+ "react": "^19.2.4",
232
+ "react-dom": "^19.2.4",
233
233
  "react-router": "^7.12.0",
234
234
  "rehype": "^13.0.2",
235
235
  "rehype-autolink-headings": "^7.1.0",
@@ -240,17 +240,17 @@
240
240
  "shiki": "^3.21.0",
241
241
  "unified": "^11.0.5",
242
242
  "unist-util-remove-position": "^5.0.0",
243
- "unist-util-visit": "^5.0.0",
244
- "zod": "^4.3.5"
243
+ "unist-util-visit": "^5.1.0",
244
+ "zod": "^4.3.6"
245
245
  },
246
246
  "devDependencies": {
247
247
  "@types/hast": "^3.0.4",
248
248
  "@types/mdast": "^4.0.4",
249
- "@types/node": "^25.0.9",
250
- "@types/react": "^19.2.9",
249
+ "@types/node": "^25.1.0",
250
+ "@types/react": "^19.2.10",
251
251
  "@types/react-dom": "^19.2.3",
252
252
  "@types/shell-quote": "^1.7.5",
253
- "vitest": "^4.0.17",
253
+ "vitest": "^4.0.18",
254
254
  "zshy": "^0.7.0"
255
255
  },
256
256
  "repository": {