Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#4826)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent c2efdfd commit e2aaba2
Show file tree
Hide file tree
Showing 6 changed files with 287 additions and 269 deletions.
4 changes: 2 additions & 2 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@octokit/rest": "^19.0.13",
"chalk": "^4.1.2",
"commander": "^11.0.0",
"jest-diff": "^29.6.4",
"jest-diff": "^29.7.0",
"shelljs": "^0.8.5",
"simple-git": "^3.19.1",
"vscode-uri": "^3.0.7",
Expand All @@ -40,7 +40,7 @@
"@types/jest": "^29.5.4",
"@types/shelljs": "^0.8.12",
"cspell": "workspace:*",
"jest": "^29.6.4"
"jest": "^29.7.0"
},
"main": "tester.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-code-snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"devDependencies": {
"@types/jest": "^29.5.4",
"jest": "^29.6.4"
"jest": "^29.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-config-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
},
"devDependencies": {
"@types/jest": "^29.5.4",
"jest": "^29.6.4"
"jest": "^29.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/estree": "^1.0.1",
"@types/mocha": "^10.0.1",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/types": "^6.6.0",
"@typescript-eslint/types": "^6.7.0",
"@typescript-eslint/typescript-estree": "^5.62.0",
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.33.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-grammar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"node": ">=16"
},
"devDependencies": {
"jest": "^29.6.4"
"jest": "^29.7.0"
},
"dependencies": {
"@cspell/cspell-pipe": "workspace:*",
Expand Down
Loading

0 comments on commit e2aaba2

Please sign in to comment.