Skip to content

Commit

Permalink
fix dependency errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Nov 1, 2024
1 parent 5f0bade commit dddf025
Show file tree
Hide file tree
Showing 2 changed files with 729 additions and 17 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@babel/cli": "7.25.9",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@eslint/compat": "1.2.2",
Expand Down Expand Up @@ -113,9 +114,7 @@
"resolutions": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"postcss": "^8.3.11",
"jackspeak": "2.3.6",
"strip-ansi": "6.0.1"
"postcss": "^8.3.11"
},
"peerDependencies": {
"@types/react": "^18.0.0",
Expand Down Expand Up @@ -189,4 +188,4 @@
"prefer-alphabetical-devDependencies": "error"
}
}
}
}
Loading

0 comments on commit dddf025

Please sign in to comment.