Add drone #1

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

View File

@ -17,7 +17,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"react-textarea-autosize": "8.3.4",
"react-textarea-autosize": "8.4.0",
"tailwindcss": "3.2.3"
},
"devDependencies": {
@ -27,7 +27,7 @@
"cssnano": "5.1.14",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"postcss": "8.4.18",
"postcss": "8.4.19",
"postcss-import": "15.0.0",
"prettier": "2.7.1",
"typescript": "4.8.4"

View File

@ -3934,7 +3934,16 @@ postcss@8.4.14:
picocolors "^1.0.0"
source-map-js "^1.0.2"
postcss@8.4.18, postcss@^8.4.18:
postcss@8.4.19:
version "8.4.19"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.19.tgz#61178e2add236b17351897c8bcc0b4c8ecab56fc"
integrity sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==
dependencies:
nanoid "^3.3.4"
picocolors "^1.0.0"
source-map-js "^1.0.2"
postcss@^8.4.18:
version "8.4.18"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2"
integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==
@ -4034,10 +4043,10 @@ react-redux@8.0.5:
react-is "^18.0.0"
use-sync-external-store "^1.0.0"
react-textarea-autosize@8.3.4:
version "8.3.4"
resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.3.4.tgz#270a343de7ad350534141b02c9cb78903e553524"
integrity sha512-CdtmP8Dc19xL8/R6sWvtknD/eCXkQr30dtvC4VmGInhRsfF8X/ihXCq6+9l9qbxmKRiq407/7z5fxE7cVWQNgQ==
react-textarea-autosize@8.4.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.4.0.tgz#4d0244d6a50caa897806b8c44abc0540a69bfc8c"
integrity sha512-YrTFaEHLgJsi8sJVYHBzYn+mkP3prGkmP2DKb/tm0t7CLJY5t1Rxix8070LAKb0wby7bl/lf2EeHkuMihMZMwQ==
dependencies:
"@babel/runtime" "^7.10.2"
use-composed-ref "^1.3.0"