Skip to content

Commit

Permalink
chore: update lib packages (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Feb 6, 2023
1 parent 5ee8565 commit cc3e865
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 227 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@relative-ci/agent": "^4.1.3",
"@sentry/react": "^7.35.0",
"@sentry/tracing": "^7.35.0",
"@sentry/react": "^7.36.0",
"@sentry/tracing": "^7.36.0",
"@types/bluebird": "^3.5.38",
"@types/node": "^18.11.18",
"@types/node": "^18.11.19",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitest/coverage-c8": "^0.28.3",
"@vitest/coverage-c8": "^0.28.4",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"esbuild": "^0.17.5",
Expand Down Expand Up @@ -53,15 +53,15 @@
"react-dom": "^18.2.0",
"remove-files-webpack-plugin": "^1.5.0",
"sass": "^1.58.0",
"snyk": "^1.1094.0",
"snyk": "^1.1096.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.2",
"turbo": "^1.7.3",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-stats-plugin": "^1.1.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-transition-group": "^4.4.5",
"resize-observer-polyfill": "^1.5.1",
"use-debounce": "^9.0.3",
"vite": "4.0.4"
"vite": "4.1.1"
},
"devDependencies": {
"@axe-core/react": "^4.6.0",
Expand All @@ -58,7 +58,7 @@
"@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.0.1",
"@vitejs/plugin-react": "3.1.0",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"esbuild": "^0.17.5",
Expand All @@ -70,7 +70,7 @@
"recoil": "^0.7.6",
"rimraf": "^4.1.2",
"sass": "^1.58.0",
"snyk": "^1.1094.0",
"snyk": "^1.1096.0",
"stylelint": "14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-sass-guidelines": "^9.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.4.0",
"@types/jest-axe": "^3.5.5",
"@types/node": "^18.11.18",
"@types/node": "^18.11.19",
"@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.0.1",
"@vitest/browser": "^0.28.3",
"@vitest/ui": "^0.28.3",
"@vitejs/plugin-react": "3.1.0",
"@vitest/browser": "^0.28.4",
"@vitest/ui": "^0.28.4",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"c8": "^7.12.0",
Expand All @@ -82,8 +82,8 @@
"ts-toolbelt": "^9.6.0",
"typescript": "^4.9.5",
"typescript-plugin-css-modules": "^4.1.1",
"vite": "4.0.4",
"vitest": "0.28.3",
"vite": "4.1.1",
"vitest": "0.28.4",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.16",
"@storybook/source-loader": "^6.5.16",
"@types/node": "^18.11.18",
"@types/node": "^18.11.19",
"acorn": "^8.8.2",
"babel-loader": "^9.1.2",
"chromatic": "^6.15.0",
Expand Down
Loading

1 comment on commit cc3e865

@vercel
Copy link

@vercel vercel bot commented on cc3e865 Feb 6, 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.