-
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.
- Loading branch information
Showing
39 changed files
with
21,038 additions
and
19,550 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v16 | ||
v20 |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: node-modules |
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 |
---|---|---|
|
@@ -4,46 +4,46 @@ | |
"version": "0.9.0", | ||
"description": "The official ChordMark editor", | ||
"devDependencies": { | ||
"@babel/cli": "^7.16.7", | ||
"@babel/core": "^7.16.7", | ||
"@babel/preset-env": "^7.16.7", | ||
"@babel/preset-react": "^7.16.7", | ||
"@size-limit/preset-app": "^8.1.0", | ||
"@size-limit/webpack": "^8.1.0", | ||
"babel-jest": "^29.2.1", | ||
"babel-loader": "^9.1.2", | ||
"@babel/cli": "^7.23.4", | ||
"@babel/core": "^7.23.3", | ||
"@babel/preset-env": "^7.23.3", | ||
"@babel/preset-react": "^7.23.3", | ||
"@size-limit/preset-app": "^11.0.0", | ||
"@size-limit/webpack": "^11.0.0", | ||
"babel-jest": "^29.7.0", | ||
"babel-loader": "^9.1.3", | ||
"clean-webpack-plugin": "^4.0.0", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"css-loader": "^6.5.1", | ||
"css-minimizer-webpack-plugin": "^4.2.1", | ||
"css-loader": "^6.8.1", | ||
"css-minimizer-webpack-plugin": "^5.0.1", | ||
"deep-freeze": "0.0.1", | ||
"eslint": "^8.6.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint": "^8.54.0", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-jam3": "^0.2.3", | ||
"eslint-plugin-no-unsanitized": "^4.0.0", | ||
"eslint-plugin-react": "^7.28.0", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"eslint-plugin-no-unsanitized": "^4.0.2", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"file-loader": "^6.2.0", | ||
"generate-changelog": "^1.8.0", | ||
"html-webpack-inline-source-plugin": "0.0.10", | ||
"html-webpack-plugin": "^5.4.0", | ||
"jest": "^29.2.1", | ||
"jest-localstorage-mock": "^2.4.14", | ||
"lerna": "^6.0.1", | ||
"long": "^5.1.0", | ||
"mini-css-extract-plugin": "^2.0.0", | ||
"prettier": "^2.4.1", | ||
"regenerator-runtime": "^0.13.7", | ||
"sass": "^1.45.2", | ||
"sass-loader": "^13.1.0", | ||
"size-limit": "^8.1.0", | ||
"sloc": "^0.2.1", | ||
"terser-webpack-plugin": "^5.1.4", | ||
"webpack": "^5.36.2", | ||
"webpack-bundle-analyzer": "^4.4.2", | ||
"webpack-cli": "^5.0.1", | ||
"webpack-dev-server": "^4.7.2", | ||
"webpack-merge": "^5.8.0" | ||
"html-webpack-plugin": "^5.5.3", | ||
"jest": "^29.7.0", | ||
"jest-localstorage-mock": "^2.4.26", | ||
"lerna": "^8.0.0", | ||
"long": "^5.2.3", | ||
"mini-css-extract-plugin": "^2.7.6", | ||
"prettier": "^3.1.0", | ||
"regenerator-runtime": "^0.14.0", | ||
"sass": "^1.69.5", | ||
"sass-loader": "^13.3.2", | ||
"size-limit": "^11.0.0", | ||
"sloc": "0.2.1", | ||
"terser-webpack-plugin": "^5.3.9", | ||
"webpack": "^5.89.0", | ||
"webpack-bundle-analyzer": "^4.10.1", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^4.15.1", | ||
"webpack-merge": "^5.10.0" | ||
}, | ||
"engines": { | ||
"node": ">=16.0" | ||
|
@@ -59,11 +59,14 @@ | |
"build": "npm run lint && npm run format && npm run test && lerna run build && cp -rf packages/chord-chart-studio/build/* packages/documentation/build/app", | ||
"lint": "eslint packages", | ||
"format": "prettier --write \"**/*.{js,jsx,json,ts,md,scss,css}\"", | ||
"test": "jest", | ||
"up": "yarn install && lerna exec yarn install && yarn upgrade && lerna exec yarn upgrade" | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"jest-environment-jsdom": "^29.2.1", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-text-transformer": "^1.0.4" | ||
} | ||
}, | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"packageManager": "[email protected]" | ||
} |
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
1 change: 0 additions & 1 deletion
1
packages/chord-chart-studio/build/css/main.0e66e27a38fc787df7c2.css.map
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...o/build/css/main.0e66e27a38fc787df7c2.css → ...o/build/css/main.5259002e813a556845f4.css
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
packages/chord-chart-studio/build/css/main.5259002e813a556845f4.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
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
3 changes: 0 additions & 3 deletions
3
packages/chord-chart-studio/build/main.0e66e27a38fc787df7c2.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/chord-chart-studio/build/main.0e66e27a38fc787df7c2.js.map
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
packages/chord-chart-studio/build/main.5259002e813a556845f4.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
packages/chord-chart-studio/build/main.5259002e813a556845f4.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
packages/chord-chart-studio/build/vendors.0e66e27a38fc787df7c2.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/chord-chart-studio/build/vendors.0e66e27a38fc787df7c2.js.map
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
packages/chord-chart-studio/build/vendors.5259002e813a556845f4.js
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -13,9 +13,9 @@ See the Apache Version 2.0 License for specific language governing permissions | |
and limitations under the License. | ||
***************************************************************************** */ | ||
|
||
/*! @license DOMPurify 2.4.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.4/LICENSE */ | ||
/*! @license DOMPurify 2.4.7 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.7/LICENSE */ | ||
|
||
/*! @license DOMPurify 3.0.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.0/LICENSE */ | ||
/*! @license DOMPurify 3.0.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.6/LICENSE */ | ||
|
||
/*! Universal Router | MIT License | https://www.kriasoft.com/universal-router/ */ | ||
|
||
|
@@ -82,9 +82,9 @@ and limitations under the License. | |
/** | ||
* filesize | ||
* | ||
* @copyright 2022 Jason Mulligan <[email protected]> | ||
* @copyright 2023 Jason Mulligan <[email protected]> | ||
* @license BSD-3-Clause | ||
* @version 10.0.6 | ||
* @version 10.1.0 | ||
*/ | ||
|
||
/** @license React v16.13.1 | ||
|
1 change: 1 addition & 0 deletions
1
packages/chord-chart-studio/build/vendors.5259002e813a556845f4.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
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,2 +1,2 @@ | ||
@import './abstract'; | ||
@import '../node_modules/chord-mark-themes/scss/chordMarkThemes'; | ||
@import '../../../node_modules/chord-mark-themes/scss/chordMarkThemes'; |
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
Oops, something went wrong.