Skip to content

Commit

Permalink
chore: upgrade packages (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Feb 14, 2023
1 parent 97eceb9 commit 55dfd83
Show file tree
Hide file tree
Showing 5 changed files with 495 additions and 539 deletions.
30 changes: 15 additions & 15 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.18.6",
"@relative-ci/agent": "^4.1.3",
"@sentry/react": "^7.36.0",
"@sentry/tracing": "^7.36.0",
"@sentry/react": "^7.37.2",
"@sentry/tracing": "^7.37.2",
"@types/bluebird": "^3.5.38",
"@types/node": "^18.13.0",
"@types/react": "^18.0.27",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitest/coverage-c8": "^0.28.4",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitest/coverage-c8": "^0.28.5",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"esbuild": "^0.17.6",
"eslint": "^8.33.0",
"esbuild": "^0.17.8",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "^27.2.1",
Expand All @@ -40,7 +40,7 @@
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"lint-staged": "^13.1.2",
"postcss": "^8.4.21",
"postcss-bem-linter": "^3.3.0",
"postcss-import": "^15.1.0",
Expand All @@ -52,13 +52,13 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remove-files-webpack-plugin": "^1.5.0",
"sass": "^1.58.0",
"snyk": "^1.1097.0",
"stylelint": "14.16.1",
"stylelint-config-prettier": "^9.0.4",
"sass": "^1.58.1",
"snyk": "^1.1103.0",
"stylelint": "15.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-order": "^6.0.1",
"stylelint-scss": "^4.3.0",
"stylelint-order": "^6.0.2",
"stylelint-scss": "^4.4.0",
"thread-loader": "^3.0.4",
"ts-toolbelt": "^9.6.0",
"turbo": "^1.7.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,28 @@
"@babel/preset-react": "^7.18.6",
"@csstools/postcss-sass": "^5.0.1",
"@playwright/test": "^1.30.0",
"@types/react": "^18.0.27",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@types/react-instantsearch-dom": "^6.12.3",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/react-transition-group": "^4.4.5",
"@vitejs/plugin-react": "3.1.0",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"esbuild": "^0.17.6",
"esbuild": "^0.17.8",
"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",
"sass": "^1.58.0",
"snyk": "^1.1097.0",
"stylelint": "14.16.1",
"stylelint-config-prettier": "^9.0.4",
"sass": "^1.58.1",
"snyk": "^1.1103.0",
"stylelint": "15.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-scss": "^4.3.0",
"stylelint-scss": "^4.4.0",
"typescript": "^4.9.5",
"typescript-plugin-css-modules": "^4.1.1",
"use-timer": "^2.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 @@ -61,8 +61,8 @@
"@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.4",
"@vitest/ui": "^0.28.4",
"@vitest/browser": "^0.28.5",
"@vitest/ui": "^0.28.5",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"c8": "^7.12.0",
Expand All @@ -83,9 +83,9 @@
"typescript": "^4.9.5",
"typescript-plugin-css-modules": "^4.1.1",
"vite": "4.1.1",
"vitest": "0.28.4",
"vitest": "0.28.5",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
"webpack-node-externals": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@percy/cli": "^1.18.0",
"@percy/storybook": "^4.3.4",
"@percy/storybook": "^4.3.5",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
Expand All @@ -36,7 +36,7 @@
"postcss": "^8.4.21",
"postcss-loader": "7.0.2",
"postcss-preset-env": "8.0.1",
"sass": "^1.58.0",
"sass": "^1.58.1",
"sass-loader": "10.1.1",
"style-loader": "2.0.0",
"typescript": "^4.9.5",
Expand Down
Loading

1 comment on commit 55dfd83

@vercel
Copy link

@vercel vercel bot commented on 55dfd83 Feb 14, 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.