Merge pull request #513 from arifszn/dependabot/npm_and_yarn/types/react-dom-18.2.19

Bump @types/react-dom from 18.2.18 to 18.2.19
This commit is contained in:
Ariful Alam 2024-02-24 13:54:45 +06:00 committed by GitHub
commit 52ae781d5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -15,7 +15,7 @@
"devDependencies": {
"@arifszn/blog-js": "^2.0.5",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.17",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
@ -2280,9 +2280,9 @@
}
},
"node_modules/@types/react-dom": {
"version": "18.2.18",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.18.tgz",
"integrity": "sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==",
"version": "18.2.19",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.19.tgz",
"integrity": "sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==",
"dev": true,
"dependencies": {
"@types/react": "*"

View File

@ -28,7 +28,7 @@
"devDependencies": {
"@arifszn/blog-js": "^2.0.5",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.17",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",