Compare commits

..

1 Commits

Author SHA1 Message Date
102ea9053f Update dependency @typescript-eslint/parser to ^8.30.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-20 00:30:39 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@eslint/js": "^9.24.0",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@typescript-eslint/eslint-plugin": "^8.30.1",
@ -901,9 +901,9 @@
}
},
"node_modules/@eslint/js": {
"version": "9.25.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.25.0.tgz",
"integrity": "sha512-iWhsUS8Wgxz9AXNfvfOPFSW4VfMXdVhp1hjkZVhXCrpgh/aLcc45rX6MPu+tIVUWDw0HfNwth7O28M1xDxNf9w==",
"version": "9.24.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.24.0.tgz",
"integrity": "sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==",
"dev": true,
"license": "MIT",
"engines": {

View File

@ -17,7 +17,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@eslint/js": "^9.24.0",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@typescript-eslint/eslint-plugin": "^8.30.1",