Skip to content

Commit

Permalink
fix story book (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Feb 2, 2023
1 parent 3c2e9b6 commit 5ee8565
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 756 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@relative-ci/agent": "^4.1.3",
"@sentry/react": "^7.34.0",
"@sentry/tracing": "^7.34.0",
"@sentry/react": "^7.35.0",
"@sentry/tracing": "^7.35.0",
"@types/bluebird": "^3.5.38",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitest/coverage-c8": "^0.28.3",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
Expand Down Expand Up @@ -52,17 +52,17 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remove-files-webpack-plugin": "^1.5.0",
"sass": "^1.57.1",
"snyk": "^1.1091.0",
"sass": "^1.58.0",
"snyk": "^1.1094.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.0",
"typescript": "^4.9.4",
"turbo": "^1.7.2",
"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 @@ -69,13 +69,13 @@
"prettier": "^2.8.3",
"recoil": "^0.7.6",
"rimraf": "^4.1.2",
"sass": "^1.57.1",
"snyk": "^1.1091.0",
"sass": "^1.58.0",
"snyk": "^1.1094.0",
"stylelint": "14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-scss": "^4.3.0",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"typescript-plugin-css-modules": "^4.1.1",
"use-timer": "^2.0.1",
"vite-plugin-react-svg": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-creme",
"version": "0.24.5",
"version": "0.25.0",
"author": {
"name": "Prabhu Murthy",
"email": "[email protected]"
Expand Down Expand Up @@ -80,7 +80,7 @@
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"ts-toolbelt": "^9.6.0",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"typescript-plugin-css-modules": "^4.1.1",
"vite": "4.0.4",
"vitest": "0.28.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@percy/cli": "^1.17.0",
"@percy/cli": "^1.18.0",
"@percy/storybook": "^4.3.4",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-actions": "^6.5.16",
Expand All @@ -36,10 +36,10 @@
"postcss": "^8.4.21",
"postcss-loader": "7.0.2",
"postcss-preset-env": "8.0.1",
"sass": "^1.57.1",
"sass-loader": "13.2.0",
"style-loader": "3.3.1",
"typescript": "^4.9.4",
"sass": "^1.58.0",
"sass-loader": "10.1.1",
"style-loader": "2.0.0",
"typescript": "^4.9.5",
"webpack": "^5.75.0"
},
"dependencies": {
Expand Down
Loading

1 comment on commit 5ee8565

@vercel
Copy link

@vercel vercel bot commented on 5ee8565 Feb 2, 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.