-
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.
* prepare next dev version * Make most visyn entry settings optional * Pin @swc/core to 1.3.37 to avoid entered unreachable code: auto_accessor pass should remove this * Disable cypress/unsafe-to-chain-command rule * prepare release 3.0.1 --------- Co-authored-by: Michael Puehringer <[email protected]>
- Loading branch information
1 parent
43d8dee
commit 6b436cd
Showing
6 changed files
with
368 additions
and
338 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
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,7 +1,7 @@ | ||
{ | ||
"name": "visyn_scripts", | ||
"description": "", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": { | ||
"name": "datavisyn GmbH", | ||
"email": "[email protected]", | ||
|
@@ -34,7 +34,7 @@ | |
"dependencies": { | ||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", | ||
"@svgr/webpack": "^5.5.0", | ||
"@swc/core": "~1.3.35", | ||
"@swc/core": "1.3.37", | ||
"@swc/jest": "~0.2.24", | ||
"@types/jest": "~27.4.1", | ||
"@types/node": "^17.0.24", | ||
|
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
Oops, something went wrong.