Skip to content

Commit

Permalink
chore: update packages (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Feb 8, 2023
1 parent cc3e865 commit 97eceb9
Show file tree
Hide file tree
Showing 5 changed files with 315 additions and 332 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@sentry/react": "^7.36.0",
"@sentry/tracing": "^7.36.0",
"@types/bluebird": "^3.5.38",
"@types/node": "^18.11.19",
"@types/node": "^18.13.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitest/coverage-c8": "^0.28.4",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"esbuild": "^0.17.5",
"esbuild": "^0.17.6",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "2.27.5",
Expand All @@ -40,28 +40,28 @@
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"lint-staged": "^13.1.1",
"postcss": "^8.4.21",
"postcss-bem-linter": "^3.3.0",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.0.1",
"postcss-reporter": "^7.0.5",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.3",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remove-files-webpack-plugin": "^1.5.0",
"sass": "^1.58.0",
"snyk": "^1.1096.0",
"snyk": "^1.1097.0",
"stylelint": "14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-order": "^6.0.1",
"stylelint-scss": "^4.3.0",
"thread-loader": "^3.0.4",
"ts-toolbelt": "^9.6.0",
"turbo": "^1.7.3",
"turbo": "^1.7.4",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-stats-plugin": "^1.1.1"
Expand Down
18 changes: 9 additions & 9 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"snyk": "snyk test"
},
"dependencies": {
"@docsearch/react": "^3.3.2",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@docsearch/react": "^3.3.3",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@stackblitz/sdk": "^1.8.2",
"algoliasearch": "^4.14.3",
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.0",
"react-router-dom": "^6.8.0",
"react-router": "^6.8.1",
"react-router-dom": "^6.8.1",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "^4.4.5",
"resize-observer-polyfill": "^1.5.1",
Expand All @@ -61,16 +61,16 @@
"@vitejs/plugin-react": "3.1.0",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"esbuild": "^0.17.5",
"esbuild": "^0.17.6",
"postcss": "^8.4.21",
"postcss-bem-linter": "^3.3.0",
"postcss-prefixer": "^2.1.3",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.3",
"prettier": "^2.8.4",
"recoil": "^0.7.6",
"rimraf": "^4.1.2",
"sass": "^1.58.0",
"snyk": "^1.1096.0",
"snyk": "^1.1097.0",
"stylelint": "14.16.1",
"stylelint-config-prettier": "^9.0.4",
"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 @@ -40,7 +40,7 @@
"classnames": "^2.3.2",
"fast-deep-equal": "^3.1.3",
"hex-rgb": "^5.0.0",
"nanoid": "^4.0.0",
"nanoid": "^4.0.1",
"use-debounce": "^9.0.3"
},
"peerDependencies": {
Expand All @@ -56,7 +56,7 @@
"@types/bluebird": "^3.5.38",
"@types/jest": "^29.4.0",
"@types/jest-axe": "^3.5.5",
"@types/node": "^18.11.19",
"@types/node": "^18.13.0",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/react-transition-group": "^4.4.5",
"@types/testing-library__jest-dom": "^5.14.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.16",
"@storybook/source-loader": "^6.5.16",
"@types/node": "^18.11.19",
"@types/node": "^18.13.0",
"acorn": "^8.8.2",
"babel-loader": "^9.1.2",
"chromatic": "^6.15.0",
"chromatic": "^6.17.0",
"css-loader": "5.2.6",
"postcss": "^8.4.21",
"postcss-loader": "7.0.2",
Expand Down
Loading

1 comment on commit 97eceb9

@vercel
Copy link

@vercel vercel bot commented on 97eceb9 Feb 8, 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.