Skip to content

Commit 3847db5

Browse files
committed
Package updates.
1 parent 75a69df commit 3847db5

File tree

2 files changed

+442
-444
lines changed

2 files changed

+442
-444
lines changed

examples/advanced/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
},
3131
"homepage": "https://github.com/yusinto/react-site-menu",
3232
"dependencies": {
33-
"@babel/plugin-transform-async-to-generator": "^7.0.0-beta.53",
34-
"@babel/polyfill": "^7.0.0-beta.53",
33+
"@babel/plugin-transform-async-to-generator": "^7.0.0-beta.54",
34+
"@babel/polyfill": "^7.0.0-beta.54",
3535
"babel-plugin-styled-components": "^1.5.1",
3636
"express": "^4.16.3",
3737
"lodash": "^4.17.10",
@@ -41,26 +41,26 @@
4141
"react": "^16.4.1",
4242
"react-dom": "^16.4.1",
4343
"react-router-dom": "^4.3.1",
44-
"react-site-nav": "^0.1.2",
44+
"react-site-nav": "^0.2.1",
4545
"styled-components": "^3.3.3"
4646
},
4747
"devDependencies": {
48-
"@babel/cli": "^7.0.0-beta.53",
49-
"@babel/core": "^7.0.0-beta.53",
50-
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.53",
51-
"@babel/preset-env": "^7.0.0-beta.53",
52-
"@babel/preset-react": "^7.0.0-beta.53",
53-
"babel-eslint": "^8.2.5",
48+
"@babel/cli": "^7.0.0-beta.54",
49+
"@babel/core": "^7.0.0-beta.54",
50+
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.54",
51+
"@babel/preset-env": "^7.0.0-beta.54",
52+
"@babel/preset-react": "^7.0.0-beta.54",
53+
"babel-eslint": "^8.2.6",
5454
"babel-loader": "^8.0.0-beta",
55-
"eslint": "^5.1.0",
55+
"eslint": "^5.2.0",
5656
"eslint-config-airbnb": "^17.0.0",
5757
"eslint-plugin-import": "^2.13.0",
58-
"eslint-plugin-jsx-a11y": "^6.1.0",
58+
"eslint-plugin-jsx-a11y": "^6.1.1",
5959
"eslint-plugin-react": "^7.10.0",
6060
"file-loader": "^1.1.11",
6161
"rimraf": "^2.6.2",
62-
"universal-hot-reload": "^1.0.4",
63-
"webpack": "^4.16.0",
62+
"universal-hot-reload": "^1.0.6",
63+
"webpack": "^4.16.2",
6464
"webpack-cli": "^2.1.4",
6565
"webpack-node-externals": "^1.7.2",
6666
"webpack-serve": "^1.0.2"

0 commit comments

Comments
 (0)