-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] remove "import" statements in CJS bundle by downgrade to Parcel…
… 2.6
- Loading branch information
Showing
3 changed files
with
369 additions
and
372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "idea-react", | ||
"version": "0.26.9", | ||
"version": "0.26.10", | ||
"license": "LGPL-3.0", | ||
"author": "[email protected]", | ||
"description": "A React advanced components library based on TypeScript & Bootstrap, built by idea2app remote developers team.", | ||
|
@@ -38,9 +38,9 @@ | |
"web-utility": "^3.9.2" | ||
}, | ||
"devDependencies": { | ||
"@parcel/packager-ts": "~2.7.0", | ||
"@parcel/transformer-less": "~2.7.0", | ||
"@parcel/transformer-typescript-types": "~2.7.0", | ||
"@parcel/packager-ts": "~2.6.2", | ||
"@parcel/transformer-less": "~2.6.2", | ||
"@parcel/transformer-typescript-types": "~2.6.2", | ||
"@types/lodash": "^4.14.184", | ||
"@types/node": "^14.18.27", | ||
"@types/prismjs": "^1.26.0", | ||
|
@@ -50,7 +50,7 @@ | |
"less": "^4.1.3", | ||
"lint-staged": "^13.0.3", | ||
"open-cli": "^7.0.1", | ||
"parcel": "~2.7.0", | ||
"parcel": "~2.6.2", | ||
"prettier": "^2.7.1", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.23.14", | ||
|
Oops, something went wrong.
74e7fb1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for idea-react ready!
✅ Preview
https://idea-react-82sglyjrx-stevending1st.vercel.app
Built with commit 74e7fb1.
This pull request is being automatically deployed with vercel-action