Skip to content

Commit

Permalink
Merge pull request #42 from SSWConsulting/fix-dependencies
Browse files Browse the repository at this point in the history
Fixed Depdendency Bug
  • Loading branch information
Harry-Ross authored Sep 11, 2023
2 parents a6ad6cf + ffede5c commit a095d63
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssw.megamenu",
"version": "3.2.0",
"version": "3.2.1",
"files": [
"dist",
"types",
Expand All @@ -9,10 +9,14 @@
"main": "dist/megamenu.js",
"module": "dist/megamenu.mjs",
"types": "types/index.d.ts",
"devDependencies": {
"dependencies": {
"@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"
},
"devDependencies": {
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
Expand All @@ -22,7 +26,6 @@
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.28.5",
"classnames": "^2.3.2",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -33,21 +36,15 @@
"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",
"vite": "^4.1.0",
"vitest": "^0.28.5"
},
"peerDependencies": {
"@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": ">=16.9.0",
"react-dom": ">=16.9.0",
"react-useportal": "^1.0.17"
"react-dom": ">=16.9.0"
},
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit a095d63

Please sign in to comment.