Update all dependencies
This commit is contained in:
parent
6e363a65d4
commit
f29b1f7d40
@ -1,4 +1,4 @@
|
||||
FROM harbor.server.kjuulh.io/kjuulh/git-log:1667748666021 as git-log
|
||||
FROM harbor.server.kjuulh.io/kjuulh/git-log:1668618746476 as git-log
|
||||
|
||||
FROM harbor.server.kjuulh.io/docker-proxy/library/node:19-alpine AS deps
|
||||
|
||||
|
@ -24,14 +24,14 @@
|
||||
"react-markdown": "8.0.3",
|
||||
"remark-gfm": "3.0.1",
|
||||
"server-only": "0.0.1",
|
||||
"styled-components": "6.0.0-beta.5",
|
||||
"styled-components": "6.0.0-beta.6",
|
||||
"styled-jsx": "5.1.0",
|
||||
"use-count-up": "3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "18.11.9",
|
||||
"@types/react": "18.0.25",
|
||||
"@types/react-dom": "18.0.8",
|
||||
"@types/react-dom": "18.0.9",
|
||||
"autoprefixer": "10.4.13",
|
||||
"eslint": "8.27.0",
|
||||
"eslint-config-next": "latest",
|
||||
@ -39,6 +39,6 @@
|
||||
"prettier": "2.7.1",
|
||||
"prettier-plugin-tailwindcss": "0.1.13",
|
||||
"tailwindcss": "3.2.4",
|
||||
"typescript": "4.8.4"
|
||||
"typescript": "4.9.3"
|
||||
}
|
||||
}
|
||||
|
28
yarn.lock
28
yarn.lock
@ -1243,10 +1243,10 @@
|
||||
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
|
||||
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
|
||||
|
||||
"@types/react-dom@18.0.8":
|
||||
version "18.0.8"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.8.tgz#d2606d855186cd42cc1b11e63a71c39525441685"
|
||||
integrity sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==
|
||||
"@types/react-dom@18.0.9":
|
||||
version "18.0.9"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.9.tgz#ffee5e4bfc2a2f8774b15496474f8e7fe8d0b504"
|
||||
integrity sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==
|
||||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
@ -3815,10 +3815,10 @@ style-to-object@^0.3.0:
|
||||
dependencies:
|
||||
inline-style-parser "0.1.1"
|
||||
|
||||
styled-components@6.0.0-beta.5:
|
||||
version "6.0.0-beta.5"
|
||||
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.0.0-beta.5.tgz#17e94c37a8ce0eb026037f28fa31d6cc10df5a2d"
|
||||
integrity sha512-ns1VlFPcvyiC1bGolCqyIRszaHfs8l/fwChG4RM/U7TzkJCJIKjYFtdYVYW0M4sofay43F5B5w8TSuH5ycFg8w==
|
||||
styled-components@6.0.0-beta.6:
|
||||
version "6.0.0-beta.6"
|
||||
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.0.0-beta.6.tgz#efc60f0605d91b07deecd614c425a6d11b7283b0"
|
||||
integrity sha512-+2S/ejKUnQLV0q8C1uyjFiUCrXmUnDejRGMITEh4FR0Be2IWzE8Rk6ZTn4wwkbbC09lvMxOZECgYFyyh3vYwjQ==
|
||||
dependencies:
|
||||
"@babel/cli" "^7.18.6"
|
||||
"@babel/core" "^7.18.6"
|
||||
@ -3833,7 +3833,7 @@ styled-components@6.0.0-beta.5:
|
||||
"@emotion/unitless" "^0.7.4"
|
||||
css-to-react-native "^3.0.0"
|
||||
shallowequal "^1.1.0"
|
||||
stylis "^4.1.2"
|
||||
stylis "^4.1.3"
|
||||
|
||||
styled-jsx@5.1.0:
|
||||
version "5.1.0"
|
||||
@ -3842,7 +3842,7 @@ styled-jsx@5.1.0:
|
||||
dependencies:
|
||||
client-only "0.0.1"
|
||||
|
||||
stylis@^4.1.2:
|
||||
stylis@^4.1.3:
|
||||
version "4.1.3"
|
||||
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.1.3.tgz#fd2fbe79f5fed17c55269e16ed8da14c84d069f7"
|
||||
integrity sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==
|
||||
@ -3973,10 +3973,10 @@ type-fest@^0.20.2:
|
||||
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
|
||||
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
|
||||
|
||||
typescript@4.8.4:
|
||||
version "4.8.4"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
|
||||
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
|
||||
typescript@4.9.3:
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
|
||||
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
|
||||
|
||||
unbox-primitive@^1.0.2:
|
||||
version "1.0.2"
|
||||
|
Loading…
Reference in New Issue
Block a user