@design-edito/tools 0.1.23 → 0.1.25

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design-edito/tools",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "description": "",
5
5
  "author": "Maxime Fabas",
6
6
  "license": "ISC",
@@ -20,20 +20,21 @@
20
20
  "devDependencies": {
21
21
  "@types/chalk": "^2.2.0",
22
22
  "@types/jsdom": "^21.1.7",
23
- "@types/node": "^22.5.5",
23
+ "@types/node": "^22.7.6",
24
24
  "@types/prompts": "^2.4.9",
25
- "@types/react": "^18.3.7",
26
- "@types/react-dom": "^18.3.0",
25
+ "@types/react": "^18.3.11",
26
+ "@types/react-dom": "^18.3.1",
27
27
  "@types/semver": "^7.5.8",
28
28
  "camelcase": "^8.0.0",
29
29
  "chokidar-cli": "^3.0.0",
30
30
  "concurrently": "^9.0.1",
31
- "esbuild": "^0.23.1",
31
+ "esbuild": "^0.24.0",
32
+ "jsdom": "^25.0.1",
32
33
  "node-fetch": "^3.3.2",
33
34
  "prompts": "^2.4.2",
34
- "puppeteer": "^23.5.1",
35
+ "puppeteer": "^23.6.0",
35
36
  "semver": "^7.6.3",
36
- "simple-git": "^3.26.0",
37
- "typescript": "^5.6.2"
37
+ "simple-git": "^3.27.0",
38
+ "typescript": "^5.6.3"
38
39
  }
39
40
  }