Skip to content

Commit

Permalink
chore: upgrade npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Mar 9, 2024
1 parent 79c258a commit d9018f3
Show file tree
Hide file tree
Showing 9 changed files with 12,659 additions and 12,620 deletions.
14 changes: 6 additions & 8 deletions crates/rolldown_binding/package.json
Expand Up @@ -57,15 +57,13 @@
},
"devDependencies": {
"@napi-rs/cli": "^2.18.0",
"@swc-node/register": "^1.5.4",
"@swc/core": "^1.3.22",
"ava": "^5.1.0",
"@swc-node/register": "^1.9.0",
"@swc/core": "^1.4.6",
"ava": "^6.1.2",
"benny": "^3.7.1",
"chalk": "^5.2.0",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"chalk": "^5.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.1",
"typescript": "^5.0.0"
"prettier": "^3.2.5",
"typescript": "^5.4.2"
}
}
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -44,27 +44,27 @@
"license": "MIT",
"devDependencies": {
"@ls-lint/ls-lint": "^2.2.2",
"@parcel/watcher": "^2.3.0",
"@parcel/watcher": "^2.4.1",
"@taplo/cli": "^0.7.0",
"chalk": "^4",
"change-case": "^4",
"chalk": "^5.3.0",
"change-case": "^5.4.3",
"conventional-changelog-cli": "^4.1.0",
"debug": "^4.3.4",
"dedent": "^1.5.1",
"execa": "^8.0.1",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"lerna": "^6.6.2",
"lint-staged": "^13.1.2",
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"lodash-es": "^4.17.21",
"npm-run-all2": "^6.1.2",
"oxlint": "^0.0.18",
"prettier": "^2.8.4",
"rollup": "^3.17.3",
"oxlint": "^0.2.13",
"prettier": "^3.2.5",
"rollup": "^4.12.1",
"tree-sitter": "^0.20.6",
"tree-sitter-go": "^0.20.0",
"typescript": "^5.0.0",
"zx": "^7.2.0"
"typescript": "^5.4.2",
"zx": "^7.2.3"
},
"prettier": {
"printWidth": 80,
Expand Down
4 changes: 2 additions & 2 deletions packages/bench/package.json
Expand Up @@ -7,12 +7,12 @@
},
"devDependencies": {
"@rolldown/node": "workspace:*",
"esbuild": "^0.19.5"
"esbuild": "^0.20.1"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tinybench": "^2.5.1",
"tinybench": "^2.6.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/node/package.json
Expand Up @@ -32,9 +32,9 @@
"@rolldown/node-binding": "workspace:*"
},
"devDependencies": {
"@types/node": "^18.14.0",
"typescript": "^5.0.0",
"@types/node": "^20.11.25",
"typescript": "^5.4.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
"vitest": "^1.3.1"
}
}
22 changes: 11 additions & 11 deletions packages/rollup-tests/package.json
Expand Up @@ -10,22 +10,22 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.4.14",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@rolldown/node": "workspace:*",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"buble": "^0.20.0",
"fixturify": "^3.0.0",
"fs-extra": "^11.1.0",
"locate-character": "^2.0.5",
"magic-string": "^0.27.0",
"mocha": "^10.2.0",
"terser": "^5.16.1"
"fs-extra": "^11.2.0",
"locate-character": "^3.0.0",
"magic-string": "^0.30.8",
"mocha": "^10.3.0",
"terser": "^5.29.1"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.7.23",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.25",
"source-map": "^0.7.4"
}
}
2 changes: 1 addition & 1 deletion web/docs/package.json
Expand Up @@ -8,6 +8,6 @@
"preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "^1.0.0-rc.44"
"vitepress": "^1.0.0-rc.45"
}
}
2 changes: 1 addition & 1 deletion web/playground/index.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
Expand Down
10 changes: 5 additions & 5 deletions web/playground/package.json
Expand Up @@ -16,16 +16,16 @@
"license": "MIT",
"homepage": "https://github.com/rolldown-rs/rolldown",
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^5.0.0"
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.1.5"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@rolldown/wasm-binding": "workspace:*",
"codemirror": "^6.0.1",
"pathe": "^1.1.1",
"vue": "^3.3.8",
"pathe": "^1.1.2",
"vue": "^3.4.21",
"vue-codemirror": "^6.1.1"
}
}

0 comments on commit d9018f3

Please sign in to comment.