Skip to content

Commit

Permalink
Apply yarn upgrade --latest
Browse files Browse the repository at this point in the history
- faker が終了したため @faker-js/faker に変更
  • Loading branch information
nanasess committed Mar 3, 2022
1 parent 4b76107 commit 864662b
Show file tree
Hide file tree
Showing 2 changed files with 1,240 additions and 1,356 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "GPL",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"css-loader": "^6.3.0",
"css-loader": "^6.6.0",
"date-fns": "^2.28.0",
"jquery": "3",
"jquery-colorbox": "^1.6.4",
Expand All @@ -16,27 +16,27 @@
"slick-carousel": "^1.8.1",
"style-loader": "^3.3.0",
"url-loader": "^4.1.1",
"webpack": "^5.55.1"
"webpack": "^5.69.1"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@playwright/test": "^1.17.1",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@faker-js/faker": "^6.0.0-alpha.7",
"@playwright/test": "^1.19.2",
"@types/date-fns": "^2.6.0",
"@types/faker": "^5.5.9",
"@types/faker": "^6.6.9",
"@types/tar": "^6.1.1",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.2",
"browser-sync-webpack-plugin": "^2.3.0",
"eslint": "^8.7.0",
"eslint-config-jquery": "^2.0.0",
"eslint-plugin-import": "^2.18.2",
"faker": "^5.5.3",
"eslint": "^8.10.0",
"eslint-config-jquery": "^3.0.0",
"eslint-plugin-import": "^2.25.4",
"tar": "^6.1.11",
"typescript": "^4.5.5",
"webpack-cli": "^4.8.0",
"typescript": "^4.6.2",
"webpack-cli": "^4.9.2",
"zaproxy": "^1.0.1"
},
"scripts": {
Expand Down
Loading

0 comments on commit 864662b

Please sign in to comment.