Skip to content

Commit

Permalink
fix: chromatic storybook - CourseCatalogInjectedPopup (#106)
Browse files Browse the repository at this point in the history
* chore: add pnpm peer deps

* fix: merge conflict and rebase

* chore: remove deps
  • Loading branch information
doprz authored Feb 28, 2024
1 parent 22feda3 commit 4beafcd
Show file tree
Hide file tree
Showing 7 changed files with 222 additions and 242 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"react-dom": "^18.2.0",
"sass": "^1.71.1",
"sql.js": "1.10.2",
"styled-components": "^6.1.8",
"uuid": "^9.0.1"
"styled-components": "^6.1.8"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
Expand All @@ -57,7 +56,7 @@
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/chrome": "^0.0.260",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@types/prompts": "^2.4.9",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
Expand All @@ -76,8 +75,8 @@
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"chromatic": "^10.9.6",
"cssnano": "^6.0.3",
"cssnano-preset-advanced": "^6.0.3",
"cssnano": "^6.0.4",
"cssnano-preset-advanced": "^6.0.4",
"dotenv": "^16.4.5",
"es-module-lexer": "^1.4.1",
"eslint": "^8.56.0",
Expand All @@ -87,7 +86,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
Loading

0 comments on commit 4beafcd

Please sign in to comment.