-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update all dependencies (#525)
- Loading branch information
Showing
20 changed files
with
12,608 additions
and
6,973 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,4 @@ storybook-static | |
|
||
# vite | ||
vite.config.ts.timestamp-*.mjs | ||
stats.html |
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
] | ||
} | ||
}, | ||
"packageManager": "[email protected].5", | ||
"packageManager": "[email protected].11", | ||
"exports": { | ||
"./next": { | ||
"types": "./dist/index.d.ts", | ||
|
@@ -48,12 +48,13 @@ | |
"ui components" | ||
], | ||
"engines": { | ||
"node": ">=16 <19", | ||
"node": "16 || 18 || 20", | ||
"pnpm": ">=8" | ||
}, | ||
"scripts": { | ||
"build:legacy": "cd legacy && npm run build", | ||
"build:next": "npm-run-all check-types:next && vite build", | ||
"next-visualizer": "VISUALIZER=true vite build", | ||
"build-storybook": "storybook build --docs", | ||
"watch": "vite build --watch", | ||
"lint:legacy": "cd legacy && npm run lint", | ||
|
@@ -84,57 +85,56 @@ | |
"@babel/core": "^7.22.9", | ||
"@commitlint/cli": "^17.6.7", | ||
"@commitlint/config-conventional": "^17.6.7", | ||
"@release-it/conventional-changelog": "^5.1.1", | ||
"@storybook/addon-actions": "^7.1.0", | ||
"@storybook/addon-essentials": "^7.1.0", | ||
"@storybook/addon-interactions": "^7.1.0", | ||
"@storybook/addon-links": "^7.1.0", | ||
"@storybook/addon-mdx-gfm": "^7.1.0", | ||
"@storybook/react": "^7.1.0", | ||
"@storybook/react-vite": "^7.1.0", | ||
"@release-it/conventional-changelog": "^7.0.0", | ||
"@storybook/addon-actions": "^7.2.1", | ||
"@storybook/addon-essentials": "^7.2.1", | ||
"@storybook/addon-interactions": "^7.2.1", | ||
"@storybook/addon-links": "^7.2.1", | ||
"@storybook/react": "^7.2.1", | ||
"@storybook/react-vite": "^7.2.1", | ||
"@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/react": "^12.1.5", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@types/lodash": "^4.14.195", | ||
"@types/react": "^17.0.62", | ||
"@types/react-dom": "^17.0.20", | ||
"@types/testing-library__jest-dom": "^5.14.8", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
"@testing-library/react": "^14.0.0", | ||
"@types/lodash-es": "4.17.8", | ||
"@types/react": "^18.0.0", | ||
"@types/react-dom": "^18.0.0", | ||
"@types/testing-library__jest-dom": "^5.14.9", | ||
"@typescript-eslint/eslint-plugin": "^6.2.1", | ||
"@typescript-eslint/parser": "^6.2.1", | ||
"@vanilla-extract/css": "^1.12.0", | ||
"@vanilla-extract/dynamic": "^2.0.3", | ||
"@vanilla-extract/recipes": "^0.3.0", | ||
"@vanilla-extract/recipes": "^0.5.0", | ||
"@vanilla-extract/sprinkles": "^1.6.1", | ||
"@vanilla-extract/vite-plugin": "^3.8.2", | ||
"@vitejs/plugin-react": "^2.2.0", | ||
"chromatic": "^6.19.9", | ||
"eslint": "^8.45.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"@vitejs/plugin-react": "^4.0.4", | ||
"chromatic": "^6.20.0", | ||
"eslint": "^8.46.0", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-import-resolver-typescript": "^3.5.5", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-import": "^2.28.0", | ||
"eslint-plugin-react": "^7.33.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-storybook": "^0.6.13", | ||
"husky": "^8.0.3", | ||
"is-ci": "^3.0.1", | ||
"jsdom": "^22.1.0", | ||
"lint-staged": "^13.2.3", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.8.8", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"release-it": "^15.11.0", | ||
"prettier": "^3.0.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"release-it": "^16.1.3", | ||
"require-from-string": "^2.0.2", | ||
"storybook": "^7.1.0", | ||
"typescript": "^4.9.5", | ||
"vite": "^3.2.7", | ||
"vite-plugin-dts": "^1.7.3", | ||
"vitest": "^0.27.3", | ||
"rollup-plugin-visualizer": "5.9.2", | ||
"storybook": "^7.2.1", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.4.8", | ||
"vite-plugin-dts": "^3.4.0", | ||
"vitest": "^0.34.1", | ||
"webpack": "^5.88.2" | ||
}, | ||
"dependencies": { | ||
"@dessert-box/react": "^0.4.0", | ||
"@floating-ui/react-dom-interactions": "^0.5.0", | ||
"@floating-ui/react": "0.25.0", | ||
"@radix-ui/react-accordion": "^1.1.2", | ||
"@radix-ui/react-checkbox": "^1.0.4", | ||
"@radix-ui/react-dialog": "^1.0.4", | ||
|
@@ -146,14 +146,15 @@ | |
"@radix-ui/react-toggle": "^1.0.3", | ||
"@radix-ui/react-tooltip": "^1.0.6", | ||
"@vanilla-extract/css-utils": "^0.1.3", | ||
"clsx": "^1.2.1", | ||
"downshift": "^6.1.12", | ||
"clsx": "^2.0.0", | ||
"downshift": "^8.1.0", | ||
"downshift7": "npm:[email protected]", | ||
"lodash": "^4.17.21", | ||
"lodash-es": "^4.17.21", | ||
"react-inlinesvg": "^3.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@types/react": "^16.9.0 || ^17.0.0 || ^18.0.0", | ||
"@types/react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0", | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
} | ||
|
Oops, something went wrong.
4030d77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
macaw-ui-next – ./
macaw-ui-next.vercel.app
macaw-ui-next-git-canary-saleorcommerce.vercel.app
macaw-ui-next-saleorcommerce.vercel.app
4030d77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
macaw-ui – ./legacy
macaw-ui-saleorcommerce.vercel.app
macaw-ui.vercel.app
macaw-ui-git-canary-saleorcommerce.vercel.app