Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebeb5c4

Browse files
committed
Merge branch 'develop' of github.com:coderplex/coderplex into develop
2 parents 039aac8 + 08be43c commit ebeb5c4

File tree

2 files changed

+112
-108
lines changed

2 files changed

+112
-108
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -66,27 +66,27 @@
6666
]
6767
},
6868
"dependencies": {
69-
"babel-plugin-emotion": "^9.2.6",
70-
"date-fns": "^1.29.0",
71-
"emotion": "^9.2.6",
72-
"emotion-server": "^9.2.6",
73-
"get-port": "^4.0.0",
74-
"grid-styled": "^5.0.2",
75-
"isomorphic-unfetch": "2.1.0",
76-
"lodash.take": "^4.1.1",
77-
"marked": "^0.4.0",
78-
"next": "^6.1.1",
79-
"nprogress": "^0.2.0",
69+
"babel-plugin-emotion": "9.2.6",
70+
"date-fns": "1.29.0",
71+
"emotion": "9.2.6",
72+
"emotion-server": "9.2.6",
73+
"get-port": "4.0.0",
74+
"grid-styled": "5.0.2",
75+
"isomorphic-unfetch": "2.1.1",
76+
"lodash.take": "4.1.1",
77+
"marked": "0.4.0",
78+
"next": "6.1.1",
79+
"nprogress": "0.2.0",
8080
"path-match": "1.2.4",
81-
"prop-types": "^15.6.2",
82-
"react": "^16.4.1",
83-
"react-content-loader": "^3.1.2",
84-
"react-dom": "^16.4.1",
85-
"react-emotion": "^9.2.6",
86-
"react-event-timeline": "^1.5.4",
87-
"react-headroom": "^2.1.6",
88-
"react-icons": "^2.2.5",
89-
"styled-system": "^3.0.2"
81+
"prop-types": "15.6.2",
82+
"react": "16.4.1",
83+
"react-content-loader": "3.1.2",
84+
"react-dom": "16.4.1",
85+
"react-emotion": "9.2.6",
86+
"react-event-timeline": "1.5.4",
87+
"react-headroom": "2.2.2",
88+
"react-icons": "2.2.7",
89+
"styled-system": "3.0.2"
9090
},
9191
"devDependencies": {
9292
"all-contributors-cli": "5.3.0",
@@ -100,14 +100,14 @@
100100
"eslint-config-prettier": "2.9.0",
101101
"eslint-plugin-react": "7.10.0",
102102
"husky": "0.14.3",
103-
"jest": "23.4.1",
103+
"jest": "23.4.2",
104104
"lint-staged": "7.2.0",
105-
"markdownlint-cli": "0.11.0",
105+
"markdownlint-cli": "0.12.0",
106106
"opn": "5.3.0",
107-
"prettier": "1.13.7",
107+
"prettier": "1.14.0",
108108
"raf": "3.4.0",
109109
"react-test-renderer": "16.4.1",
110-
"typescript": "2.9.2",
110+
"typescript": "3.0.1",
111111
"typescript-styled-plugin": "0.10.0",
112112
"webpack-bundle-analyzer": "2.13.1",
113113
"xo": "0.21.1"

0 commit comments

Comments
 (0)