Skip to content

Commit

Permalink
[frontend] Update dependency eslint-import-resolver-oxc to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent fce68db commit d58ac4d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openbas-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"cross-env": "7.0.3",
"esbuild": "0.24.0",
"eslint": "9.15.0",
"eslint-import-resolver-oxc": "0.8.0",
"eslint-import-resolver-oxc": "0.9.1",
"eslint-plugin-custom-rules": "link:packages/eslint-plugin-custom-rules",
"eslint-plugin-i18next": "6.1.1",
"eslint-plugin-import": "2.31.0",
Expand Down
19 changes: 14 additions & 5 deletions openbas-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5625,21 +5625,30 @@ __metadata:
languageName: node
linkType: hard

"eslint-import-resolver-oxc@npm:0.8.0":
version: 0.8.0
resolution: "eslint-import-resolver-oxc@npm:0.8.0"
"eslint-import-resolver-oxc@npm:0.9.1":
version: 0.9.1
resolution: "eslint-import-resolver-oxc@npm:0.9.1"
dependencies:
oxc-resolver: "npm:^3.0.3"
peerDependencies:
eslint: "*"
eslint-plugin-import: "*"
eslint-plugin-import-x: "*"
vite: "*"
webpack: "*"
webpack-cli: "*"
peerDependenciesMeta:
eslint-plugin-import:
optional: true
eslint-plugin-import-x:
optional: true
checksum: 10c0/12ed49c3568de0133dfbada97ac4d90ff746a1d1037a68444bfd7651e44a4b75fb232eefd122796f360d7c5aa068ab80228cbef24893f41c3c4812069d7f8b7c
vite:
optional: true
webpack:
optional: true
webpack-cli:
optional: true
checksum: 10c0/1dd4c140d72cb5094aea6d4c318d9a240958807605b87ed5630b3dc5265e5d02a14aae47a166f4fdfe036bb54a0d0fde51fb4d3376a39c5eb6fcad019d322d33
languageName: node
linkType: hard

Expand Down Expand Up @@ -9183,7 +9192,7 @@ __metadata:
elkjs: "npm:0.9.3"
esbuild: "npm:0.24.0"
eslint: "npm:9.15.0"
eslint-import-resolver-oxc: "npm:0.8.0"
eslint-import-resolver-oxc: "npm:0.9.1"
eslint-plugin-custom-rules: "link:packages/eslint-plugin-custom-rules"
eslint-plugin-i18next: "npm:6.1.1"
eslint-plugin-import: "npm:2.31.0"
Expand Down

0 comments on commit d58ac4d

Please sign in to comment.