Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rollup/rollup into sync-e…
Browse files Browse the repository at this point in the history
…f3be447
  • Loading branch information
docschina-bot committed Nov 10, 2023
2 parents 1296831 + ef3be44 commit 86882d6
Show file tree
Hide file tree
Showing 11 changed files with 561 additions and 441 deletions.
653 changes: 354 additions & 299 deletions package-lock.json

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@
"@codemirror/language": "^6.9.2",
"@codemirror/search": "^6.5.4",
"@codemirror/state": "^6.3.1",
"@codemirror/view": "^6.21.4",
"@codemirror/view": "^6.22.0",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@mermaid-js/mermaid-cli": "^10.6.0",
"@napi-rs/cli": "^2.16.3",
"@napi-rs/cli": "^2.16.5",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-commonjs": "^25.0.7",
Expand All @@ -123,12 +123,12 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@rollup/pluginutils": "^5.0.5",
"@types/estree": "1.0.4",
"@types/estree": "1.0.5",
"@types/mocha": "^10.0.3",
"@types/node": "18.0.0",
"@types/yargs-parser": "^21.0.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"acorn": "^8.11.2",
Expand All @@ -142,7 +142,7 @@
"date-time": "^4.0.0",
"es5-shim": "^4.6.7",
"es6-shim": "^0.35.8",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
Expand All @@ -165,7 +165,7 @@
"pretty-bytes": "^6.1.1",
"pretty-ms": "^8.0.0",
"requirejs": "^2.3.6",
"rollup": "^4.1.5",
"rollup": "^4.3.0",
"rollup-plugin-license": "^3.2.0",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-thatworks": "^1.0.4",
Expand All @@ -175,17 +175,18 @@
"source-map": "^0.7.4",
"source-map-support": "^0.5.21",
"systemjs": "^6.14.2",
"terser": "^5.23.0",
"terser": "^5.24.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitepress": "^1.0.0-rc.24",
"vue": "^3.3.7",
"vitepress": "^1.0.0-rc.25",
"vue": "^3.3.8",
"wasm-pack": "^0.12.1",
"weak-napi": "^2.0.2",
"yargs-parser": "^21.1.1"
},
"overrides": {
"axios": "^1.6.0",
"semver": "^7.5.4"
},
"files": [
Expand Down
Loading

0 comments on commit 86882d6

Please sign in to comment.