Skip to content

Commit bbb68d5

Browse files
committed
resolve conflict
1 parent 2927676 commit bbb68d5

File tree

3 files changed

+2028
-343
lines changed

3 files changed

+2028
-343
lines changed

package.json

+18-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
},
3636
"dependencies": {
3737
"@aparna036/babel-explode-module": "^2.0.1",
38+
"@atlaskit/code": "^11.0.6",
39+
"@atlaskit/css-reset": "^5.0.4",
3840
"@babel/core": "^7.4.4",
3941
"@babel/plugin-syntax-flow": "^7.2.0",
4042
"@babel/plugin-syntax-jsx": "^7.2.0",
@@ -56,6 +58,7 @@
5658
"babel-type-scopes": "^1.1.0",
5759
"babylon": "^7.0.0-beta.22",
5860
"babylon-options": "^2.0.1",
61+
"bolt": "^0.22.6",
5962
"eslint": "^5.13.0",
6063
"eslint-config-airbnb": "^17.1.0",
6164
"eslint-config-prettier": "^4.0.0",
@@ -65,25 +68,38 @@
6568
"eslint-plugin-prettier": "^3.0.1",
6669
"eslint-plugin-react": "^7.12.4",
6770
"jest-in-case": "^1.0.2",
71+
"lz-string": "^1.4.4",
6872
"preconstruct": "^0.0.81",
73+
"react": "^16.3.1",
74+
"react-codemirror": "^1.0.0",
75+
"react-dom": "^16.3.1",
76+
"react-markdown": "^4.0.6",
6977
"react-markings": "^1.2.0",
78+
"react-router-dom": "^5.0.1",
7079
"resolve": "^1.10.1",
71-
"strip-indent": "^2.0.0"
80+
"strip-indent": "^2.0.0",
81+
"styled-components": "^4.3.2"
7282
},
7383
"devDependencies": {
84+
"@babel/core": "^7.4.4",
7485
"@babel/plugin-proposal-class-properties": "^7.4.4",
7586
"@babel/plugin-transform-runtime": "^7.4.4",
7687
"@babel/preset-env": "^7.4.4",
7788
"@babel/preset-flow": "^7.0.0",
7889
"@babel/preset-react": "^7.0.0",
90+
"babel-loader": "^8.0.5",
7991
"babel-jest": "^24.7.1",
8092
"babel-plugin-emotion": "^10.0.14",
93+
"copy-webpack-plugin": "^5.0.2",
94+
"css-loader": "^2.1.1",
8195
"enzyme": "^3.3.0",
8296
"enzyme-adapter-react-16": "^1.1.1",
8397
"flow-bin": "^0.98.0",
98+
"html-webpack-plugin": "^3.2.0",
8499
"jest": "^24.7.1",
85100
"jest-in-case": "^1.0.2",
86101
"jsdom": "^11.7.0",
102+
"null-loader": "^0.1.1",
87103
"prettier": "^1.13.7",
88104
"react": "^16.3.1",
89105
"react-addons-test-utils": "^15.6.2",
@@ -93,4 +109,4 @@
93109
"webpack-cli": "^3.3.0",
94110
"webpack-dev-server": "^3.2.1"
95111
}
96-
}
112+
}

website/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
"name": "website",
33
"version": "0.0.0",
44
"dependencies": {
5-
"@atlaskit/code": "^9.0.0",
6-
"@atlaskit/css-reset": "^3.0.6",
5+
"@atlaskit/code": "^11.0.6",
6+
"@atlaskit/css-reset": "^5.0.4",
77
"bolt": "^0.22.6",
8-
"css-loader": "^2.1.1",
9-
"extract-react-types": "^0.16.0",
8+
"extract-react-types": "^0.21.0",
109
"lz-string": "^1.4.4",
1110
"pretty-proptypes": "^0.6.0",
1211
"react": "^16.3.1",
1312
"react-codemirror": "^1.0.0",
1413
"react-dom": "^16.3.1",
1514
"react-markdown": "^4.0.6",
16-
"react-router-dom": "^5.0.0",
17-
"styled-components": "^4.2.0"
15+
"react-router-dom": "^5.0.1",
16+
"styled-components": "^4.3.2"
1817
},
1918
"devDependencies": {
20-
"@babel/core": "^7.4.0",
21-
"@babel/plugin-proposal-class-properties": "^7.4.0",
22-
"@babel/preset-env": "^7.4.2",
19+
"@babel/core": "^7.4.4",
20+
"@babel/plugin-proposal-class-properties": "^7.4.4",
21+
"@babel/preset-env": "^7.4.4",
2322
"@babel/preset-react": "^7.0.0",
2423
"babel-loader": "^8.0.5",
24+
"css-loader": "^2.1.1",
2525
"copy-webpack-plugin": "^5.0.2",
2626
"html-webpack-plugin": "^3.2.0",
2727
"null-loader": "^0.1.1",
@@ -30,4 +30,4 @@
3030
"webpack-cli": "^3.3.0",
3131
"webpack-dev-server": "^3.2.1"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)