-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all dependencies to their latest version + remove all workarou…
…nd we had for react-aria-components prior to version 1.2 (#255)
- Loading branch information
Showing
33 changed files
with
3,985 additions
and
4,879 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,13 +12,12 @@ | |
"type": "git", | ||
"url": "git+https://github.com/gsoft-inc/wl-hopper.git" | ||
}, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"doc:start": "pnpm --filter=docs dev", | ||
"doc:storybook": "pnpm --filter=docs storybook", | ||
"doc:build": "pnpm --filter=docs build", | ||
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest", | ||
"build": "pnpm -r build", | ||
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm -r build", | ||
"test-storybook": "test-storybook", | ||
"build:tokens": "pnpm --filter=\"@hopper-ui/tokens\" build", | ||
"build:pkg": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm -r --filter \"{packages/**}\" build ", | ||
|
@@ -37,52 +36,53 @@ | |
"storybook-nolazy": "cross-env STORYBOOK_NO_LAZY=true pnpm run storybook", | ||
"build-storybook": "storybook build", | ||
"list-outdated-deps": "pnpm outdated -r --format list", | ||
"update-outdated-deps": "pnpm update -r --latest", | ||
"update-outdated-deps": "pnpm update -r --latest \"!eslint\"", | ||
"plop": "plop" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "2.27.1", | ||
"@chromatic-com/storybook": "1.2.24", | ||
"@chromatic-com/storybook": "1.3.4", | ||
"@hopper-ui/tokens": "workspace:*", | ||
"@internationalized/string-compiler": "3.2.2", | ||
"@netlify/plugin-nextjs": "4.41.3", | ||
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11", | ||
"@storybook/addon-a11y": "8.0.2", | ||
"@storybook/addon-essentials": "8.0.2", | ||
"@storybook/addon-interactions": "8.0.2", | ||
"@storybook/addon-links": "8.0.2", | ||
"@storybook/addon-mdx-gfm": "8.0.2", | ||
"@internationalized/string-compiler": "3.2.3", | ||
"@netlify/plugin-nextjs": "5.2.1", | ||
"@pmmmwh/react-refresh-webpack-plugin": "0.5.13", | ||
"@storybook/addon-a11y": "8.0.10", | ||
"@storybook/addon-essentials": "8.0.10", | ||
"@storybook/addon-interactions": "8.0.10", | ||
"@storybook/addon-links": "8.0.10", | ||
"@storybook/addon-mdx-gfm": "8.0.10", | ||
"@storybook/addon-webpack5-compiler-swc": "1.0.2", | ||
"@storybook/blocks": "8.0.2", | ||
"@storybook/react": "8.0.2", | ||
"@storybook/react-webpack5": "8.0.2", | ||
"@storybook/test": "8.0.2", | ||
"@storybook/blocks": "8.0.10", | ||
"@storybook/react": "8.0.10", | ||
"@storybook/react-webpack5": "8.0.10", | ||
"@storybook/test": "8.0.10", | ||
"@storybook/test-runner": "0.17.0", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "20.11.30", | ||
"@workleap/eslint-plugin": "3.1.0", | ||
"@types/node": "20.12.10", | ||
"@workleap/eslint-plugin": "3.2.2", | ||
"@workleap/stylelint-configs": "2.0.3", | ||
"@workleap/typescript-configs": "3.0.2", | ||
"axe-playwright": "2.0.1", | ||
"cross-env": "7.0.3", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-hopper-monorepo": "workspace:*", | ||
"eslint-plugin-storybook": "0.8.0", | ||
"jest": "29.7.0", | ||
"plop": "4.0.1", | ||
"prettier": "3.2.5", | ||
"prop-types": "15.8.1", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-refresh": "0.14.0", | ||
"react-router-dom": "6.22.3", | ||
"storybook": "8.0.2", | ||
"stylelint": "16.3.1", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-refresh": "0.14.2", | ||
"react-router-dom": "6.23.0", | ||
"storybook": "8.0.10", | ||
"stylelint": "16.5.0", | ||
"stylelint-config-clean-order": "5.4.2", | ||
"stylelint-use-logical": "2.1.2", | ||
"ts-jest": "29.1.2", | ||
"ts-node": "10.9.2", | ||
"tsconfig-paths-webpack-plugin": "4.1.0", | ||
"tsx": "4.7.1" | ||
"tsx": "4.9.3" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/gsoft-inc/wl-hopper/issues" | ||
|
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 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
Oops, something went wrong.