Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit 81c7d1d

Browse files
author
Frank Shotwell
authored
Yarn cleanup (#679)
* simplify replicatedhq/ship-init yarn linkage
1 parent a37e810 commit 81c7d1d

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

web/app/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ $SRC = $(shell find . -path "./node_modules" -prune -o -path "./build" -prune -o
1313
yarn --pure-lockfile && \
1414
yarn build && \
1515
yarn link
16-
yarn link @replicatedhq/ship-init
1716
@mkdir -p .state
1817
@touch .state/package-init
1918

@@ -22,7 +21,6 @@ $SRC = $(shell find . -path "./node_modules" -prune -o -path "./build" -prune -o
2221
yarn --pure-lockfile && \
2322
yarn build-dev && \
2423
yarn link
25-
yarn link @replicatedhq/ship-init
2624
@mkdir -p .state
2725
@touch .state/package-init-dev
2826

web/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@replicatedhq/react-scripts": "1.0.1",
7-
"@replicatedhq/ship-init": "link:../init",
7+
"@replicatedhq/ship-init": "1.4.1",
88
"monaco-editor": "^0.14.3",
99
"react": "^16.5.0",
1010
"react-dom": "^16.5.0"

web/app/yarn.lock

+24-3
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,30 @@
167167
optionalDependencies:
168168
fsevents "^1.1.3"
169169

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"
173194

174195
175196
version "1.3.3"

0 commit comments

Comments
 (0)