Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Dec 23, 2023
1 parent 9fb5608 commit 4967bdb
Show file tree
Hide file tree
Showing 13 changed files with 1,901 additions and 1,110 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
110 changes: 55 additions & 55 deletions package.json
@@ -1,57 +1,57 @@
{
"name": "chord-mark-monorepo",
"private": true,
"version": "0.8.0",
"description": "Chord Charts. Reinvented!",
"license": "MIT",
"engines": {
"node": ">=16.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/no-chris/chord-mark.git"
},
"bugs": {
"url": "https://github.com/no-chris/chord-mark/issues"
},
"homepage": "https://github.com/no-chris/chord-mark#readme",
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@size-limit/preset-small-lib": "^11.0.0",
"babel-jest": "^29.7.0",
"babel-loader": "9.1.3",
"css-loader": "^6.8.1",
"eslint": "^8.54.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-react": "^7.33.2",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^8.0.0",
"mini-css-extract-plugin": "^2.7.6",
"prettier": "^3.1.0",
"raw-loader": "^4.0.2",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"size-limit": "^11.0.0",
"sloc": "^0.2.1",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"scripts": {
"build": "npm run lint && npm run format && npm run test && lerna run build",
"lint": "eslint packages",
"format": "prettier --write \"**/*.{js,jsx,json,ts,md,scss,css}\"",
"test": "jest"
},
"workspaces": [
"packages/*"
],
"packageManager": "yarn@4.0.2"
"name": "chord-mark-monorepo",
"private": true,
"version": "0.8.0",
"description": "Chord Charts. Reinvented!",
"license": "MIT",
"engines": {
"node": ">=16.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/no-chris/chord-mark.git"
},
"bugs": {
"url": "https://github.com/no-chris/chord-mark/issues"
},
"homepage": "https://github.com/no-chris/chord-mark#readme",
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@size-limit/preset-small-lib": "^11.0.1",
"babel-jest": "^29.7.0",
"babel-loader": "9.1.3",
"css-loader": "^6.8.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-react": "^7.33.2",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^8.0.1",
"mini-css-extract-plugin": "^2.7.6",
"prettier": "^3.1.1",
"raw-loader": "^4.0.2",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"size-limit": "^11.0.1",
"sloc": "^0.2.1",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"scripts": {
"build": "npm run lint && npm run format && npm run test && lerna run build",
"lint": "eslint packages",
"format": "prettier --write \"**/*.{js,jsx,json,ts,md,scss,css}\"",
"test": "jest"
},
"workspaces": [
"packages/*"
],
"packageManager": "yarn@4.0.2"
}
525 changes: 443 additions & 82 deletions packages/chord-mark-converters/lib/chord-mark-converters.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions packages/chord-mark/SLOC
Expand Up @@ -2,53 +2,53 @@ Source code:

---------- Result ------------

Physical : 3095
Source : 2284
Comment : 433
Single-line comment : 27
Block comment : 406
Physical : 3406
Source : 2523
Comment : 464
Single-line comment : 39
Block comment : 425
Mixed : 19
Empty block comment : 0
Empty : 397
Empty : 438
To Do : 0

Number of files read : 61
Number of files read : 64

----------------------------

Tests:

---------- Result ------------

Physical : 8723
Source : 7998
Comment : 23
Single-line comment : 23
Block comment : 0
Mixed : 13
Physical : 9145
Source : 8374
Comment : 61
Single-line comment : 44
Block comment : 17
Mixed : 14
Empty block comment : 0
Empty : 715
Empty : 724
To Do : 0

Number of files read : 49
Number of files read : 50

----------------------------

Total:

---------- Result ------------

Physical : 11818
Source : 10282
Comment : 456
Single-line comment : 50
Block comment : 406
Mixed : 32
Physical : 12551
Source : 10897
Comment : 525
Single-line comment : 83
Block comment : 442
Mixed : 33
Empty block comment : 0
Empty : 1112
Empty : 1162
To Do : 0

Number of files read : 110
Number of files read : 114

----------------------------

0 comments on commit 4967bdb

Please sign in to comment.