Skip to content

Commit

Permalink
chore: upgrade packages (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Mar 4, 2023
1 parent 3ced4b1 commit 6987c52
Show file tree
Hide file tree
Showing 6 changed files with 4,105 additions and 10,593 deletions.
7 changes: 7 additions & 0 deletions .restyled.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
exclude:
- "**/*.patch"
- "**/node_modules/**/*"
- "**/vendor/**/*"
- ".github/workflows/**/*"
- ".gitignore"
- "pnpm-lock.yaml"
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@relative-ci/agent": "^4.1.3",
"@sentry/react": "^7.38.0",
"@sentry/tracing": "^7.38.0",
"@sentry/react": "^7.40.0",
"@sentry/tracing": "^7.40.0",
"@types/bluebird": "^3.5.38",
"@types/node": "^18.14.1",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vitest/coverage-c8": "^0.28.5",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vitest/coverage-c8": "^0.29.2",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.15",
"esbuild": "^0.17.10",
"eslint": "^8.34.0",
"esbuild": "^0.17.11",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "^27.2.1",
Expand All @@ -53,15 +53,15 @@
"react-dom": "^18.2.0",
"remove-files-webpack-plugin": "^1.5.0",
"sass": "^1.58.3",
"snyk": "^1.1108.0",
"snyk": "^1.1111.0",
"stylelint": "15.2.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-order": "^6.0.2",
"stylelint-scss": "^4.4.0",
"thread-loader": "^3.0.4",
"ts-toolbelt": "^9.6.0",
"turbo": "^1.8.2",
"turbo": "^1.8.3",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-stats-plugin": "^1.1.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@stackblitz/sdk": "^1.8.2",
"algoliasearch": "^4.14.3",
"algoliasearch": "^4.15.0",
"classnames": "^2.3.2",
"fast-deep-equal": "^3.1.3",
"normalize.css": "^8.0.1",
Expand All @@ -36,8 +36,8 @@
"react-element-to-jsx-string": "^15.0.0",
"react-feather": "^2.0.10",
"react-responsive": "^9.0.2",
"react-router": "^6.8.1",
"react-router-dom": "^6.8.1",
"react-router": "^6.8.2",
"react-router-dom": "^6.8.2",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "^4.4.5",
"resize-observer-polyfill": "^1.5.1",
Expand All @@ -52,7 +52,7 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@csstools/postcss-sass": "^5.0.1",
"@playwright/test": "^1.31.1",
"@playwright/test": "^1.31.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-instantsearch-dom": "^6.12.3",
Expand All @@ -61,16 +61,16 @@
"@vitejs/plugin-react": "3.1.0",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.15",
"esbuild": "^0.17.10",
"esbuild": "^0.17.11",
"postcss": "^8.4.21",
"postcss-bem-linter": "^3.3.0",
"postcss-prefixer": "^2.1.3",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.4",
"recoil": "^0.7.6",
"rimraf": "^4.1.2",
"recoil": "^0.7.7",
"rimraf": "^4.3.0",
"sass": "^1.58.3",
"snyk": "^1.1108.0",
"snyk": "^1.1111.0",
"stylelint": "15.2.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^9.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"@types/bluebird": "^3.5.38",
"@types/jest": "^29.4.0",
"@types/jest-axe": "^3.5.5",
"@types/node": "^18.14.1",
"@types/node": "^18.14.6",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/react-transition-group": "^4.4.5",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitejs/plugin-react": "3.1.0",
"@vitest/browser": "^0.28.5",
"@vitest/ui": "^0.28.5",
"@vitest/browser": "^0.29.2",
"@vitest/ui": "^0.29.2",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"c8": "^7.13.0",
Expand All @@ -83,7 +83,7 @@
"typescript": "^4.9.5",
"typescript-plugin-css-modules": "^4.2.2",
"vite": "4.1.4",
"vitest": "0.28.5",
"vitest": "0.29.2",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@percy/cli": "^1.20.0",
"@percy/cli": "^1.20.2",
"@percy/storybook": "^4.3.5",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-actions": "^6.5.16",
Expand All @@ -28,10 +28,10 @@
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.16",
"@storybook/source-loader": "^6.5.16",
"@types/node": "^18.14.1",
"@types/node": "^18.14.6",
"acorn": "^8.8.2",
"babel-loader": "^9.1.2",
"chromatic": "^6.17.0",
"chromatic": "^6.17.1",
"css-loader": "5.2.6",
"postcss": "^8.4.21",
"postcss-loader": "7.0.2",
Expand Down
Loading

1 comment on commit 6987c52

@vercel
Copy link

@vercel vercel bot commented on 6987c52 Mar 4, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.