Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#4314)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent f1ab1ee commit 161c573
Show file tree
Hide file tree
Showing 8 changed files with 798 additions and 784 deletions.
2 changes: 1 addition & 1 deletion doc-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": ">=14"
},
"dependencies": {
"typedoc": "^0.23.26",
"typedoc": "^0.23.27",
"typedoc-plugin-markdown": "^3.14.0"
}
}
1 change: 0 additions & 1 deletion integration-tests/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/* eslint-disable node/no-unpublished-require */
module.exports = require('../jest.config');
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"devDependencies": {
"@cspell/dict-markdown": "^2.0.1",
"@cspell/eslint-plugin": "workspace:*",
"@lerna-lite/cli": "^1.16.2",
"@lerna-lite/cli": "^1.17.0",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
Expand All @@ -94,8 +94,8 @@
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@tsconfig/node14": "^1.0.3",
"@types/jest": "^29.4.1",
"@types/node": "^18.15.2",
"@types/jest": "^29.4.4",
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vitest/coverage-istanbul": "^0.28.5",
Expand Down Expand Up @@ -123,7 +123,7 @@
"ts2mjs": "^1.1.2",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vite": "^4.2.0",
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@cspell/dict-nl-nl": "^2.2.8",
"@cspell/dict-python": "^4.0.2",
"@types/configstore": "^5.0.1",
"@types/jest": "^29.4.1",
"@types/jest": "^29.4.4",
"cspell-dict-nl-nl": "^1.1.2",
"expect": "^29.5.0",
"jest": "^29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/jest": "^29.4.1",
"@types/jest": "^29.4.4",
"@types/shelljs": "^0.8.11",
"jest": "^29.5.0",
"lorem-ipsum": "^2.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/hunspell-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/hunspell-reader#readme",
"devDependencies": {
"@types/jest": "^29.4.1",
"@types/jest": "^29.4.4",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
Expand Down
Loading

0 comments on commit 161c573

Please sign in to comment.