Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#5236)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 9afe985 commit 5b9ac59
Show file tree
Hide file tree
Showing 6 changed files with 445 additions and 457 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": ">=18"
},
"dependencies": {
"typedoc": "^0.25.7",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "3.17.1"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"@cspell/dict-markdown": "^2.0.1",
"@cspell/eslint-plugin": "workspace:*",
"@internal/scripts": "workspace:*",
"@lerna-lite/cli": "^3.2.1",
"@lerna-lite/publish": "^3.2.1",
"@lerna-lite/cli": "^3.3.0",
"@lerna-lite/publish": "^3.3.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
Expand All @@ -103,7 +103,7 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.19.14",
"@types/node": "^18.19.15",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-istanbul": "^1.2.2",
Expand All @@ -121,14 +121,14 @@
"inject-markdown": "^3.0.0",
"nyc": "^15.1.0",
"prettier": "^3.2.5",
"rollup": "^4.9.6",
"rollup": "^4.10.0",
"rollup-plugin-dts": "^6.1.0",
"shx": "^0.3.4",
"ts-jest": "^29.1.2",
"ts2mjs": "^2.1.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vitest": "^1.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@typescript-eslint/typescript-estree": "^6.21.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"ts-json-schema-generator": "^1.5.0",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-pipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@
"node": ">=18"
},
"devDependencies": {
"globby": "^14.0.0"
"globby": "^14.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-trie-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"node": ">=18"
},
"devDependencies": {
"@cspell/dict-en_us": "^4.3.15",
"@cspell/dict-en_us": "^4.3.16",
"@cspell/dict-es-es": "^2.3.1",
"@cspell/dict-nl-nl": "^2.3.0",
"import-meta-resolve": "^4.0.0"
Expand Down
Loading

0 comments on commit 5b9ac59

Please sign in to comment.