Skip to content

Commit

Permalink
deps: pin @swc/core to 1.3.95 (#47)
Browse files Browse the repository at this point in the history
### Developer Checklist (Definition of Done)

**Issue**

- [ ] All acceptance criteria from the issue are met
- [ ] Tested in latest Chrome/Firefox

**UI/UX/Vis**

- [ ] Requires UI/UX/Vis review
  - [ ] Reviewer(s) are notified (_tag assignees_)
  - [ ] Review has occurred (_link to notes_)
  - [ ] Feedback is included in this PR
  - [ ] Reviewer(s) approve of concept and design

**Code**

- [ ] Branch is up-to-date with the branch to be merged with, i.e.,
develop
- [ ] Code is cleaned up and formatted
- [ ] Unit tests are written (frontend/backend if applicable)
- [ ] Integration tests are written (if applicable)

**PR**

- [ ] Descriptive title for this pull request is provided (will be used
for release notes later)
- [ ] Reviewer and assignees are defined
- [ ] Add type label (e.g., *bug*, *feature*) to this pull request
- [ ] Add release label (e.g., `release: minor`) to this PR following
[semver](https://semver.org/)
- [ ] The PR is connected to the corresponding issue (via `Closes #...`)
- [ ] [Summary of changes](#summary-of-changes) is written


### Summary of changes
- pin @swc/core version to 1.3.95 as there was an webpack error
appearing in bioinsight on production builds
- `Uncaught TypeError: Cannot read properties of undefined (reading
'random')
    at jstat.js:113:25`

### Screenshots
Fixed error in bioinsight:

![image](https://github.com/datavisyn/visyn_scripts/assets/101096478/b2696134-9b63-4b73-8cb4-dbe1a27eb63f)
  • Loading branch information
puehringer authored Nov 7, 2023
2 parents e6f5d4b + 8002c29 commit 2c25670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@svgr/webpack": "^6.5.1",
"@swc/core": "~1.3.77",
"@swc/core": "1.3.95",
"@swc/jest": "~0.2.24",
"@types/jest": "~27.4.1",
"@types/node": "^17.0.45",
Expand Down

0 comments on commit 2c25670

Please sign in to comment.