Merge branch 'master' of github.com-simon:OneUptime/oneuptime

This commit is contained in:
Simon Larsen 2024-01-31 14:02:54 +00:00
commit c1b8841fb5
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.21.1",
"style-loader": "^3.3.3"
"style-loader": "^3.3.4"
},
"devDependencies": {
"@types/node": "^16.11.35",
@ -18566,9 +18566,9 @@
}
},
"node_modules/style-loader": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.3.tgz",
"integrity": "sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw==",
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz",
"integrity": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==",
"engines": {
"node": ">= 12.13.0"
},

View File

@ -12,7 +12,7 @@
"react": "^18.2.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.21.1",
"style-loader": "^3.3.3"
"style-loader": "^3.3.4"
},
"scripts": {
"dev": "npx nodemon",