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

Commit

Permalink
Yarn cleanup (#679)
Browse files Browse the repository at this point in the history
* simplify replicatedhq/ship-init yarn linkage
  • Loading branch information
Frank Shotwell authored Nov 2, 2018
1 parent a37e810 commit 81c7d1d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
2 changes: 0 additions & 2 deletions web/app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ $SRC = $(shell find . -path "./node_modules" -prune -o -path "./build" -prune -o
yarn --pure-lockfile && \
yarn build && \
yarn link
yarn link @replicatedhq/ship-init
@mkdir -p .state
@touch .state/package-init

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

Expand Down
2 changes: 1 addition & 1 deletion web/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@replicatedhq/react-scripts": "1.0.1",
"@replicatedhq/ship-init": "link:../init",
"@replicatedhq/ship-init": "1.4.1",
"monaco-editor": "^0.14.3",
"react": "^16.5.0",
"react-dom": "^16.5.0"
Expand Down
27 changes: 24 additions & 3 deletions web/app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,30 @@
optionalDependencies:
fsevents "^1.1.3"

"@replicatedhq/ship-init@link:../init":
version "0.0.0"
uid ""
"@replicatedhq/[email protected]":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@replicatedhq/ship-init/-/ship-init-1.4.1.tgz#96f0d4cd3cd17f66cc508d2a3b0bc6fab39d513c"
integrity sha512-dNHj5OL1kknzxRdPBatnVDBXGlZTwCrH06QFAf3QIeorfBLu6VluWTNYBskES4R90B0I7U4uTxcySlyEg1uwdg==
dependencies:
brace "^0.11.1"
history "^4.7.2"
isomorphic-fetch "^2.2.1"
lodash "^4.17.11"
rc-progress "^2.2.5"
react-ace "^6.1.4"
react-document-title "^2.0.3"
react-modal "^3.5.1"
react-monaco-editor "^0.18.0"
react-redux "^5.0.7"
react-remarkable "^1.1.3"
react-router-dom "^4.2.2"
react-router-hash-link "^1.2.0"
react-tooltip "^3.6.1"
redux "^3.7.2"
redux-segment "^1.6.2"
redux-thunk "2.2.0"
replicated-lint "^0.12.12"
yaml-ast-parser "^0.0.41"

"@types/[email protected]":
version "1.3.3"
Expand Down

0 comments on commit 81c7d1d

Please sign in to comment.