Skip to content

Commit

Permalink
chore: updates (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Jun 11, 2023
1 parent 691f511 commit d61294f
Show file tree
Hide file tree
Showing 5 changed files with 1,847 additions and 1,594 deletions.
36 changes: 18 additions & 18 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.22.1",
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-classes": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@babel/plugin-transform-classes": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@relative-ci/agent": "^4.1.4",
"@sentry/react": "^7.54.0",
"@sentry/tracing": "^7.54.0",
"@types/bluebird": "^3.5.38",
"@types/node": "^20.2.5",
"@types/react": "^18.2.8",
"@types/node": "^20.2.6",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vitest/coverage-c8": "^0.31.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitest/coverage-c8": "^0.32.0",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"esbuild": "^0.17.19",
"esbuild": "^0.18.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "2.27.5",
Expand All @@ -51,18 +51,18 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remove-files-webpack-plugin": "^1.5.0",
"sass": "^1.62.1",
"snyk": "^1.1173.0",
"stylelint": "15.6.3",
"sass": "^1.63.3",
"snyk": "^1.1177.0",
"stylelint": "15.7.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.0.0",
"stylelint-scss": "^5.0.1",
"thread-loader": "^4.0.2",
"ts-toolbelt": "^9.6.0",
"turbo": "^1.10.1",
"turbo": "^1.10.3",
"typescript": "^5.1.3",
"webpack": "^5.85.0",
"webpack": "^5.86.0",
"webpack-stats-plugin": "^1.1.3"
},
"scripts": {
Expand Down
30 changes: 15 additions & 15 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"snyk": "snyk test"
},
"dependencies": {
"@docsearch/react": "^3.4.0",
"@docsearch/react": "^3.5.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@stackblitz/sdk": "^1.9.0",
"algoliasearch": "^4.17.1",
"algoliasearch": "^4.17.2",
"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.11.2",
"react-router-dom": "^6.11.2",
"react-router": "^6.12.1",
"react-router-dom": "^6.12.1",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "^4.4.5",
"resize-observer-polyfill": "^1.5.1",
Expand All @@ -46,35 +46,35 @@
},
"devDependencies": {
"@axe-core/react": "^4.7.2",
"@babel/core": "^7.22.1",
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@csstools/postcss-sass": "^5.0.1",
"@playwright/test": "^1.34.3",
"@types/react": "^18.2.8",
"@playwright/test": "^1.35.0",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@types/react-instantsearch-dom": "^6.12.3",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/react-transition-group": "^4.4.6",
"@vitejs/plugin-react": "4.0.0",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"esbuild": "^0.17.19",
"esbuild": "^0.18.0",
"postcss": "^8.4.24",
"postcss-bem-linter": "^3.3.0",
"postcss-prefixer": "^3.0.0",
"postcss-preset-env": "^8.4.2",
"prettier": "^2.8.8",
"recoil": "^0.7.7",
"rimraf": "^5.0.1",
"sass": "^1.62.1",
"snyk": "^1.1173.0",
"stylelint": "15.6.3",
"sass": "^1.63.3",
"snyk": "^1.1177.0",
"stylelint": "15.7.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-scss": "^5.0.0",
"stylelint-scss": "^5.0.1",
"typescript": "^5.1.3",
"typescript-plugin-css-modules": "^5.0.1",
"use-timer": "^2.0.1",
Expand Down
12 changes: 6 additions & 6 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.5.2",
"@types/jest-axe": "^3.5.5",
"@types/node": "^20.2.5",
"@types/node": "^20.2.6",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/react-transition-group": "^4.4.6",
"@types/testing-library__jest-dom": "^5.14.6",
"@vitejs/plugin-react": "4.0.0",
"@vitest/browser": "^0.31.4",
"@vitest/ui": "^0.31.4",
"@vitest/browser": "^0.32.0",
"@vitest/ui": "^0.32.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"c8": "^7.14.0",
Expand All @@ -83,10 +83,10 @@
"typescript": "^5.1.3",
"typescript-plugin-css-modules": "^5.0.1",
"vite": "4.3.9",
"vitest": "0.31.4",
"webpack": "^5.85.0",
"vitest": "0.32.0",
"webpack": "^5.86.0",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.3",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
"browserslist": [
Expand Down
32 changes: 16 additions & 16 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,34 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@percy/cli": "^1.25.0",
"@percy/storybook": "^4.3.6",
"@storybook/addon-a11y": "^7.0.18",
"@storybook/addon-actions": "^7.0.18",
"@storybook/addon-docs": "^7.0.18",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/addon-storysource": "^7.0.18",
"@storybook/addon-a11y": "^7.0.20",
"@storybook/addon-actions": "^7.0.20",
"@storybook/addon-docs": "^7.0.20",
"@storybook/addon-essentials": "^7.0.20",
"@storybook/addon-links": "^7.0.20",
"@storybook/addon-storysource": "^7.0.20",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^7.0.18",
"@storybook/source-loader": "^7.0.18",
"@types/node": "^20.2.5",
"@storybook/react": "^7.0.20",
"@storybook/source-loader": "^7.0.20",
"@types/node": "^20.2.6",
"acorn": "^8.8.2",
"babel-loader": "^9.1.2",
"chromatic": "^6.18.0",
"chromatic": "^6.18.2",
"css-loader": "5.2.6",
"postcss": "^8.4.24",
"postcss-loader": "7.0.2",
"postcss-preset-env": "8.4.2",
"sass": "^1.62.1",
"sass": "^1.63.3",
"sass-loader": "10.1.1",
"style-loader": "3.3.2",
"typescript": "^5.1.3",
"webpack": "^5.85.0"
"webpack": "^5.86.0"
},
"dependencies": {
"react": "link:..\\..\\node_modules\\react",
Expand Down
Loading

1 comment on commit d61294f

@vercel
Copy link

@vercel vercel bot commented on d61294f Jun 11, 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.