Skip to content

Commit

Permalink
モジュールの依存を更新。
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Jun 24, 2023
1 parent b492cda commit bde101d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"utils": "/utils"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
Expand All @@ -99,7 +99,7 @@
"@types/shell-quote": "^1.7.1",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"babel-loader": "^9.1.0",
"babel-loader": "^9.1.2",
"browserslist": "^4.20.3",
"buffer": "^6.0.3",
"chai": "^4.3.6",
Expand All @@ -113,15 +113,14 @@
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"fetch-mock": "^9.11.0",
"eslint-plugin-react": "^7.25.3",
"fetch-mock": "^9.10.10",
"hotkeys-js": "^3.9.4",
"markdownlint": "^0.28.1",
"markdownlint-cli": "^0.33.0",
"mocha": "^10.0.0",
"mocha-css": "^1.0.1",
"module-alias": "^2.2.2",
"npm-check-updates": "^16.6.2",
Expand All @@ -134,11 +133,11 @@
"react-dom": "^18.2.0",
"regenerator-runtime": "^0.13.9",
"source-map": "^0.7.3",
"standard": "^17.0.0",
"standard": "^17.1.0",
"stats-webpack-plugin": "^0.7.0",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"stylelint": "^15.4",
"stylelint": "^15.9.0",
"terser-webpack-plugin": "^5.3.1",
"testdouble": "^3.16.5",
"typescript": "^5.0.3",
Expand All @@ -154,6 +153,7 @@
"html": "^1.0.0",
"iconv-lite": "^0.6.3",
"marked": "^4.0.16",
"mocha": "^10.2.0",
"node-fetch": "^3.2.4",
"opener": "^1.5.2",
"shell-quote": "^1.7.3"
Expand Down

0 comments on commit bde101d

Please sign in to comment.