Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
| datasource | package        | from  | to    |
| ---------- | -------------- | ----- | ----- |
| npm        | phosphor-react | 1.4.1 | 1.4.1 |
| npm        | zustand        | 4.1.0 | 4.1.0 |
  • Loading branch information
renovate[bot] authored and mateusfg7 committed Aug 23, 2022
1 parent 4b98849 commit 2b63ed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"howler": "2.2.3",
"next": "12.2.5",
"next-pwa": "5.5.4",
"phosphor-react": "^1.4.1",
"phosphor-react": "1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-switch": "7.0.0",
"zustand": "^4.1.0"
"zustand": "4.1.0"
},
"devDependencies": {
"@commitlint/cli": "17.0.3",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4363,7 +4363,7 @@ path-type@^4.0.0:
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==

phosphor-react@^1.4.1:
[email protected]:
version "1.4.1"
resolved "https://registry.yarnpkg.com/phosphor-react/-/phosphor-react-1.4.1.tgz#97b0e034d9937db9b97fe53b186e9646464fd4e7"
integrity sha512-gO5j7U0xZrdglTAYDYPACU4xDOFBTJmptrrB/GeR+tHhCZF3nUMyGmV/0hnloKjuTrOmpSFlbfOY78H39rgjUQ==
Expand Down Expand Up @@ -5737,7 +5737,7 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

zustand@^4.1.0:
[email protected]:
version "4.1.0"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.1.0.tgz#9676eeb30ece318707fd739a96dcb7b410d7d2c2"
integrity sha512-ba39yDM90wFHiCO5AuoP2Tr1vSY5Eggduk0ou91mWL/qKnz2sBq8AcdFoticOftt7AfIHRBENI7WfjkUrqB3vA==
Expand Down

1 comment on commit 2b63ed1

@vercel
Copy link

@vercel vercel bot commented on 2b63ed1 Aug 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

noisekun – ./

noisekun.vercel.app
noisekun-mateusfg7.vercel.app
noisekun-git-main-mateusfg7.vercel.app

Please sign in to comment.