Skip to content

Commit 20d2d91

Browse files
Update astro dependency to 5.5.4
1 parent 8225f03 commit 20d2d91

File tree

1 file changed

+66
-66
lines changed

1 file changed

+66
-66
lines changed

package.json

+66-66
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
11
{
2-
"name": "@playform/compress",
3-
"version": "0.1.7",
4-
"private": false,
5-
"description": "Compress 🗜️",
6-
"keywords": [
7-
"astro",
8-
"astro-component",
9-
"astro-integration",
10-
"@playform/compress",
11-
"compress",
12-
"minify",
13-
"css",
14-
"html",
15-
"image",
16-
"javascript",
17-
"performance",
18-
"svg",
19-
"withastro",
20-
"playform"
21-
],
22-
"homepage": "HTTPS://github.com/PlayForm/Compress#readme",
23-
"bugs": {
24-
"url": "HTTPS://github.com/PlayForm/Compress/issues"
25-
},
26-
"repository": {
27-
"type": "git",
28-
"url": "git+https://github.com/PlayForm/Compress.git"
29-
},
30-
"license": "SEE LICENSE IN LICENSE",
31-
"author": {
32-
"name": "Source ✍🏻 Open 👐🏻",
33-
"email": "Source/Open@PlayForm.LTD",
34-
"url": "HTTPS://PlayForm.LTD"
35-
},
36-
"type": "module",
37-
"main": "./Target/Function/Integration.js",
38-
"types": "./Target/Function/Integration.d.ts",
39-
"scripts": {
40-
"Run": "Build 'Source/**/*.ts' --Watch --ESBuild Configuration/ESBuild.ts",
41-
"prepublishOnly": "Build 'Source/**/*.ts' --ESBuild Configuration/ESBuild.ts"
42-
},
43-
"dependencies": {
44-
"@playform/pipe": "0.1.2",
45-
"@types/csso": "5.0.4",
46-
"@types/html-minifier-terser": "7.0.2",
47-
"astro": "*",
48-
"commander": "13.1.0",
49-
"csso": "5.0.5",
50-
"deepmerge-ts": "7.1.5",
51-
"fast-glob": "3.3.3",
52-
"html-minifier-terser": "7.2.0",
53-
"kleur": "4.1.5",
54-
"lightningcss": "1.29.3",
55-
"sharp": "0.33.5",
56-
"svgo": "3.3.2",
57-
"terser": "5.39.0"
58-
},
59-
"devDependencies": {
60-
"@playform/build": "0.2.1",
61-
"browserslist": "4.24.4",
62-
"lightningcss": "1.29.3"
63-
},
64-
"publishConfig": {
65-
"access": "public",
66-
"provenance": true
67-
}
2+
"name": "@playform/compress",
3+
"version": "0.1.7",
4+
"private": false,
5+
"description": "Compress 🗜️",
6+
"keywords": [
7+
"astro",
8+
"astro-component",
9+
"astro-integration",
10+
"@playform/compress",
11+
"compress",
12+
"minify",
13+
"css",
14+
"html",
15+
"image",
16+
"javascript",
17+
"performance",
18+
"svg",
19+
"withastro",
20+
"playform"
21+
],
22+
"homepage": "HTTPS://github.com/PlayForm/Compress#readme",
23+
"bugs": {
24+
"url": "HTTPS://github.com/PlayForm/Compress/issues"
25+
},
26+
"repository": {
27+
"type": "git",
28+
"url": "git+https://github.com/PlayForm/Compress.git"
29+
},
30+
"license": "SEE LICENSE IN LICENSE",
31+
"author": {
32+
"name": "Source ✍🏻 Open 👐🏻",
33+
"email": "Source/Open@PlayForm.LTD",
34+
"url": "HTTPS://PlayForm.LTD"
35+
},
36+
"type": "module",
37+
"main": "./Target/Function/Integration.js",
38+
"types": "./Target/Function/Integration.d.ts",
39+
"scripts": {
40+
"Run": "Build 'Source/**/*.ts' --Watch --ESBuild Configuration/ESBuild.ts",
41+
"prepublishOnly": "Build 'Source/**/*.ts' --ESBuild Configuration/ESBuild.ts"
42+
},
43+
"dependencies": {
44+
"@playform/pipe": "0.1.2",
45+
"@types/csso": "5.0.4",
46+
"@types/html-minifier-terser": "7.0.2",
47+
"astro": "5.5.4",
48+
"commander": "13.1.0",
49+
"csso": "5.0.5",
50+
"deepmerge-ts": "7.1.5",
51+
"fast-glob": "3.3.3",
52+
"html-minifier-terser": "7.2.0",
53+
"kleur": "4.1.5",
54+
"lightningcss": "1.29.3",
55+
"sharp": "0.33.5",
56+
"svgo": "3.3.2",
57+
"terser": "5.39.0"
58+
},
59+
"devDependencies": {
60+
"@playform/build": "0.2.1",
61+
"browserslist": "4.24.4",
62+
"lightningcss": "1.29.3"
63+
},
64+
"publishConfig": {
65+
"access": "public",
66+
"provenance": true
67+
}
6868
}

0 commit comments

Comments
 (0)