Skip to content

Commit b54d165

Browse files
Merge pull request #25 from technote-space/release/next-v0.1.12
release: v0.1.13
2 parents 885238a + 5669160 commit b54d165

File tree

2 files changed

+1646
-1860
lines changed

2 files changed

+1646
-1860
lines changed

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/hello-genetic-algorithm",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Hello Genetic Algorithm",
55
"keywords": [
66
"genetic algorithm"
@@ -32,10 +32,10 @@
3232
"watch": "yarn kill && NODE_ENV=none DEV_SERVER_PORT=$npm_package_port webpack serve"
3333
},
3434
"dependencies": {
35-
"@material-ui/core": "^4.11.2",
36-
"@technote-space/ga-framework": "^0.14.12",
37-
"@technote-space/genetic-algorithms-js": "^0.8.11",
38-
"axios": "^0.21.0",
35+
"@material-ui/core": "^4.11.3",
36+
"@technote-space/ga-framework": "^0.14.13",
37+
"@technote-space/genetic-algorithms-js": "^0.8.16",
38+
"axios": "^0.21.1",
3939
"encoding-japanese": "^1.0.30",
4040
"fast-levenshtein": "^3.0.0",
4141
"file-saver": "^2.0.5",
@@ -44,40 +44,40 @@
4444
"sprintf-js": "^1.1.2"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.12.10",
48-
"@babel/plugin-proposal-class-properties": "^7.12.1",
49-
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
50-
"@babel/plugin-transform-react-inline-elements": "^7.12.1",
51-
"@babel/preset-env": "^7.12.10",
52-
"@babel/preset-flow": "^7.12.1",
53-
"@babel/preset-react": "^7.12.10",
54-
"@babel/preset-typescript": "^7.12.7",
55-
"@commitlint/cli": "^11.0.0",
56-
"@commitlint/config-conventional": "^11.0.0",
57-
"@types/encoding-japanese": "^1.0.16",
47+
"@babel/core": "^7.13.1",
48+
"@babel/plugin-proposal-class-properties": "^7.13.0",
49+
"@babel/plugin-proposal-object-rest-spread": "^7.13.0",
50+
"@babel/plugin-transform-react-inline-elements": "^7.12.13",
51+
"@babel/preset-env": "^7.13.5",
52+
"@babel/preset-flow": "^7.12.13",
53+
"@babel/preset-react": "^7.12.13",
54+
"@babel/preset-typescript": "^7.13.0",
55+
"@commitlint/cli": "^12.0.0",
56+
"@commitlint/config-conventional": "^12.0.0",
57+
"@types/encoding-japanese": "^1.0.17",
5858
"@types/fast-levenshtein": "^0.0.1",
5959
"@types/file-saver": "^2.0.1",
60-
"@typescript-eslint/eslint-plugin": "^4.9.1",
61-
"@typescript-eslint/parser": "^4.9.1",
60+
"@typescript-eslint/eslint-plugin": "^4.15.2",
61+
"@typescript-eslint/parser": "^4.15.2",
6262
"babel-loader": "^8.2.2",
6363
"babel-plugin-react-html-attrs": "^3.0.5",
6464
"babel-plugin-transform-class-properties": "^6.24.1",
6565
"copy-webpack-plugin": "^7.0.0",
66-
"eslint": "^7.15.0",
67-
"eslint-plugin-react": "^7.21.5",
66+
"eslint": "^7.20.0",
67+
"eslint-plugin-react": "^7.22.0",
6868
"eslint-plugin-react-hooks": "^4.2.0",
6969
"file-loader": "^6.2.0",
70-
"html-loader": "^1.3.2",
71-
"html-webpack-plugin": "^4.5.0",
72-
"husky": "^4.3.5",
73-
"license-checker-webpack-plugin": "^0.2.0",
74-
"lint-staged": "^10.5.3",
75-
"terser-webpack-plugin": "^5.0.3",
76-
"typescript": "^4.1.2",
77-
"webpack": "^5.10.0",
78-
"webpack-cli": "^4.2.0",
79-
"webpack-dev-server": "^3.11.0",
80-
"webpack-merge": "^5.5.0"
70+
"html-loader": "^2.1.1",
71+
"html-webpack-plugin": "^5.2.0",
72+
"husky": "^5.1.1",
73+
"license-checker-webpack-plugin": "^0.2.1",
74+
"lint-staged": "^10.5.4",
75+
"terser-webpack-plugin": "^5.1.1",
76+
"typescript": "^4.2.2",
77+
"webpack": "^5.24.2",
78+
"webpack-cli": "^4.5.0",
79+
"webpack-dev-server": "^3.11.2",
80+
"webpack-merge": "^5.7.3"
8181
},
8282
"port": 5000
8383
}

0 commit comments

Comments
 (0)