This repository was archived by the owner on Mar 24, 2023. It is now read-only.
File tree 3 files changed +25
-6
lines changed
3 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ $SRC = $(shell find . -path "./node_modules" -prune -o -path "./build" -prune -o
13
13
yarn --pure-lockfile && \
14
14
yarn build && \
15
15
yarn link
16
- yarn link @replicatedhq/ship-init
17
16
@mkdir -p .state
18
17
@touch .state/package-init
19
18
@@ -22,7 +21,6 @@ $SRC = $(shell find . -path "./node_modules" -prune -o -path "./build" -prune -o
22
21
yarn --pure-lockfile && \
23
22
yarn build-dev && \
24
23
yarn link
25
- yarn link @replicatedhq/ship-init
26
24
@mkdir -p .state
27
25
@touch .state/package-init-dev
28
26
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@replicatedhq/react-scripts" : " 1.0.1" ,
7
- "@replicatedhq/ship-init" : " link:../init " ,
7
+ "@replicatedhq/ship-init" : " 1.4.1 " ,
8
8
"monaco-editor" : " ^0.14.3" ,
9
9
"react" : " ^16.5.0" ,
10
10
"react-dom" : " ^16.5.0"
Original file line number Diff line number Diff line change 167
167
optionalDependencies :
168
168
fsevents "^1.1.3"
169
169
170
- " @replicatedhq/ship-init@link:../init " :
171
- version "0.0.0"
172
- uid ""
170
+ " @replicatedhq/[email protected] " :
171
+ version "1.4.1"
172
+ resolved "https://registry.yarnpkg.com/@replicatedhq/ship-init/-/ship-init-1.4.1.tgz#96f0d4cd3cd17f66cc508d2a3b0bc6fab39d513c"
173
+ integrity sha512-dNHj5OL1kknzxRdPBatnVDBXGlZTwCrH06QFAf3QIeorfBLu6VluWTNYBskES4R90B0I7U4uTxcySlyEg1uwdg==
174
+ dependencies :
175
+ brace "^0.11.1"
176
+ history "^4.7.2"
177
+ isomorphic-fetch "^2.2.1"
178
+ lodash "^4.17.11"
179
+ rc-progress "^2.2.5"
180
+ react-ace "^6.1.4"
181
+ react-document-title "^2.0.3"
182
+ react-modal "^3.5.1"
183
+ react-monaco-editor "^0.18.0"
184
+ react-redux "^5.0.7"
185
+ react-remarkable "^1.1.3"
186
+ react-router-dom "^4.2.2"
187
+ react-router-hash-link "^1.2.0"
188
+ react-tooltip "^3.6.1"
189
+ redux "^3.7.2"
190
+ redux-segment "^1.6.2"
191
+ redux-thunk "2.2.0"
192
+ replicated-lint "^0.12.12"
193
+ yaml-ast-parser "^0.0.41"
173
194
174
195
175
196
version "1.3.3"
You can’t perform that action at this time.
0 commit comments