Skip to content

Commit

Permalink
chore: update packages (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Feb 24, 2023
1 parent cfb86d4 commit 3ced4b1
Show file tree
Hide file tree
Showing 7 changed files with 930 additions and 934 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
"documentation": "documentation"
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/core": "^7.21.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/plugin-transform-classes": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-classes": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^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",
"@types/bluebird": "^3.5.38",
"@types/node": "^18.14.0",
"@types/node": "^18.14.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vitest/coverage-c8": "^0.28.5",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.15",
"esbuild": "^0.17.9",
"esbuild": "^0.17.10",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "2.27.5",
Expand All @@ -53,15 +53,15 @@
"react-dom": "^18.2.0",
"remove-files-webpack-plugin": "^1.5.0",
"sass": "^1.58.3",
"snyk": "^1.1105.0",
"snyk": "^1.1108.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.1",
"turbo": "^1.8.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-stats-plugin": "^1.1.1"
Expand Down
1 change: 1 addition & 0 deletions packages/documentation/components/sidebar/widgets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function widgets() {
setWidth(500);
}
}, [media]);

return width > 0 ? (
<div className="rc-demo-widgets">
<Section size="md" title="Default">
Expand Down
14 changes: 7 additions & 7 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
"react-transition-group": "^4.4.5",
"resize-observer-polyfill": "^1.5.1",
"use-debounce": "^9.0.3",
"vite": "4.1.3"
"vite": "4.1.4"
},
"devDependencies": {
"@axe-core/react": "^4.6.0",
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/core": "^7.21.0",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@csstools/postcss-sass": "^5.0.1",
"@playwright/test": "^1.30.0",
"@playwright/test": "^1.31.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-instantsearch-dom": "^6.12.3",
Expand All @@ -61,7 +61,7 @@
"@vitejs/plugin-react": "3.1.0",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.15",
"esbuild": "^0.17.9",
"esbuild": "^0.17.10",
"postcss": "^8.4.21",
"postcss-bem-linter": "^3.3.0",
"postcss-prefixer": "^2.1.3",
Expand All @@ -70,7 +70,7 @@
"recoil": "^0.7.6",
"rimraf": "^4.1.2",
"sass": "^1.58.3",
"snyk": "^1.1105.0",
"snyk": "^1.1108.0",
"stylelint": "15.2.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^9.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/bluebird": "^3.5.38",
"@types/jest": "^29.4.0",
"@types/jest-axe": "^3.5.5",
"@types/node": "^18.14.0",
"@types/node": "^18.14.1",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/react-transition-group": "^4.4.5",
"@types/testing-library__jest-dom": "^5.14.5",
Expand All @@ -82,7 +82,7 @@
"ts-toolbelt": "^9.6.0",
"typescript": "^4.9.5",
"typescript-plugin-css-modules": "^4.2.2",
"vite": "4.1.3",
"vite": "4.1.4",
"vitest": "0.28.5",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.8.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@percy/cli": "^1.19.2",
"@babel/preset-typescript": "^7.21.0",
"@percy/cli": "^1.20.0",
"@percy/storybook": "^4.3.5",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-actions": "^6.5.16",
Expand All @@ -28,7 +28,7 @@
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.16",
"@storybook/source-loader": "^6.5.16",
"@types/node": "^18.14.0",
"@types/node": "^18.14.1",
"acorn": "^8.8.2",
"babel-loader": "^9.1.2",
"chromatic": "^6.17.0",
Expand Down
Loading

1 comment on commit 3ced4b1

@vercel
Copy link

@vercel vercel bot commented on 3ced4b1 Feb 24, 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.