Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Oct 31, 2024
1 parent ef4cdcd commit 33cf326
Show file tree
Hide file tree
Showing 3 changed files with 507 additions and 257 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"node": ">= 22.0.0 <23"
},
"devDependencies": {
"@eslint/compat": "^1.2.0",
"@types/node": "22.8.1",
"@eslint/compat": "^1.2.2",
"@types/node": "^22.8.5",
"@openverse/eslint-plugin": "workspace:*",
"bindings": "1.5.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"typescript": "5.6.3",
"typescript-eslint": "^8.8.1",
"typescript-eslint": "^8.12.2",
"vue-tsc": "2.1.8"
}
}
10 changes: 5 additions & 5 deletions packages/js/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/utils": "^8.8.1",
"@vitest/eslint-plugin": "^1.1.7",
"eslint": "9.4.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand All @@ -32,15 +32,15 @@
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"jsonc-eslint-parser": "^2.4.0",
"typescript": "5.6.3",
"typescript-eslint": "^8.8.1",
"typescript-eslint": "^8.12.2",
"vue-eslint-parser": "^9.4.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@swc/cli": "^0.4.0",
"@swc/cli": "^0.5.0",
"@swc/core": "^1.7.35",
"@typescript-eslint/rule-tester": "^8.8.1",
"@typescript-eslint/rule-tester": "^8.12.2",
"babel-plugin-add-module-exports": "^1.0.4",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
}
}
Loading

0 comments on commit 33cf326

Please sign in to comment.