-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(scss): load tokens at beginning of _chart-holder.scss * chore(app): bump vitest * fix(css-pollution): prevent global styles from entering generated CSS file * fix(css-pollution): prevent global styles from entering generated CSS file * fix(focus): Add focus handling for buttons * chore(app): bump @babel/core, @babel/preset-typescript for storybook
- Loading branch information
1 parent
5c38337
commit 532b99e
Showing
17 changed files
with
1,270 additions
and
701 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,28 +27,28 @@ | |
"packageManager": "[email protected]", | ||
"prettier": "./prettier.config.mjs", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.20", | ||
"@babel/core": "^7.23.0", | ||
"@babel/plugin-external-helpers": "^7.22.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/plugin-transform-react-jsx": "^7.22.15", | ||
"@babel/preset-env": "^7.22.20", | ||
"@babel/preset-react": "^7.22.15", | ||
"@babel/preset-typescript": "^7.22.15", | ||
"@storybook/addon-essentials": "^7.4.3", | ||
"@storybook/addon-interactions": "^7.4.3", | ||
"@storybook/addon-links": "^7.4.3", | ||
"@storybook/blocks": "^7.4.3", | ||
"@storybook/html-vite": "^7.4.3", | ||
"@storybook/manager-api": "^7.4.3", | ||
"@storybook/react": "^7.4.3", | ||
"@storybook/react-vite": "^7.4.3", | ||
"@storybook/react-webpack5": "^7.4.3", | ||
"@storybook/svelte": "^7.4.3", | ||
"@storybook/sveltekit": "^7.4.3", | ||
"@babel/preset-typescript": "^7.23.0", | ||
"@storybook/addon-essentials": "^7.4.5", | ||
"@storybook/addon-interactions": "^7.4.5", | ||
"@storybook/addon-links": "^7.4.5", | ||
"@storybook/blocks": "^7.4.5", | ||
"@storybook/html-vite": "^7.4.5", | ||
"@storybook/manager-api": "^7.4.5", | ||
"@storybook/react": "^7.4.5", | ||
"@storybook/react-vite": "^7.4.5", | ||
"@storybook/react-webpack5": "^7.4.5", | ||
"@storybook/svelte": "^7.4.5", | ||
"@storybook/sveltekit": "^7.4.5", | ||
"@storybook/testing-library": "^0.2.1", | ||
"@storybook/theming": "^7.4.3", | ||
"@storybook/vue3": "^7.4.3", | ||
"@storybook/vue3-vite": "^7.4.3", | ||
"@storybook/theming": "^7.4.5", | ||
"@storybook/vue3": "^7.4.5", | ||
"@storybook/vue3-vite": "^7.4.5", | ||
"commitizen": "^4.3.0", | ||
"css-loader": "6.8.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.