Skip to content

Commit

Permalink
🔨 chore: bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: Pauline <[email protected]>
  • Loading branch information
pauliesnug committed Aug 26, 2024
1 parent a0c112c commit 079794c
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 157 deletions.
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,17 @@
}
},
"dependencies": {
"@antfu/install-pkg": "^0.4.0",
"@antfu/install-pkg": "^0.4.1",
"@clack/prompts": "^0.7.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@stylistic/eslint-plugin": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@vitest/eslint-plugin": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitest/eslint-plugin": "^1.0.5",
"eslint-flat-config-utils": "^0.3.1",
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-command": "^0.2.3",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-import-x": "npm:@antfu/eslint-plugin-import-x@^3.1.0-1",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-markdown": "^5.1.0",
Expand All @@ -167,7 +167,7 @@
"@eslint/config-inspector": "^0.5.4",
"@prettier/plugin-xml": "^3.4.1",
"@tanstack/eslint-plugin-query": "^5.52.0",
"@types/eslint": "^9.6.0",
"@types/eslint": "^9.6.1",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/fs-extra": "^11.0.4",
"@types/prompts": "^2.4.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@flowr/utils": "workspace:^"
},
"devDependencies": {
"@types/eslint": "^9.6.0",
"@typescript-eslint/utils": "^8.2.0",
"@types/eslint": "^9.6.1",
"@typescript-eslint/utils": "^8.3.0",
"eslint": "9.9.1",
"eslint-vitest-rule-tester": "^0.6.1",
"jsonc-eslint-parser": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"stub": "unbuild --stub"
},
"devDependencies": {
"@std/encoding": "npm:@jsr/[email protected].1",
"@std/encoding": "npm:@jsr/[email protected].3",
"@types/luxon": "^3.4.2",
"@types/zen-observable": "^0.8.7",
"destr": "^2.0.3",
Expand Down
Loading

0 comments on commit 079794c

Please sign in to comment.