Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored and github-actions[bot] committed Oct 1, 2024
1 parent 8f00d78 commit cb6c868
Show file tree
Hide file tree
Showing 6 changed files with 221 additions and 242 deletions.
2 changes: 1 addition & 1 deletion examples/dynamic-dictionaries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"dependencies": {
"cspell": "workspace:*",
"tinyglobby": "^0.2.6"
"tinyglobby": "^0.2.9"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@
"nyc": "^17.1.0",
"perf-insight": "^1.2.0",
"prettier": "^3.3.3",
"rollup": "^4.22.5",
"rollup": "^4.23.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.7.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.7.0",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"vitest": "^2.1.1"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,21 @@
"@types/eslint": "^8.56.12",
"@types/estree": "^1.0.6",
"@types/mocha": "^10.0.8",
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/types": "^8.7.0",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/types": "^8.8.0",
"eslint": "^9.11.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-yml": "^1.14.0",
"globals": "^15.9.0",
"globals": "^15.10.0",
"jsonc-eslint-parser": "^2.4.0",
"mocha": "^10.7.3",
"ts-json-schema-generator": "^2.3.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.7.0",
"typescript-eslint": "^8.8.0",
"yaml-eslint-parser": "^1.2.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"get-stdin": "^9.0.0",
"semver": "^7.6.3",
"strip-ansi": "^7.1.0",
"tinyglobby": "^0.2.8"
"tinyglobby": "^0.2.9"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit cb6c868

Please sign in to comment.