Skip to content

Commit

Permalink
Merge branch 'main' into shenglol/update-deployment-package
Browse files Browse the repository at this point in the history
  • Loading branch information
shenglol committed Oct 21, 2024
2 parents 7fab0ec + f0c9891 commit 1f09fad
Show file tree
Hide file tree
Showing 16 changed files with 804 additions and 1,113 deletions.
331 changes: 117 additions & 214 deletions src/Bicep.Cli.E2eTests/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/Bicep.Cli.E2eTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"private": true,
"type": "module",
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/cross-spawn": "^6.0.6",
"@types/eslint__js": "^8.42.3",
"@types/uuid": "^10.0.0",
"@vitest/eslint-plugin": "^1.1.6",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-plugin-notice": "^1.0.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "~5.6.3",
"typescript-eslint": "^8.8.0",
"typescript-eslint": "^8.10.0",
"uuid": "^10.0.0",
"vitest": "^2.1.2",
"vitest": "^2.1.3",
"vscode-jsonrpc": "^8.2.1"
},
"scripts": {
Expand Down
220 changes: 110 additions & 110 deletions src/Bicep.MSBuild.E2eTests/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/Bicep.MSBuild.E2eTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"private": true,
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@eslint/js": "^9.13.0",
"@types/cross-spawn": "^6.0.6",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"cross-spawn": "^7.0.3",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-notice": "^1.0.0",
Expand Down
234 changes: 117 additions & 117 deletions src/highlightjs/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions src/highlightjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"private": true,
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@eslint/js": "^9.13.0",
"@types/highlight.js": "^10.1.0",
"@types/jest": "^28.1.7",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"@types/plist": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.0",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^9.13.0",
"eslint-plugin-notice": "^1.0.0",
"eslint-plugin-jest": "^28.8.3",
"globals": "^15.11.0",
Expand Down
232 changes: 116 additions & 116 deletions src/monarch/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/monarch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"@eslint/js": "^9.11.1",
"@types/html-escaper": "^3.0.2",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.0",
"@types/node": "^22.7.7",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^9.13.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-notice": "^1.0.0",
"globals": "^15.11.0",
Expand Down
Loading

0 comments on commit 1f09fad

Please sign in to comment.