Skip to content

Commit

Permalink
Update Project dependencies (#1007)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft authored Oct 1, 2024
1 parent d707302 commit d9d7fca
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 341 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"types": "dist/mds.d.ts",
"dependencies": {
"@storybook/test": "^8.3.3",
"@storybook/test": "^8.3.4",
"@types/styled-components": "^5.1.34",
"@uiw/react-textarea-code-editor": "^3.0.2",
"detect-gpu": "^5.0.49",
"detect-gpu": "^5.0.50",
"luxon": "^3.5.0",
"react-calendar": "^5.0.0",
"react-virtualized": "^9.22.5",
Expand All @@ -36,14 +36,14 @@
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@storybook/addon-actions": "^8.3.3",
"@storybook/addon-essentials": "^8.3.3",
"@storybook/addon-interactions": "^8.3.3",
"@storybook/addon-links": "^8.3.3",
"@storybook/addon-actions": "^8.3.4",
"@storybook/addon-essentials": "^8.3.4",
"@storybook/addon-interactions": "^8.3.4",
"@storybook/addon-links": "^8.3.4",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.3.3",
"@storybook/react-webpack5": "^8.3.3",
"@storybook/theming": "^8.3.3",
"@storybook/react": "^8.3.4",
"@storybook/react-webpack5": "^8.3.4",
"@storybook/theming": "^8.3.4",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.13",
Expand All @@ -56,26 +56,26 @@
"eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.9.0",
"globals": "^15.10.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-gfm": "^4.0.0",
"rollup": "^4.22.5",
"rollup": "^4.23.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-import-css": "^3.5.4",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"storybook": "^8.3.3",
"storybook": "^8.3.4",
"storybook-dark-mode": "^4.0.2",
"ts-jest": "^29.2.5",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0"
"typescript-eslint": "^8.8.0"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion src/components/CodeEditor/CodeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const CodeEditorBase = styled.div<CodeEditorBaseProps>(
},
"& .w-tc-editor-text, .w-tc-editor-preview": {
minHeight: 16,
"& textarea, *, *::before, *::after": {
"& textarea, & *, & *::before, & *::after": {
fontFamily: "'GeistMono', monospace!important",
},
},
Expand Down
Loading

0 comments on commit d9d7fca

Please sign in to comment.