mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-22 19:02:15 +00:00
fix: Upgrade deps
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
parent
407ccca8e9
commit
895716cff0
29159
package-lock.json
generated
29159
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@dzeio/components",
|
||||
"version": "1.0.0-alpha.10",
|
||||
"version": "1.0.0-alpha.11",
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"types": "./types/index.d.ts",
|
||||
@ -13,17 +13,17 @@
|
||||
"@storybook/cli": "^6.4.20",
|
||||
"@storybook/manager-webpack5": "^6.4.20",
|
||||
"@storybook/react": "^6.4.20",
|
||||
"@types/node": "^17.0.23",
|
||||
"@types/react": "^17.0.43",
|
||||
"@types/react-dom": "^17.0.14",
|
||||
"@types/node": "^18.7.16",
|
||||
"@types/react": "^18.0.19",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"babel-loader": "^8.2.4",
|
||||
"css-loader": "^6.7.1",
|
||||
"next": "^11.0.0",
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0",
|
||||
"next": "^12.3.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"style-loader": "^3.3.0",
|
||||
"stylus": "^0.57.0",
|
||||
"stylus-loader": "^6.1.0",
|
||||
"stylus": "^0.59.0",
|
||||
"stylus-loader": "^7.0.0",
|
||||
"ts-loader": "^9.2.8",
|
||||
"typescript": "^4.6.3",
|
||||
"webpack": "^5.71.0"
|
||||
@ -41,10 +41,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@dzeio/object-util": "^1.3.0",
|
||||
"lucide-react": "^0.44.0",
|
||||
"lucide-react": "^0.88.0",
|
||||
"rollup": "^2.70.1",
|
||||
"rollup-plugin-styles": "^4.0.0",
|
||||
"rollup-plugin-typescript2": "^0.31.2",
|
||||
"rollup-plugin-typescript2": "^0.34.0",
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
@ -4,6 +4,7 @@ import css from './Code.module.styl'
|
||||
|
||||
interface Props {
|
||||
block?: boolean
|
||||
children?: React.ReactNode
|
||||
}
|
||||
|
||||
export default class Code extends React.Component<Props> {
|
||||
|
@ -176,7 +176,7 @@
|
||||
padding 0
|
||||
|
||||
.userMenu
|
||||
position absolute
|
||||
position fixed
|
||||
bottom 16px
|
||||
left 316px
|
||||
z-index 200
|
||||
|
Loading…
x
Reference in New Issue
Block a user