Skip to content

Commit a58a316

Browse files
Update dependency p5 to v1.9.0
1 parent fa4b499 commit a58a316

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"@react-three/fiber": "^7.0.7",
1616
"framer-motion": "4.1.17",
1717
"next": "11.1.2",
18-
"p5": "1.4.0",
18+
"p5": "1.9.0",
1919
"react": "17.0.2",
2020
"react-dom": "17.0.2",
2121
"three": "^0.132.2"
2222
},
2323
"devDependencies": {
24-
"@types/p5": "1.3.1",
24+
"@types/p5": "1.7.5",
2525
"@types/react": "17.0.24",
2626
"@types/three": "^0.132.1",
2727
"eslint": "7.32.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -968,10 +968,10 @@
968968
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.1.tgz#f3647623199ca920960006b3dccf633ea905f243"
969969
integrity sha512-4/Z9DMPKFexZj/Gn3LylFgamNKHm4K3QDi0gz9B26Uk0c8izYf97B5fxfpspMNkWlFupblKM/nV8+NA9Ffvr+w==
970970

971-
"@types/p5@1.3.1":
972-
version "1.3.1"
973-
resolved "https://registry.yarnpkg.com/@types/p5/-/p5-1.3.1.tgz#960f1eafeb0acc910f370595c6327b0aa9cdf15c"
974-
integrity sha512-Z/rBqimKVE4u2H+BDLxocBBMhufJiUYcC5IMcSRTfwhu5bf5ImUZHlFQUSDa2EMlB08wtk2DGijU4BmILk0w+A==
971+
"@types/p5@1.7.5":
972+
version "1.7.5"
973+
resolved "https://registry.yarnpkg.com/@types/p5/-/p5-1.7.5.tgz#3b310631140d5221eec547d37fd30ce31bf7a556"
974+
integrity sha512-K2sNE1oejBOug+BJZWqm/tfIpj4yff4LC0ReO8O18GIinRVMk82zzEXQR2J1HuSSNrOeSMV4bxxFRM81hogPYA==
975975

976976
"@types/parse-json@^4.0.0":
977977
version "4.0.0"
@@ -3186,10 +3186,10 @@ p-try@^2.0.0:
31863186
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
31873187
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
31883188

3189-
p5@1.4.0:
3190-
version "1.4.0"
3191-
resolved "https://registry.yarnpkg.com/p5/-/p5-1.4.0.tgz#d4d0f001c297525831861af5e017cdb5ef517a75"
3192-
integrity sha512-U888W2ChcIzPhRhnv4FkNhaa4f5BDIWZfLhzvx9ZrQ5KtkZr/+o1UPIicV3yWTRy0HEG23NviHyDR3kgjaJ9wA==
3189+
p5@1.9.0:
3190+
version "1.9.0"
3191+
resolved "https://registry.yarnpkg.com/p5/-/p5-1.9.0.tgz#04c406ae683449106d514108648035b21aa850fb"
3192+
integrity sha512-+5/hz0ZokCDf7BMMAeemE7FIo7gFZK7ImL62acHLXZwerGjqj+171bnaAWj4aCFCx6fwysAr2U7/AKuPyPhehA==
31933193

31943194
pako@~1.0.5:
31953195
version "1.0.11"

0 commit comments

Comments
 (0)