1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2025-02-16 15:53:58 +00:00

⬆ Update dependencies

This commit is contained in:
Steffo 2021-01-29 05:11:18 +01:00
parent 1a2440c186
commit 5d931ecd6a
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -3530,9 +3530,9 @@
"integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
},
"bluelib": {
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/bluelib/-/bluelib-0.24.2.tgz",
"integrity": "sha512-xzFax7NdysmuH7VEsZHEsU5OftWgagYua1s7JD9NWO2iooYNUzcAX/yXPTP9m4JUuW6EQZiapRqtCd49ubVrrg==",
"version": "0.24.3",
"resolved": "https://registry.npmjs.org/bluelib/-/bluelib-0.24.3.tgz",
"integrity": "sha512-+JcxeqPPZy32KDnWgDwkQB32f9LJa3dl/Ry6yBBFyOXhpWUFN3sfkdzIzVlvAcM7NvZoJlREznMVhSX0h/MEvA==",
"requires": {
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",

View file

@ -6,7 +6,7 @@
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/user-event": "^12.6.2",
"bluelib": "^0.24.2",
"bluelib": "^0.24.3",
"classnames": "^2.2.6",
"prop-types": "^15.7.2",
"react": "^17.0.1",