Skip to content

Commit

Permalink
Merge branch 'main' into pr/SuperchupuDev/426
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 25, 2024
2 parents 7221aa4 + 2f815ef commit 48f7720
Show file tree
Hide file tree
Showing 2 changed files with 1,201 additions and 1,067 deletions.
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,49 +30,50 @@
"unbuild": "jiti ./src/cli"
},
"dependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/pluginutils": "^5.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/pluginutils": "^5.1.2",
"citty": "^0.1.6",
"consola": "^3.2.3",
"defu": "^6.1.4",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"fast-glob": "^3.3.2",
"hookable": "^5.5.3",
"jiti": "2.0.0-beta.3",
"jiti": "^2.0.0",
"magic-string": "^0.30.11",
"mkdist": "^1.5.4",
"mkdist": "^1.5.9",
"mlly": "^1.7.1",
"pathe": "^1.1.2",
"pkg-types": "^1.1.3",
"pkg-types": "^1.2.0",
"pretty-bytes": "^6.1.1",
"rollup": "^4.20.0",
"rollup": "^4.22.4",
"rollup-plugin-dts": "^6.1.1",
"scule": "^1.3.0",
"tinyglobby": "^0.2.2",
"ufo": "^1.5.4",
"untyped": "^1.4.2"
},
"devDependencies": {
"@babel/plugin-transform-class-properties": "^7.24.7",
"@types/node": "^20.14.15",
"@vitest/coverage-v8": "^2.0.5",
"changelogen": "^0.5.5",
"eslint": "^9.9.0",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@types/node": "^22.7.1",
"@vitest/coverage-v8": "^2.1.1",
"changelogen": "^0.5.7",
"eslint": "^9.11.1",
"eslint-config-unjs": "^0.3.2",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"peerDependencies": {
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"packageManager": "pnpm@9.7.0"
"packageManager": "pnpm@9.11.0"
}
Loading

0 comments on commit 48f7720

Please sign in to comment.