Add drone #1

Closed
kjuulh wants to merge 110 commits from main into production
2 changed files with 10 additions and 10 deletions
Showing only changes of commit e567c62076 - Show all commits

View File

@ -11,7 +11,7 @@
"@microsoft/signalr": "7.0.2", "@microsoft/signalr": "7.0.2",
"@reduxjs/toolkit": "1.9.2", "@reduxjs/toolkit": "1.9.2",
"@tippyjs/react": "4.2.6", "@tippyjs/react": "4.2.6",
"axios": "1.3.2", "axios": "1.3.3",
"next": "13.1.6", "next": "13.1.6",
"next-pwa": "5.6.0", "next-pwa": "5.6.0",
"react": "18.2.0", "react": "18.2.0",
@ -21,7 +21,7 @@
"tailwindcss": "3.2.6" "tailwindcss": "3.2.6"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "18.0.27", "@types/react": "18.0.28",
"@types/react-redux": "7.1.25", "@types/react-redux": "7.1.25",
"autoprefixer": "10.4.13", "autoprefixer": "10.4.13",
"cssnano": "5.1.14", "cssnano": "5.1.14",

View File

@ -1246,10 +1246,10 @@
"@types/scheduler" "*" "@types/scheduler" "*"
csstype "^3.0.2" csstype "^3.0.2"
"@types/react@18.0.27": "@types/react@18.0.28":
version "18.0.27" version "18.0.28"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.27.tgz#d9425abe187a00f8a5ec182b010d4fd9da703b71" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065"
integrity sha512-3vtRKHgVxu3Jp9t718R9BuzoD4NcQ8YJ5XRzsSKxNDiDonD2MXIT1TmSkenxuCycZJoQT5d2vE8LwWJxBC1gmA== integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==
dependencies: dependencies:
"@types/prop-types" "*" "@types/prop-types" "*"
"@types/scheduler" "*" "@types/scheduler" "*"
@ -1527,10 +1527,10 @@ axe-core@^4.4.3:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.5.0.tgz#6efe2ecdba205fcc9d7ddb3d48c2cf630f70eb5e" resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.5.0.tgz#6efe2ecdba205fcc9d7ddb3d48c2cf630f70eb5e"
integrity sha512-4+rr8eQ7+XXS5nZrKcMO/AikHL0hVqy+lHWAnE3xdHl+aguag8SOQ6eEqLexwLNWgXIMfunGuD3ON1/6Kyet0A== integrity sha512-4+rr8eQ7+XXS5nZrKcMO/AikHL0hVqy+lHWAnE3xdHl+aguag8SOQ6eEqLexwLNWgXIMfunGuD3ON1/6Kyet0A==
axios@1.3.2: axios@1.3.3:
version "1.3.2" version "1.3.3"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.2.tgz#7ac517f0fa3ec46e0e636223fd973713a09c72b3" resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.3.tgz#e7011384ba839b885007c9c9fae1ff23dceb295b"
integrity sha512-1M3O703bYqYuPhbHeya5bnhpYVsDDRyQSabNja04mZtboLNSuZ4YrltestrLXfHgmzua4TpUqRiVKbiQuo2epw== integrity sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA==
dependencies: dependencies:
follow-redirects "^1.15.0" follow-redirects "^1.15.0"
form-data "^4.0.0" form-data "^4.0.0"