Skip to content

Commit

Permalink
Merge pull request #43 from SSWConsulting/react-usehook-fix
Browse files Browse the repository at this point in the history
Changed react-useportal From External Dependency
  • Loading branch information
Harry-Ross authored Sep 11, 2023
2 parents a095d63 + 85bf628 commit e213613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"classnames": "^2.3.2",
"react-useportal": "^1.0.17"
"classnames": "^2.3.2"
},
"devDependencies": {
"@testing-library/dom": "^9.0.0",
Expand All @@ -36,6 +35,7 @@
"prettier": "2.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-useportal": "^1.0.17",
"stylelint": "^14.16.1",
"stylelint-config-recommended": "^9.0.0",
"typescript": "^4.9.5",
Expand Down
4 changes: 2 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ export default defineConfig({
"classnames",
"@fortawesome/fontawesome-svg-core",
"@fortawesome/free-solid-svg-icons",
"@fortawesome/react-fontawesome",
"react-useportal"
"@fortawesome/react-fontawesome",
],
output: {
globals: {
react: 'React',
'react-dom': 'ReactDOM',
"classnames": "cs",
},
},
},
Expand Down

0 comments on commit e213613

Please sign in to comment.