Skip to content

Commit

Permalink
fixup! fixup! fixup! migrate to @rollup/plugin-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj committed Nov 15, 2024
1 parent 446c717 commit 8e43f07
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.11.9",
"esbuild": "^0.20.0",
"rollup": "^4.9.6",
"rollup-plugin-esbuild": "^6.1.1",
"tslib": "^2.6.2",
"@rollup/plugin-typescript": "^12.1.1",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion js/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.11.9",
"@wasm-tool/rollup-plugin-rust": "^2.4.5",
"esbuild": "^0.20.0",
"rollup": "^4.9.6",
"rollup-plugin-esbuild": "^6.1.1",
"tslib": "^2.6.2",
"@rollup/plugin-typescript": "^12.1.1",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion js/lsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^20.11.9",
"@wasm-tool/rollup-plugin-rust": "^2.4.5",
"esbuild": "^0.20.0",
"rollup": "^4.9.6",
"rollup-plugin-esbuild": "^6.1.1",
"@rollup/plugin-typescript": "^12.1.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
Expand Down
3 changes: 3 additions & 0 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ __metadata:
dependencies:
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.2.3"
"@rollup/plugin-typescript": "npm:^12.1.1"
"@types/node": "npm:^20.11.9"
esbuild: "npm:^0.20.0"
rollup: "npm:^4.9.6"
Expand All @@ -474,6 +475,7 @@ __metadata:
dependencies:
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.2.3"
"@rollup/plugin-typescript": "npm:^12.1.1"
"@taplo/core": "npm:^0.2.0"
"@types/node": "npm:^20.11.9"
"@wasm-tool/rollup-plugin-rust": "npm:^2.4.5"
Expand All @@ -491,6 +493,7 @@ __metadata:
dependencies:
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.2.3"
"@rollup/plugin-typescript": "npm:^12.1.1"
"@taplo/core": "npm:^0.2.0"
"@types/node": "npm:^20.11.9"
"@wasm-tool/rollup-plugin-rust": "npm:^2.4.5"
Expand Down

0 comments on commit 8e43f07

Please sign in to comment.