Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#4587)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 9d6bcb9 commit 1d31c73
Show file tree
Hide file tree
Showing 6 changed files with 262 additions and 233 deletions.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"commander": "^10.0.1",
"jest-diff": "^29.5.0",
"shelljs": "^0.8.5",
"simple-git": "^3.19.0",
"simple-git": "^3.19.1",
"vscode-uri": "^3.0.7",
"yaml": "^2.3.1"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
"@tsconfig/node16": "^1.0.4",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.18",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitest/coverage-istanbul": "^0.31.4",
"ajv-cli": "^5.0.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
Expand All @@ -116,13 +116,13 @@
"jest": "^29.5.0",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"rollup": "^3.25.2",
"rollup": "^3.25.3",
"rollup-plugin-dts": "^5.3.0",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"ts-jest": "^29.1.0",
"ts2mjs": "^1.1.2",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"devDependencies": {
"@types/eslint": "^8.40.2",
"@types/estree": "^1.0.1",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/types": "^5.60.0",
"@typescript-eslint/typescript-estree": "^5.60.0",
"@typescript-eslint/parser": "^5.60.1",
"@typescript-eslint/types": "^5.60.1",
"@typescript-eslint/typescript-estree": "^5.60.1",
"eslint": "^8.43.0",
"eslint-plugin-react": "^7.32.2",
"mocha": "^10.2.0",
Expand Down
Loading

0 comments on commit 1d31c73

Please sign in to comment.