Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyOz committed Dec 27, 2024
1 parent a7a5bcf commit 6afbc50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install Peer Dependencies
run: |
npm install react@18 react-markdown@9 react-syntax-highlighter@15 styled-components@6
- name: Install dependencies
run: |
npm install
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"tests:coverage": "vitest run --coverage"
},
"peerDependencies": {
"react": ">=18",
"react-markdown": ">=9",
"react-syntax-highlighter": ">=15"
"react": "^18.3.1"
},
"dependencies": {
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"styled-components": "^6.1.13"
},
"devDependencies": {
Expand Down

0 comments on commit 6afbc50

Please sign in to comment.