Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#6830)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 25a937f commit 5f92b8f
Show file tree
Hide file tree
Showing 6 changed files with 1,113 additions and 1,133 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"devDependencies": {
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.18.0",
"@eslint/js": "^9.19.0",
"@internal/scripts": "workspace:*",
"@lerna-lite/cli": "^3.11.0",
"@lerna-lite/publish": "^3.11.0",
Expand All @@ -108,25 +108,25 @@
"@rollup/plugin-typescript": "^12.1.2",
"@swc-node/register": "^1.10.9",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^18.19.71",
"@types/node": "^18.19.74",
"@vitest/coverage-istanbul": "^2.1.8",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.1",
"inject-markdown": "^3.1.4",
"nyc": "^17.1.0",
"perf-insight": "^1.2.0",
"prettier": "^3.4.2",
"rollup": "^4.31.0",
"rollup": "^4.32.0",
"rollup-plugin-dts": "^6.1.1",
"shx": "^0.3.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"ts2mjs": "^3.0.0",
"tslib": "^2.8.1",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "~5.7.3",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-eslint-plugin/fixtures/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"license": "MIT",
"devDependencies": {
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.18.0",
"eslint": "^9.18.0",
"@eslint/js": "^9.19.0",
"eslint": "^9.19.0",
"typescript-eslint": "^8.21.0"
}
}
8 changes: 4 additions & 4 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,22 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@eslint/js": "^9.19.0",
"@types/eslint": "^8.56.12",
"@types/estree": "^1.0.6",
"@types/mocha": "^10.0.10",
"@typescript-eslint/parser": "^8.21.0",
"@typescript-eslint/types": "^8.21.0",
"eslint": "^9.18.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint": "^9.19.0",
"eslint-plugin-jsonc": "^2.19.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-yml": "^1.16.0",
"globals": "^15.14.0",
"jsonc-eslint-parser": "^2.4.0",
"mocha": "^11.0.1",
"mocha": "^11.1.0",
"ts-json-schema-generator": "^2.3.0",
"typescript": "~5.7.3",
"typescript-eslint": "^8.21.0",
Expand Down
Loading

0 comments on commit 5f92b8f

Please sign in to comment.