Skip to content

Commit

Permalink
Fix npm publish warnings about git syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Nov 9, 2023
1 parent bc6c28b commit 73b0587
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 17 deletions.
10 changes: 10 additions & 0 deletions .changeset/empty-pens-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@envyjs/apollo': patch
'@envyjs/nextjs': patch
'@envyjs/webui': patch
'@envyjs/core': patch
'@envyjs/node': patch
'@envyjs/web': patch
---

Fix npm publish warnings about git syntax
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/envy"
"url": "git+https://github.com/FormidableLabs/envy.git"
},
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -65,7 +65,7 @@
"wait-on": "^7.0.1"
},
"resolutions": {
"@microlink/react-json-view/react": "^17.0.0",
"@microlink/react-json-view/react": ">=17",
"react-hot-toast/csstype": "^3.0.10"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/envy",
"url": "git+https://github.com/FormidableLabs/envy.git",
"directory": "packages/apollo"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/envy",
"url": "git+https://github.com/FormidableLabs/envy.git",
"directory": "packages/core"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/envy",
"url": "git+https://github.com/FormidableLabs/envy.git",
"directory": "packages/nextjs"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/envy",
"url": "git+https://github.com/FormidableLabs/envy.git",
"directory": "packages/node"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/envy",
"url": "git+https://github.com/FormidableLabs/envy.git",
"directory": "packages/web"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/envy",
"url": "git+https://github.com/FormidableLabs/envy.git",
"directory": "packages/webui"
},
"license": "MIT",
Expand Down
10 changes: 1 addition & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11132,21 +11132,13 @@ react-textarea-autosize@~8.3.2:
use-composed-ref "^1.3.0"
use-latest "^1.2.1"

[email protected], react@^18.2.0:
[email protected], "react@>= 17", react@^18.2.0:
version "18.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
dependencies:
loose-envify "^1.1.0"

react@^17.0.0:
version "17.0.2"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

read-cache@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774"
Expand Down

0 comments on commit 73b0587

Please sign in to comment.