Skip to content

Commit

Permalink
chore: update all dependencies (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
typeofweb authored Aug 7, 2023
1 parent a00ab11 commit 4030d77
Show file tree
Hide file tree
Showing 20 changed files with 12,608 additions and 6,973 deletions.
29 changes: 27 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @type {import("eslint").Linter.Config}
*/
module.exports = {
env: {
browser: true,
Expand All @@ -17,7 +20,8 @@ module.exports = {
extends: [
"eslint:recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-type-checked",
"plugin:@typescript-eslint/stylistic-type-checked",
"plugin:import/recommended",
"plugin:import/typescript",
"prettier",
Expand All @@ -28,9 +32,16 @@ module.exports = {
parserOptions: {
ecmaVersion: "latest",
sourceType: "module",
project: true,
tsconfigRootDir: __dirname,
},
plugins: ["react", "@typescript-eslint", "react-hooks", "import"],
rules: {
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/array-type": "off",
"@typescript-eslint/prefer-nullish-coalescing": "off",

"no-console": "error",
"react/react-in-jsx-scope": "off",
"react-hooks/rules-of-hooks": "error",
Expand Down Expand Up @@ -60,5 +71,19 @@ module.exports = {
},
],
},
ignorePatterns: [".eslintrc.cjs", "commitlint.config.cjs"],
ignorePatterns: [".eslintrc.cjs", "commitlint.config.cjs", "vite.config.ts"],
overrides: [
{
files: ["*.stories.tsx"],
rules: {
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-floating-promises": "off",
},
},
],
};
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ storybook-static

# vite
vite.config.ts.timestamp-*.mjs
stats.html
1 change: 0 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default {
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/addon-mdx-gfm",
],
staticDirs: [
{
Expand Down
77 changes: 39 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]
}
},
"packageManager": "[email protected].5",
"packageManager": "[email protected].11",
"exports": {
"./next": {
"types": "./dist/index.d.ts",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
Expand Down
Loading

2 comments on commit 4030d77

@vercel
Copy link

@vercel vercel bot commented on 4030d77 Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4030d77 Aug 7, 2023

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

Please sign in to comment.