Skip to content

Commit 2b8720b

Browse files
committed
core v2.6.1 extra v1.6.0
1 parent 6f2579b commit 2b8720b

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -23,70 +23,70 @@
2323
},
2424
"homepage": "https://girlsfrontline.kr",
2525
"dependencies": {
26-
"@babel/core": "^7.1.0",
27-
"@babel/plugin-proposal-class-properties": "^7.1.0",
28-
"@babel/plugin-transform-runtime": "^7.1.0",
29-
"@babel/preset-env": "^7.1.0",
30-
"@babel/preset-react": "^7.0.0",
31-
"@material-ui/core": "^3.1.1",
32-
"@material-ui/icons": "^3.0.1",
33-
"@material-ui/lab": "^3.0.0-alpha.17",
34-
"@storybook/addon-actions": "^3.4.11",
35-
"@storybook/addon-links": "^3.4.11",
36-
"@storybook/addon-storyshots": "^3.4.11",
37-
"@storybook/addons": "^3.4.11",
38-
"@storybook/react": "^3.4.11",
26+
"@babel/core": "^7.13.8",
27+
"@babel/plugin-proposal-class-properties": "^7.13.0",
28+
"@babel/plugin-transform-runtime": "^7.13.9",
29+
"@babel/preset-env": "^7.13.9",
30+
"@babel/preset-react": "^7.12.13",
31+
"@material-ui/core": "^3.9.4",
32+
"@material-ui/icons": "^3.0.2",
33+
"@material-ui/lab": "^3.0.0-alpha.30",
34+
"@storybook/addon-actions": "^3.4.12",
35+
"@storybook/addon-links": "^3.4.12",
36+
"@storybook/addon-storyshots": "^3.4.12",
37+
"@storybook/addons": "^3.4.12",
38+
"@storybook/react": "^3.4.12",
3939
"autoprefixer": "7.1.6",
4040
"babel-core": "^7.0.0-bridge.0",
41-
"babel-eslint": "^10.0.1",
41+
"babel-eslint": "^10.1.0",
4242
"babel-jest": "^23.6.0",
43-
"babel-loader": "^8.0.4",
43+
"babel-loader": "^8.2.2",
4444
"babel-runtime": "^6.26.0",
4545
"case-sensitive-paths-webpack-plugin": "2.1.1",
4646
"chalk": "1.1.3",
4747
"classnames": "^2.2.6",
4848
"css-loader": "0.28.7",
4949
"dotenv": "4.0.0",
5050
"dotenv-expand": "4.2.0",
51-
"eslint": "^5.6.0",
52-
"eslint-config-airbnb": "^17.1.0",
53-
"eslint-plugin-import": "^2.14.0",
54-
"eslint-plugin-jsx-a11y": "^6.1.1",
55-
"eslint-plugin-react": "^7.11.1",
51+
"eslint": "^5.16.0",
52+
"eslint-config-airbnb": "^17.1.1",
53+
"eslint-plugin-import": "^2.22.1",
54+
"eslint-plugin-jsx-a11y": "^6.4.1",
55+
"eslint-plugin-react": "^7.22.0",
5656
"extract-text-webpack-plugin": "3.0.2",
5757
"file-loader": "1.1.5",
5858
"fs-extra": "3.0.1",
59-
"girlsfrontline-core": "^2.5.0",
60-
"girlsfrontline-resource-extra": "^1.5.0",
59+
"girlsfrontline-core": "^2.6.1",
60+
"girlsfrontline-resource-extra": "^1.6.0",
6161
"html-webpack-plugin": "2.29.0",
62-
"i18next": "^11.9.0",
63-
"i18next-browser-languagedetector": "^2.2.3",
62+
"i18next": "^11.10.2",
63+
"i18next-browser-languagedetector": "^2.2.4",
6464
"i18next-xhr-backend": "^1.5.1",
6565
"jest": "^23.6.0",
6666
"object-assign": "4.1.1",
6767
"pixi-spine": "1.0.10",
68-
"pixi.js": "^4.8.2",
68+
"pixi.js": "4.8.8",
6969
"postcss-flexbugs-fixes": "3.2.0",
7070
"postcss-loader": "2.0.8",
7171
"promise": "8.0.1",
72-
"prop-types": "^15.6.2",
72+
"prop-types": "^15.7.2",
7373
"raf": "3.4.0",
74-
"react": "^16.5.2",
75-
"react-dev-utils": "^5.0.2",
76-
"react-dom": "^16.5.2",
77-
"react-hot-loader": "^4.3.11",
74+
"react": "^16.14.0",
75+
"react-dev-utils": "^5.0.3",
76+
"react-dom": "^16.14.0",
77+
"react-hot-loader": "^4.13.0",
7878
"react-i18next": "^7.13.0",
79-
"react-lazyload": "^2.3.0",
80-
"react-pixi-fiber": "^0.5.0",
81-
"react-redux": "^5.0.7",
79+
"react-lazyload": "^2.6.9",
80+
"react-pixi-fiber": "^0.5.1",
81+
"react-redux": "^5.1.2",
8282
"react-request-fullscreen": "^1.1.2",
8383
"react-router": "^4.3.1",
8484
"react-router-dom": "^4.3.1",
85-
"react-test-renderer": "^16.5.2",
86-
"react-twitter-widgets": "^1.7.1",
85+
"react-test-renderer": "^16.14.0",
86+
"react-twitter-widgets": "^1.9.5",
8787
"redux": "^3.7.2",
88-
"redux-actions": "^2.6.1",
89-
"redux-devtools": "^3.4.1",
88+
"redux-actions": "^2.6.5",
89+
"redux-devtools": "^3.7.0",
9090
"redux-thunk": "^2.2.0",
9191
"resolve": "1.6.0",
9292
"style-loader": "0.19.0",

0 commit comments

Comments
 (0)