Skip to content

Commit

Permalink
Downgrade Parcel to 2.6.2
Browse files Browse the repository at this point in the history
Because of parcel-bundler/parcel#8624
Can’t use 7.0.0 because of parcel-bundler/parcel#8413

Fix #734
Fix #735
  • Loading branch information
EtienneLem committed Nov 18, 2022
1 parent a223161 commit b071368
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 431 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"devDependencies": {
"@babel/core": "7.18.9",
"@babel/plugin-transform-modules-commonjs": "7.18.6",
"@parcel/packager-ts": "2.8.0",
"@parcel/transformer-inline-string": "2.8.0",
"@parcel/transformer-sass": "2.8.0",
"@parcel/transformer-typescript-types": "2.8.0",
"@parcel/packager-ts": "2.6.2",
"@parcel/transformer-inline-string": "2.6.2",
"@parcel/transformer-sass": "2.6.2",
"@parcel/transformer-typescript-types": "2.6.2",
"jest-environment-jsdom": "28.0.0",
"jest": "^28.1.3",
"parcel": "2.8.0",
"parcel": "2.6.2",
"prettier": "2.5.1",
"ts-jest": "^28.0.7",
"typescript": "4.6.4"
Expand Down
Loading

0 comments on commit b071368

Please sign in to comment.