Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#4138)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent a881f47 commit e1d4fad
Show file tree
Hide file tree
Showing 10 changed files with 326 additions and 321 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.24",
"typedoc": "^0.23.25",
"typedoc-plugin-markdown": "^3.14.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"ajv-cli": "^5.0.0",
"eslint": "^8.33.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -110,7 +110,7 @@
"jest": "^29.4.2",
"nyc": "^15.1.0",
"prettier": "^2.8.4",
"rollup": "^3.14.0",
"rollup": "^3.15.0",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"ts-jest": "^29.0.5",
Expand Down
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 @@
"@typescript-eslint/parser": "^5.51.0",
"@typescript-eslint/types": "^5.51.0",
"@typescript-eslint/typescript-estree": "^5.51.0",
"eslint": "^8.33.0",
"eslint": "^8.34.0",
"eslint-plugin-react": "^7.32.2",
"mocha": "^10.2.0",
"ts-json-schema-generator": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"cspell-dict-nl-nl": "^1.1.2",
"jest": "^29.4.2",
"lorem-ipsum": "^2.0.8",
"rollup": "^3.14.0",
"rollup": "^3.15.0",
"rollup-plugin-dts": "^5.1.1",
"ts-jest": "^29.0.5"
}
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 @@ -142,7 +142,7 @@
"@types/node": "^18.13.0",
"globby": "^13.1.3",
"jest": "^29.4.2",
"rollup": "^3.14.0",
"rollup": "^3.15.0",
"tslib": "^2.5.0",
"vitest": "^0.28.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
"@types/micromatch": "^4.0.2",
"@types/semver": "^7.3.13",
"micromatch": "^4.0.5",
"minimatch": "^6.1.6",
"rollup": "^3.14.0",
"minimatch": "^6.1.8",
"rollup": "^3.15.0",
"rollup-plugin-dts": "^5.1.1",
"vitest": "^0.28.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"rollup": "^3.14.0",
"rollup": "^3.15.0",
"vitest": "^0.28.4"
},
"dependencies": {
Expand Down
Loading

0 comments on commit e1d4fad

Please sign in to comment.