Browse Source

Merge pull request #15050 from prometheus/dependabot/npm_and_yarn/web/ui/eslint-plugin-react-refresh-0.4.12

Bump eslint-plugin-react-refresh from 0.4.11 to 0.4.12 in /web/ui
pull/15037/head
Julius Volz 2 months ago committed by GitHub
parent
commit
357e64dbe9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      web/ui/mantine-ui/package.json
  2. 9
      web/ui/package-lock.json

2
web/ui/mantine-ui/package.json

@ -61,7 +61,7 @@
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-e56f4ae3-20240830",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"jsdom": "^25.0.0",
"postcss": "^8.4.35",

9
web/ui/package-lock.json generated

@ -75,7 +75,7 @@
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-e56f4ae3-20240830",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"jsdom": "^25.0.0",
"postcss": "^8.4.35",
@ -4706,11 +4706,10 @@
}
},
"node_modules/eslint-plugin-react-refresh": {
"version": "0.4.11",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.11.tgz",
"integrity": "sha512-wrAKxMbVr8qhXTtIKfXqAn5SAtRZt0aXxe5P23Fh4pUAdC6XEsybGLB8P0PI4j1yYqOgUEUlzKAGDfo7rJOjcw==",
"version": "0.4.12",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.12.tgz",
"integrity": "sha512-9neVjoGv20FwYtCP6CB1dzR1vr57ZDNOXst21wd2xJ/cTlM2xLq0GWVlSNTdMn/4BtP6cHYBMCSp1wFBJ9jBsg==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"eslint": ">=7"
}

Loading…
Cancel
Save