Skip to content

Commit

Permalink
chore(deps): update dependency parcel to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 7, 2023
1 parent 38e820d commit 26b5954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
},
"devDependencies": {
"@babel/runtime": "~7.21.0",
"@parcel/transformer-less": "~2.8.3",
"@parcel/transformer-less": "^2.9.1",
"@parcel/transformer-react-refresh-wrap": "^2.9.1",
"compile-less-cli": "~1.8.13",
"less": "~4.1.3",
"parcel": "~2.8.3",
"parcel": "^2.9.1",
"react-test-renderer": "~18.2.0",
"tsbb": "4.1.5"
},
"dependencies": {
"@parcel/transformer-react-refresh-wrap": "~2.8.3",
"classnames": "~2.3.2",
"react": "~18.2.0",
"react-dom": "~18.2.0"
Expand Down

0 comments on commit 26b5954

Please sign in to comment.