Skip to content

Commit 2359f69

Browse files
committed
lib: add missing delay lib for tests
1 parent 31d155e commit 2359f69

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

package-lock.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
3636
"@babel/preset-env": "7.16.11",
3737
"@babel/preset-typescript": "7.16.7",
38+
"@babel/runtime": "7.17.9",
3839
"@codingame/monaco-jsonrpc": "^0.3.1",
3940
"@codingame/monaco-languageclient": "^0.17.4",
40-
"@babel/runtime": "7.17.9",
4141
"@rollup/plugin-alias": "3.1.9",
4242
"@rollup/plugin-babel": "5.3.1",
4343
"@rollup/plugin-commonjs": "21.0.3",
@@ -51,8 +51,9 @@
5151
"@types/vscode": "^1.66.0",
5252
"@typescript-eslint/eslint-plugin": "5.19.0",
5353
"@typescript-eslint/parser": "5.19.0",
54-
"conventional-changelog-conventionalcommits": "^4.6.3",
5554
"canvas": "^2.9.1",
55+
"conventional-changelog-conventionalcommits": "^4.6.3",
56+
"delay": "^5.0.0",
5657
"eslint": "8.13.0",
5758
"eslint-config-standard": "17.0.0-1",
5859
"eslint-config-standard-jsx": "11.0.0-1",
@@ -72,8 +73,8 @@
7273
"rollup-plugin-web-worker-loader": "1.6.1",
7374
"tslib": "^2.3.1",
7475
"typescript": "4.6.3",
75-
"vscode-languageserver-protocol": "^3.16.0",
76-
"vscode-languageserver": "^7.0.0"
76+
"vscode-languageserver": "^7.0.0",
77+
"vscode-languageserver-protocol": "^3.16.0"
7778
},
7879
"resolutions": {
7980
"eslint": "8.13.0"

0 commit comments

Comments
 (0)