@design-edito/tools 0.1.23 → 0.1.24
Sign up to get free protection for your applications and to get access to all the features.
- package/agnostic/css/index.js +7 -7
- package/agnostic/errors/index.js +2 -2
- package/agnostic/html/hyper-json/index.js +14 -14
- package/agnostic/html/hyper-json/transformers/index.js +13 -13
- package/agnostic/html/hyper-json/transformers/transformSelected/index.js +13 -13
- package/agnostic/html/hyper-json/tree/index.js +13 -13
- package/agnostic/html/index.js +22 -22
- package/agnostic/html/sanitize/index.js +4 -4
- package/agnostic/html/selector-to-element/index.js +4 -4
- package/agnostic/html/string-to-nodes/index.js +5 -5
- package/agnostic/misc/index.js +8 -8
- package/agnostic/misc/lorem-ipsum/index.js +2 -2
- package/agnostic/numbers/index.js +3 -3
- package/agnostic/objects/index.js +3 -3
- package/agnostic/strings/index.js +5 -5
- package/agnostic/time/index.js +3 -3
- package/chunks/chunk-6R54C426.js +35 -0
- package/chunks/chunk-APWPG7BU.js +647 -0
- package/chunks/chunk-JAST3E5G.js +647 -0
- package/chunks/chunk-TRB6DPKJ.js +35 -0
- package/node/files/index.js +4 -4
- package/package.json +9 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@design-edito/tools",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.24",
|
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.
|
23
|
+
"@types/node": "^22.7.6",
|
24
24
|
"@types/prompts": "^2.4.9",
|
25
|
-
"@types/react": "^18.3.
|
26
|
-
"@types/react-dom": "^18.3.
|
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.
|
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.
|
35
|
+
"puppeteer": "^23.6.0",
|
35
36
|
"semver": "^7.6.3",
|
36
|
-
"simple-git": "^3.
|
37
|
-
"typescript": "^5.6.
|
37
|
+
"simple-git": "^3.27.0",
|
38
|
+
"typescript": "^5.6.3"
|
38
39
|
}
|
39
40
|
}
|