Skip to content

Commit

Permalink
build(deps-dev): Bump devDependencies for test and example projects (#…
Browse files Browse the repository at this point in the history
…1199)

Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek authored Mar 20, 2024
1 parent 8931523 commit 65964eb
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 82 deletions.
154 changes: 77 additions & 77 deletions sample-projects/helloworld-sample/package-lock.json

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

4 changes: 2 additions & 2 deletions sample-projects/helloworld-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"ui-test": "extest setup-and-run './out/ui-test/*-test.js' --code_settings settings.json --extensions_dir .test-extensions"
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/chai": "^4.3.14",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.25",
"@types/vscode": "^1.82.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"mocha": "^10.3.0",
Expand Down
6 changes: 3 additions & 3 deletions test/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,16 @@
"ui-test": "npm run cb-init && extest setup-and-run './out/src/test/cli/order-3-test.js' './out/src/test/cli/order-2-test.js' './out/src/test/cli/order-1-test.js' './out/src/test/**/*-test.js' './out/src/test/system/clipboard.test.js' -u -i -r . -e ./test-extensions"
},
"devDependencies": {
"@types/chai": "^4.3.13",
"@types/chai": "^4.3.14",
"@types/node": "^18.18.13",
"@types/vscode": "^1.82.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"chai": "^4.3.10",
"chai": "^4.4.1",
"clipboard-cli": "^4.0.0",
"clipboardy": "^4.0.0",
"eslint": "^8.57.0",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"rimraf": "^5.0.5",
"typescript": "^5.4.2",
"vscode-extension-tester": "file:../.."
Expand Down

0 comments on commit 65964eb

Please sign in to comment.