Skip to content

Commit 1e40cdc

Browse files
author
Loïc Mangeonjean
committed
fix: move libs to dependencies so that its not bundled by rollup
1 parent 82214b1 commit 1e40cdc

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,15 @@
2424
"types": "./dist/index.d.ts",
2525
"dependencies": {
2626
"@codingame/monaco-editor-wrapper": "4.0.0-monaco-update.2",
27-
"@codingame/monaco-vscode-files-service-override": "~2.0.0",
28-
"vscode": "npm:@codingame/monaco-vscode-api@~2.0.0",
29-
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~2.0.0",
27+
"@codingame/monaco-vscode-files-service-override": "~2.0.2",
28+
"delay": "^6.0.0",
29+
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~2.0.2",
30+
"once": "^1.4.0",
31+
"vscode": "npm:@codingame/monaco-vscode-api@~2.0.2",
32+
"vscode-jsonrpc": "^8.2.0",
3033
"vscode-languageclient": "~9.0.1",
31-
"vscode-ws-jsonrpc": "^3.1.0",
32-
"vscode-languageserver-protocol": "^3.17.5"
34+
"vscode-languageserver-protocol": "^3.17.5",
35+
"vscode-ws-jsonrpc": "^3.1.0"
3336
},
3437
"devDependencies": {
3538
"@babel/core": "7.23.9",
@@ -58,7 +61,6 @@
5861
"browser-resolve": "^2.0.0",
5962
"canvas": "^2.11.2",
6063
"conventional-changelog-conventionalcommits": "^7.0.2",
61-
"delay": "^6.0.0",
6264
"eslint": "8.56.0",
6365
"eslint-config-standard": "17.1.0",
6466
"eslint-plugin-import": "2.29.1",
@@ -70,7 +72,6 @@
7072
"jest": "^29.7.0",
7173
"jest-environment-jsdom": "^29.7.0",
7274
"js-cleanup": "^1.2.0",
73-
"once": "^1.4.0",
7475
"proxy-polyfill": "^0.3.2",
7576
"recast": "^0.23.4",
7677
"rollup": "4.9.6",
@@ -131,4 +132,4 @@
131132
"node": "20.10.0",
132133
"npm": "10.4.0"
133134
}
134-
}
135+
}

0 commit comments

Comments
 (0)