Skip to content

Commit 9e1ce59

Browse files
committed
chore: sort package.json
1 parent e58277f commit 9e1ce59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@
3636
"std-env": "^3.7.0"
3737
},
3838
"devDependencies": {
39-
"markdown-table": "^3.0.4",
40-
"figures": "^6.1.0",
41-
"wrap-ansi": "^9.0.0",
4239
"@babel/standalone": "^7.26.2",
4340
"@types/node": "^22.9.0",
4441
"automd": "^0.3.12",
4542
"chalk": "^5.3.0",
4643
"changelogen": "^0.5.7",
4744
"eslint": "^9.14.0",
4845
"eslint-config-unjs": "^0.4.1",
46+
"figures": "^6.1.0",
4947
"jiti": "^2.4.0",
48+
"markdown-table": "^3.0.4",
5049
"memory-fs": "^0.5.0",
5150
"prettier": "^3.3.3",
5251
"typescript": "^5.6.3",
5352
"unbuild": "^2.0.0",
5453
"vitest": "^2.1.4",
5554
"webpack": "^5.96.1",
56-
"webpack-cli": "^5.1.4"
55+
"webpack-cli": "^5.1.4",
56+
"wrap-ansi": "^9.0.0"
5757
},
5858
"peerDependencies": {
5959
"webpack": "3 || 4 || 5"

0 commit comments

Comments
 (0)