File tree Expand file tree Collapse file tree 4 files changed +39
-1
lines changed Expand file tree Collapse file tree 4 files changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ COPY package.json /app/package.json
5
5
COPY yarn.lock /app/yarn.lock
6
6
7
7
WORKDIR /app
8
+ RUN yarn config set workspaces-experimental true
8
9
RUN yarn install
9
10
10
11
# After yarn install, so dev deps are also installed (for building)
Original file line number Diff line number Diff line change 33
33
"test" : " echo \" Error: no test specified\" && exit 1"
34
34
},
35
35
"devDependencies" : {
36
+ "gatsby-cli" : " ^1.1.20" ,
36
37
"prettier" : " ^1.7.4"
37
38
},
38
39
"browserslist" : [" > 1%" , " IE >= 11" , " last 2 versions" ]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sandbox" ,
3
- "version" : " 1.0.0"
3
+ "version" : " 1.0.0" ,
4
+ "devDependencies" : {
5
+ "babel-runtime" : " ^6.26.0"
6
+ }
4
7
}
Original file line number Diff line number Diff line change @@ -2422,6 +2422,12 @@ browserslist@^2.1.2:
2422
2422
caniuse-lite "^1.0.30000715"
2423
2423
electron-to-chromium "^1.3.18"
2424
2424
2425
+ bser@1.0.2:
2426
+ version "1.0.2"
2427
+ resolved "https://registry.yarnpkg.com/bser/-/bser-1.0.2.tgz#381116970b2a6deea5646dd15dd7278444b56169"
2428
+ dependencies:
2429
+ node-int64 "^0.4.0"
2430
+
2425
2431
bser@^2.0.0:
2426
2432
version "2.0.0"
2427
2433
resolved "https://registry.yarnpkg.com/bser/-/bser-2.0.0.tgz#9ac78d3ed5d915804fd87acb158bc797147a1719"
@@ -5058,6 +5064,12 @@ faye-websocket@~0.11.0:
5058
5064
dependencies:
5059
5065
websocket-driver ">=0.5.1"
5060
5066
5067
+ fb-watchman@^1.8.0:
5068
+ version "1.9.2"
5069
+ resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-1.9.2.tgz#a24cf47827f82d38fb59a69ad70b76e3b6ae7383"
5070
+ dependencies:
5071
+ bser "1.0.2"
5072
+
5061
5073
fb-watchman@^2.0.0:
5062
5074
version "2.0.0"
5063
5075
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58"
@@ -5573,6 +5585,27 @@ gatsby-cli@^1.1.11:
5573
5585
yargs "^8.0.2"
5574
5586
yurnalist "^0.2.1"
5575
5587
5588
+ gatsby-cli@^1.1.20:
5589
+ version "1.1.20"
5590
+ resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-1.1.20.tgz#ae63cd3e9c84369f76c4c9d392d4fed580ca02fd"
5591
+ dependencies:
5592
+ babel-code-frame "^6.26.0"
5593
+ babel-runtime "^6.26.0"
5594
+ bluebird "^3.5.0"
5595
+ common-tags "^1.4.0"
5596
+ convert-hrtime "^2.0.0"
5597
+ core-js "^2.5.0"
5598
+ execa "^0.8.0"
5599
+ fs-extra "^4.0.1"
5600
+ hosted-git-info "^2.5.0"
5601
+ lodash "^4.17.4"
5602
+ pretty-error "^2.1.1"
5603
+ resolve-cwd "^2.0.0"
5604
+ source-map "^0.5.7"
5605
+ stack-trace "^0.0.10"
5606
+ yargs "^8.0.2"
5607
+ yurnalist "^0.2.1"
5608
+
5576
5609
gatsby-link@^1.6.22:
5577
5610
version "1.6.23"
5578
5611
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-1.6.23.tgz#c6a00eca7a80f5c7e614dced625bfa28fc4f8fd6"
You can’t perform that action at this time.
0 commit comments