Skip to content

Commit

Permalink
Merge pull request #113 from technote-space/release/next-v0.14.14
Browse files Browse the repository at this point in the history
release: v0.14.15
  • Loading branch information
technote-space authored Feb 26, 2021
2 parents ae6dbac + d4c14f3 commit 7efb341
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 93 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn commitlint -- --edit $1
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
6 changes: 0 additions & 6 deletions .huskyrc

This file was deleted.

18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/ga-framework",
"version": "0.14.14",
"version": "0.14.15",
"description": "GA Framework",
"keywords": [
"genetic algorithm"
Expand Down Expand Up @@ -33,15 +33,18 @@
"lint": "eslint './src/**/*.{ts,tsx}' --cache",
"lint:fix": "eslint --fix './src/**/*.{ts,tsx}'",
"test": "yarn lint",
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit",
"postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install",
"prepublishOnly": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --disable",
"postpublish": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable"
},
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@mui-treasury/layout": "^4.5.0",
"@technote-space/genetic-algorithms-js": "^0.8.16",
"@technote-space/worker-controller": "^0.5.24",
"@technote-space/genetic-algorithms-js": "^0.8.17",
"@technote-space/worker-controller": "^0.5.25",
"chart.js": "^2.9.4",
"clsx": "^1.1.1",
"keycharm": "^0.4.0",
Expand All @@ -65,7 +68,7 @@
"@babel/preset-typescript": "^7.13.0",
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"@types/chart.js": "^2.9.30",
"@types/chart.js": "^2.9.31",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
Expand All @@ -78,8 +81,9 @@
"html-webpack-plugin": "^5.2.0",
"husky": "^5.1.1",
"lint-staged": "^10.5.4",
"typescript": "^4.1.5",
"webpack": "^5.24.0"
"pinst": "^2.1.6",
"typescript": "^4.2.2",
"webpack": "^5.24.2"
},
"publishConfig": {
"access": "public"
Expand Down
File renamed without changes.
172 changes: 92 additions & 80 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 7efb341

Please sign in to comment.