Skip to content

Commit

Permalink
Merge pull request #527 from nanasess/apply-yarn-upgrade
Browse files Browse the repository at this point in the history
Apply yarn upgrade --latest
  • Loading branch information
Kiyotaka Oku authored Mar 16, 2022
2 parents 79562fb + ddadb44 commit 9e449ac
Show file tree
Hide file tree
Showing 5 changed files with 1,245 additions and 1,361 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/test/admin/system/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { test, expect, chromium, Page } from '@playwright/test';
import { ZapClient, Mode, ContextType } from '../../../utils/ZapClient';
import * as faker from 'faker/locale/ja';
import * as fakerEn from 'faker/locale/en';
import * as faker from '@faker-js/faker/locale/ja';
import * as fakerEn from '@faker-js/faker/locale/en';

import { ADMIN_DIR } from '../../../config/default.config';

Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/test/front_guest/entry.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { test, expect, chromium, Page, request, APIRequestContext } from '@playwright/test';
import PlaywrightConfig from '../../../playwright.config';
import * as faker from 'faker/locale/ja';
import * as fakerEN from 'faker/locale/en_US';
import * as faker from '@faker-js/faker/locale/ja';
import * as fakerEN from '@faker-js/faker/locale/en_US';
import { addYears } from 'date-fns';

const url = '/entry/kiyaku.php';
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/test/installer/installer.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { test, expect, chromium, Page } from '@playwright/test';
import * as faker from 'faker';
import * as faker from '@faker-js/faker/locale/en';

const baseURL = 'https://ec-cube';
const url = baseURL + '/install/';
Expand Down
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 9e449ac

Please sign in to comment.