Skip to content

Commit c7d6cd9

Browse files
Merge pull request #34 from technote-space/release/next-v0.1.14
release: v0.1.15
2 parents e51376b + 42772c3 commit c7d6cd9

File tree

2 files changed

+1812
-2813
lines changed

2 files changed

+1812
-2813
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.14",
3+
"version": "0.1.15",
44
"description": "Hello Genetic Algorithm",
55
"keywords": [
66
"genetic algorithm"
@@ -32,9 +32,9 @@
3232
"watch": "yarn kill && NODE_ENV=none DEV_SERVER_PORT=$npm_package_port webpack serve"
3333
},
3434
"dependencies": {
35-
"@material-ui/core": "^4.11.4",
36-
"@technote-space/ga-framework": "^0.14.16",
37-
"@technote-space/genetic-algorithms-js": "^0.8.18",
35+
"@material-ui/core": "^4.12.3",
36+
"@technote-space/ga-framework": "^0.14.19",
37+
"@technote-space/genetic-algorithms-js": "^0.8.23",
3838
"axios": "^0.21.1",
3939
"encoding-japanese": "^1.0.30",
4040
"fast-levenshtein": "^3.0.0",
@@ -44,40 +44,40 @@
4444
"sprintf-js": "^1.1.2"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.14.3",
48-
"@babel/plugin-proposal-class-properties": "^7.13.0",
49-
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
50-
"@babel/plugin-transform-react-inline-elements": "^7.12.13",
51-
"@babel/preset-env": "^7.14.2",
52-
"@babel/preset-flow": "^7.13.13",
53-
"@babel/preset-react": "^7.13.13",
54-
"@babel/preset-typescript": "^7.13.0",
55-
"@commitlint/cli": "^12.1.4",
56-
"@commitlint/config-conventional": "^12.1.4",
57-
"@types/encoding-japanese": "^1.0.17",
58-
"@types/fast-levenshtein": "^0.0.1",
59-
"@types/file-saver": "^2.0.2",
60-
"@typescript-eslint/eslint-plugin": "^4.25.0",
61-
"@typescript-eslint/parser": "^4.25.0",
47+
"@babel/core": "^7.15.0",
48+
"@babel/plugin-proposal-class-properties": "^7.14.5",
49+
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
50+
"@babel/plugin-transform-react-inline-elements": "^7.14.5",
51+
"@babel/preset-env": "^7.15.0",
52+
"@babel/preset-flow": "^7.14.5",
53+
"@babel/preset-react": "^7.14.5",
54+
"@babel/preset-typescript": "^7.15.0",
55+
"@commitlint/cli": "^13.1.0",
56+
"@commitlint/config-conventional": "^13.1.0",
57+
"@types/encoding-japanese": "^1.0.18",
58+
"@types/fast-levenshtein": "^0.0.2",
59+
"@types/file-saver": "^2.0.3",
60+
"@typescript-eslint/eslint-plugin": "^4.29.3",
61+
"@typescript-eslint/parser": "^4.29.3",
6262
"babel-loader": "^8.2.2",
6363
"babel-plugin-react-html-attrs": "^3.0.5",
6464
"babel-plugin-transform-class-properties": "^6.24.1",
65-
"copy-webpack-plugin": "^9.0.0",
66-
"eslint": "^7.27.0",
67-
"eslint-plugin-react": "^7.23.2",
65+
"copy-webpack-plugin": "^9.0.1",
66+
"eslint": "^7.32.0",
67+
"eslint-plugin-react": "^7.24.0",
6868
"eslint-plugin-react-hooks": "^4.2.0",
6969
"file-loader": "^6.2.0",
7070
"html-loader": "^2.1.2",
71-
"html-webpack-plugin": "^5.3.1",
72-
"husky": "^6.0.0",
71+
"html-webpack-plugin": "^5.3.2",
72+
"husky": "^7.0.2",
7373
"license-checker-webpack-plugin": "^0.2.1",
74-
"lint-staged": "^11.0.0",
75-
"terser-webpack-plugin": "^5.1.2",
76-
"typescript": "^4.3.2",
77-
"webpack": "^5.38.1",
78-
"webpack-cli": "^4.7.0",
79-
"webpack-dev-server": "^3.11.2",
80-
"webpack-merge": "^5.7.3"
74+
"lint-staged": "^11.1.2",
75+
"terser-webpack-plugin": "^5.1.4",
76+
"typescript": "^4.4.2",
77+
"webpack": "^5.51.1",
78+
"webpack-cli": "^4.8.0",
79+
"webpack-dev-server": "^4.0.0",
80+
"webpack-merge": "^5.8.0"
8181
},
8282
"port": 5000
8383
}

0 commit comments

Comments
 (0)