Skip to content

Commit

Permalink
fix: add missing deps and devDeps (#2951)
Browse files Browse the repository at this point in the history
code previously got those from 4th+ parties
  • Loading branch information
AviVahl authored Mar 25, 2024
1 parent b57f183 commit 3f84955
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 24 deletions.
33 changes: 9 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"devDependencies": {
"@file-services/memory": "^9.1.0",
"@file-services/node": "^9.1.0",
"@file-services/path": "^9.1.0",
"@file-services/types": "^9.1.0",
"@rollup/plugin-html": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.14",
Expand Down Expand Up @@ -50,6 +52,8 @@
"chai": "^4.3.10",
"chai-subset": "^1.6.0",
"create-listening-server": "^2.1.0",
"css-loader": "^6.10.0",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"file-loader": "^6.2.0",
Expand All @@ -59,6 +63,7 @@
"node-eval": "^2.0.0",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.42.1",
"playwright-core": "^1.42.1",
"postcss": "^8.4.38",
"promise-assist": "^2.0.1",
"raw-loader": "^4.0.2",
Expand Down
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"lodash.camelcase": "^4.3.0",
"lodash.upperfirst": "^4.3.1",
"mime": "^3.0.0",
"postcss": "^8.4.38",
"yargs": "^17.7.2"
},
"files": [
Expand Down
3 changes: 3 additions & 0 deletions packages/language-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"vscode-languageserver-textdocument": "^1.0.11",
"vscode-uri": "^3.0.8"
},
"devDependencies": {
"vscode-languageserver-protocol": "^3.17.5"
},
"author": "Wix.com",
"files": [
"dist",
Expand Down

0 comments on commit 3f84955

Please sign in to comment.