Skip to content

Commit b1ad8cd

Browse files
chore: update packages
1 parent eb57d8d commit b1ad8cd

File tree

2 files changed

+533
-592
lines changed

2 files changed

+533
-592
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
"check-types": "tsc",
2525
"clean": "rm -rf node_modules* build*",
2626
"clear": "rm -rf build*",
27-
"dev": "yarn clear && NODE_ENV=development webpack --progress --config webpack.dev.js",
27+
"dev": "yarn clear && NODE_ENV=development webpack --progress --config webpack.dev.js",
2828
"kill": "lsof -i:$npm_package_port -t | xargs kill -9",
2929
"lint": "eslint './src/**/*.{ts,js,jsx}' --cache",
3030
"lint:fix": "eslint './src/**/*.{ts,js,jsx}' --fix",
3131
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit",
3232
"watch": "yarn kill && NODE_ENV=none DEV_SERVER_PORT=$npm_package_port webpack serve"
3333
},
3434
"dependencies": {
35-
"@material-ui/core": "^4.12.3",
36-
"@technote-space/ga-framework": "^0.14.21",
35+
"@mui/material": "^5.11.2",
36+
"@technote-space/ga-framework": "^0.15.1",
3737
"@technote-space/genetic-algorithms-js": "^0.8.27",
3838
"axios": "^1.2.1",
3939
"encoding-japanese": "^2.0.0",
@@ -44,9 +44,9 @@
4444
"sprintf-js": "^1.1.2"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.20.5",
47+
"@babel/core": "^7.20.7",
4848
"@babel/plugin-proposal-class-properties": "^7.18.6",
49-
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
49+
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
5050
"@babel/plugin-transform-react-inline-elements": "^7.18.6",
5151
"@babel/preset-env": "^7.20.2",
5252
"@babel/preset-flow": "^7.18.6",
@@ -57,8 +57,8 @@
5757
"@types/encoding-japanese": "^2.0.1",
5858
"@types/fast-levenshtein": "^0.0.2",
5959
"@types/file-saver": "^2.0.5",
60-
"@typescript-eslint/eslint-plugin": "^5.47.0",
61-
"@typescript-eslint/parser": "^5.47.0",
60+
"@typescript-eslint/eslint-plugin": "^5.47.1",
61+
"@typescript-eslint/parser": "^5.47.1",
6262
"babel-loader": "^9.1.0",
6363
"babel-plugin-react-html-attrs": "^3.0.5",
6464
"babel-plugin-transform-class-properties": "^6.24.1",
@@ -79,5 +79,5 @@
7979
"webpack-dev-server": "^4.11.1",
8080
"webpack-merge": "^5.8.0"
8181
},
82-
"port": 5000
82+
"port": 5001
8383
}

0 commit comments

Comments
 (0)