ctx-core 7.2.9 → 7.2.10

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctx-core",
3
- "version": "7.2.9",
3
+ "version": "7.2.10",
4
4
  "description": "ctx-core core library",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -307,18 +307,18 @@
307
307
  },
308
308
  "devDependencies": {
309
309
  "@ctx-core/preprocess": "^0.1.3",
310
- "@size-limit/preset-small-lib": "^11.1.3",
310
+ "@size-limit/preset-small-lib": "^11.1.4",
311
311
  "@types/jsdom": "^21.1.6",
312
312
  "@types/node": "^20.12.12",
313
313
  "@types/sinon": "^17.0.3",
314
314
  "c8": "^9.1.0",
315
315
  "check-dts": "^0.7.2",
316
- "esbuild": "^0.21.2",
316
+ "esbuild": "^0.21.3",
317
317
  "esmock": "^2.6.5",
318
318
  "jsdom": "^24.0.0",
319
- "sinon": "^17.0.2",
320
- "size-limit": "^11.1.3",
321
- "tsx": "^4.10.2",
319
+ "sinon": "^18.0.0",
320
+ "size-limit": "^11.1.4",
321
+ "tsx": "^4.10.4",
322
322
  "typescript": "next",
323
323
  "uvu": "^0.5.6"
324
324
  },