Skip to content

Commit 412a13e

Browse files
committed
chore(web): pinning the parcel version to exactly 2.8.3
1 parent 11bc7e6 commit 412a13e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.8.0",
44+
"@parcel/transformer-svg-react": "2.8.3",
4545
"@parcel/watcher": "~2.2.0",
4646
"@types/amqplib": "^0.10.1",
4747
"@types/busboy": "^1.5.0",
@@ -58,7 +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",
61+
"parcel": "2.8.3",
6262
"typescript": "^4.9.5"
6363
},
6464
"dependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5257,7 +5257,7 @@ __metadata:
52575257
"@kleros/kleros-v2-tsconfig": "workspace:^"
52585258
"@kleros/ui-components-library": ^2.6.1
52595259
"@netlify/functions": ^1.6.0
5260-
"@parcel/transformer-svg-react": ~2.8.0
5260+
"@parcel/transformer-svg-react": 2.8.3
52615261
"@parcel/watcher": ~2.2.0
52625262
"@sentry/react": ^7.55.2
52635263
"@sentry/tracing": ^7.55.2
@@ -5288,7 +5288,7 @@ __metadata:
52885288
graphql-request: ~6.1.0
52895289
lru-cache: ^7.18.3
52905290
moment: ^2.29.4
5291-
parcel: ~2.8.0
5291+
parcel: 2.8.3
52925292
react: ^18.2.0
52935293
react-chartjs-2: ^4.3.1
52945294
react-dom: ^18.2.0
@@ -7039,7 +7039,7 @@ __metadata:
70397039
languageName: node
70407040
linkType: hard
70417041

7042-
"@parcel/transformer-svg-react@npm:~2.8.0":
7042+
"@parcel/transformer-svg-react@npm:2.8.3":
70437043
version: 2.8.3
70447044
resolution: "@parcel/transformer-svg-react@npm:2.8.3"
70457045
dependencies:
@@ -24214,7 +24214,7 @@ __metadata:
2421424214
languageName: node
2421524215
linkType: hard
2421624216

24217-
"parcel@npm:~2.8.0":
24217+
"parcel@npm:2.8.3":
2421824218
version: 2.8.3
2421924219
resolution: "parcel@npm:2.8.3"
2422024220
dependencies:

0 commit comments

Comments
 (0)