Skip to content

Commit

Permalink
fix: install dev deps on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeliatf authored Apr 16, 2024
1 parent c480a45 commit 676551c
Show file tree
Hide file tree
Showing 3 changed files with 1,308 additions and 979 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.11.1
v20
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
"react-dom": ">=18"
},
"dependencies": {
"@babel/core": "^7.15.4",
"@babel/plugin-transform-react-pure-annotations": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@mdx-js/react": "^2.1.5",
"@radix-ui/colors": "^2.1.0",
"@radix-ui/react-accessible-icon": "^1.0.3",
"@radix-ui/react-accordion": "^1.0.1",
Expand Down Expand Up @@ -76,23 +82,12 @@
"@radix-ui/react-tooltip": "^1.0.2",
"@radix-ui/react-use-layout-effect": "^1.0.0",
"@radix-ui/react-visually-hidden": "^1.0.1",
"@stitches/react": "1.2.7",
"lodash.merge": "^4.6.2",
"tinycolor2": "^1.4.2",
"use-debounce": "9.0.2"
},
"devDependencies": {
"@babel/core": "^7.15.4",
"@babel/plugin-transform-react-pure-annotations": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@mdx-js/react": "^2.1.5",
"@rollup/plugin-babel": "^5.3.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^9.0.0",
"@semantic-release/release-notes-generator": "^10.0.3",
"@stitches/react": "1.2.7",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-docs": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
Expand All @@ -104,34 +99,39 @@
"@storybook/react-vite": "7.6.17",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/theming": "7.6.17",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^27.4.1",
"@types/jest-axe": "^3.5.3",
"@types/lodash.merge": "^4.6.6",
"@types/node": "^20.10.0",
"@types/react": "18.0.26",
"@types/tinycolor2": "^1.4.3",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.2",
"conventional-changelog-conventionalcommits": "^4.6.3",
"cross-env": "^7.0.3",
"husky": "^8.0.0",
"jest": "^27.5.1",
"jest-axe": "^6.0.0",
"lint-staged": "13.1.0",
"lodash.merge": "^4.6.2",
"np": "^8.0.4",
"prettier": "^2.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "^2.70.1",
"rollup-plugin-typescript2": "^0.31.2",
"semantic-release": "^19.0.2",
"storybook": "7.6.17",
"storybook-dark-mode": "^3.0.3",
"tinycolor2": "^1.4.2",
"typescript": "4.5.5",
"use-debounce": "9.0.2",
"vite": "^5.1.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"babel-jest": "^27.5.1",
"cross-env": "^7.0.3",
"husky": "^8.0.0",
"jest": "^27.5.1",
"jest-axe": "^6.0.0",
"lint-staged": "13.1.0",
"prettier": "^2.1.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
Loading

0 comments on commit 676551c

Please sign in to comment.