Skip to content

Commit 851a05e

Browse files
committed
fix(web): react markdown and parcel bug
1 parent 8fa4319 commit 851a05e

File tree

2 files changed

+484
-620
lines changed

2 files changed

+484
-620
lines changed

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@kleros/kleros-v2-prettier-config": "workspace:^",
4242
"@kleros/kleros-v2-tsconfig": "workspace:^",
4343
"@netlify/functions": "^1.6.0",
44-
"@parcel/transformer-svg-react": "~2.9.0",
44+
"@parcel/transformer-svg-react": "~2.8.0",
4545
"@parcel/watcher": "~2.2.0",
4646
"@types/amqplib": "^0.10.1",
4747
"@types/busboy": "^1.5.0",
@@ -58,6 +58,7 @@
5858
"eslint-plugin-react": "^7.33.0",
5959
"eslint-plugin-react-hooks": "^4.6.0",
6060
"lru-cache": "^7.18.3",
61+
"parcel": "~2.8.0",
6162
"typescript": "^4.9.5"
6263
},
6364
"dependencies": {
@@ -78,7 +79,6 @@
7879
"graphql": "^16.7.1",
7980
"graphql-request": "~6.1.0",
8081
"moment": "^2.29.4",
81-
"parcel": "~2.9.0",
8282
"react": "^18.2.0",
8383
"react-chartjs-2": "^4.3.1",
8484
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)