Skip to content

Commit

Permalink
chore: updates (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Jun 5, 2023
1 parent 5eb2516 commit 691f511
Show file tree
Hide file tree
Showing 5 changed files with 766 additions and 689 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"@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.2",
"@babel/preset-env": "^7.22.2",
"@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",
"@relative-ci/agent": "^4.1.4",
"@sentry/react": "^7.53.1",
"@sentry/tracing": "^7.53.1",
"@sentry/react": "^7.54.0",
"@sentry/tracing": "^7.54.0",
"@types/bluebird": "^3.5.38",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitest/coverage-c8": "^0.31.1",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vitest/coverage-c8": "^0.31.4",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"esbuild": "^0.17.19",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "^27.2.1",
Expand All @@ -44,26 +44,26 @@
"postcss": "^8.4.24",
"postcss-bem-linter": "^3.3.0",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.4.1",
"postcss-preset-env": "^8.4.2",
"postcss-reporter": "^7.0.5",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remove-files-webpack-plugin": "^1.5.0",
"sass": "^1.62.1",
"snyk": "^1.1168.0",
"stylelint": "15.6.2",
"snyk": "^1.1173.0",
"stylelint": "15.6.3",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.0.0",
"thread-loader": "^4.0.2",
"ts-toolbelt": "^9.6.0",
"turbo": "^1.9.9",
"typescript": "^5.0.4",
"webpack": "^5.84.1",
"webpack-stats-plugin": "^1.1.1"
"turbo": "^1.10.1",
"typescript": "^5.1.3",
"webpack": "^5.85.0",
"webpack-stats-plugin": "^1.1.3"
},
"scripts": {
"lint": "turbo run lint",
Expand Down
18 changes: 9 additions & 9 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
"vite": "4.3.9"
},
"devDependencies": {
"@axe-core/react": "^4.7.1",
"@axe-core/react": "^4.7.2",
"@babel/core": "^7.22.1",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.22.2",
"@babel/preset-env": "^7.22.2",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@csstools/postcss-sass": "^5.0.1",
"@playwright/test": "^1.34.3",
"@types/react": "^18.2.7",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/react-instantsearch-dom": "^6.12.3",
"@types/react-syntax-highlighter": "^15.5.7",
Expand All @@ -64,18 +64,18 @@
"esbuild": "^0.17.19",
"postcss": "^8.4.24",
"postcss-bem-linter": "^3.3.0",
"postcss-prefixer": "^2.1.3",
"postcss-preset-env": "^8.4.1",
"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.1168.0",
"stylelint": "15.6.2",
"snyk": "^1.1173.0",
"stylelint": "15.6.3",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-scss": "^5.0.0",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"typescript-plugin-css-modules": "^5.0.1",
"use-timer": "^2.0.1",
"vite-plugin-react-svg": "^0.2.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/bluebird": "^3.5.38",
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.2",
"@types/jest-axe": "^3.5.5",
"@types/node": "^20.2.5",
"@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.1",
"@vitest/ui": "^0.31.1",
"@vitest/browser": "^0.31.4",
"@vitest/ui": "^0.31.4",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"c8": "^7.14.0",
Expand All @@ -74,19 +74,19 @@
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.24",
"postcss-loader": "7.0.2",
"postcss-preset-env": "^8.4.1",
"postcss-preset-env": "^8.4.2",
"resize-observer-polyfill": "^1.5.1",
"sass-loader": "13.2.0",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.3",
"ts-toolbelt": "^9.6.0",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"typescript-plugin-css-modules": "^5.0.1",
"vite": "4.3.9",
"vitest": "0.31.1",
"webpack": "^5.84.1",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.1.1",
"vitest": "0.31.4",
"webpack": "^5.85.0",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.3",
"webpack-node-externals": "^3.0.0"
},
"browserslist": [
Expand Down
12 changes: 6 additions & 6 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.2",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@percy/cli": "^1.24.2",
"@percy/cli": "^1.25.0",
"@percy/storybook": "^4.3.6",
"@storybook/addon-a11y": "^7.0.18",
"@storybook/addon-actions": "^7.0.18",
Expand All @@ -31,16 +31,16 @@
"@types/node": "^20.2.5",
"acorn": "^8.8.2",
"babel-loader": "^9.1.2",
"chromatic": "^6.17.4",
"chromatic": "^6.18.0",
"css-loader": "5.2.6",
"postcss": "^8.4.24",
"postcss-loader": "7.0.2",
"postcss-preset-env": "8.4.1",
"postcss-preset-env": "8.4.2",
"sass": "^1.62.1",
"sass-loader": "10.1.1",
"style-loader": "3.3.2",
"typescript": "^5.0.4",
"webpack": "^5.84.1"
"typescript": "^5.1.3",
"webpack": "^5.85.0"
},
"dependencies": {
"react": "link:..\\..\\node_modules\\react",
Expand Down
Loading

1 comment on commit 691f511

@vercel
Copy link

@vercel vercel bot commented on 691f511 Jun 5, 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.