Skip to content

Commit

Permalink
update chord-chart-studio
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Nov 29, 2023
1 parent 987814b commit d419bb9
Show file tree
Hide file tree
Showing 16 changed files with 276 additions and 86 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "The official ChordMark editor",
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@size-limit/preset-app": "^11.0.0",
"@size-limit/webpack": "^11.0.0",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/chord-chart-studio/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-EGKBT2J600');</script><link rel="icon" href="app/favicon.png"><script defer="defer" src="app/vendors.5259002e813a556845f4.js"></script><script defer="defer" src="app/main.5259002e813a556845f4.js"></script><link href="app/css/main.5259002e813a556845f4.css" rel="stylesheet"></head><body><div id="app" class="theme-dark"></div></body></html>
gtag('config', 'G-EGKBT2J600');</script><link rel="icon" href="app/favicon.png"><script defer="defer" src="app/vendors.9882e8aea1e73c280a4d.js"></script><script defer="defer" src="app/main.9882e8aea1e73c280a4d.js"></script><link href="app/css/main.9882e8aea1e73c280a4d.css" rel="stylesheet"></head><body><div id="app" class="theme-dark"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ See the Apache Version 2.0 License for specific language governing permissions
and limitations under the 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.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/ */
Expand Down

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/chord-chart-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"react-test-renderer": "^18.2.0"
},
"dependencies": {
"chord-mark": "^0.14.0",
"chord-mark-converters": "^0.14.0",
"chord-mark-themes": "^0.14.0",
"chord-mark": "^0.15.0",
"chord-mark-converters": "^0.15.0",
"chord-mark-themes": "^0.15.0",
"chord-symbol": "^4.0.0",
"chord-symbol-ultimateguitar": "^4.0.0",
"combine-section-reducers": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/chord-chart-studio/src/core/getVersions.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default () => ({'chord-chart-studio':'v0.14.0','chord-symbol':'v4.0.0','chord-mark':'v0.14.0'});
export default () => ({'chord-chart-studio':'v0.14.0','chord-symbol':'v4.0.0','chord-mark':'v0.15.0'});
4 changes: 2 additions & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@docusaurus/preset-classic": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@svgr/webpack": "^8.1.0",
"chord-mark": "^0.14.0",
"chord-mark-themes": "^0.14.0",
"chord-mark": "^0.15.0",
"chord-mark-themes": "^0.15.0",
"clsx": "^2.0.0",
"dompurify": "^3.0.6",
"file-loader": "^6.2.0",
Expand Down
Loading

0 comments on commit d419bb9

Please sign in to comment.