chore: upgrade dependencies

This commit is contained in:
Carlos Valente
2024-05-24 10:00:51 +02:00
committed by Carlos Valente
parent 77d111650a
commit 16f31a07b7
2 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
"react-qr-code": "^2.0.12",
"react-router-dom": "^6.3.0",
"web-vitals": "^3.1.1",
"zustand": "^4.5.0"
"zustand": "^4.5.2"
},
"scripts": {
"addversion": "node -p \"'export const ONTIME_VERSION = ' + JSON.stringify(require('../../package.json').version) + ';'\" > src/ONTIME_VERSION.js",
+10 -6
View File
@@ -129,8 +129,8 @@ importers:
specifier: ^3.1.1
version: 3.1.1
zustand:
specifier: ^4.5.0
version: 4.5.0(@types/react@18.0.26)(react@18.2.0)
specifier: ^4.5.2
version: 4.5.2(@types/react@18.0.26)(react@18.2.0)
devDependencies:
'@sentry/vite-plugin':
specifier: ^2.16.1
@@ -465,7 +465,7 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/highlight': 7.24.5
picocolors: 1.0.0
picocolors: 1.0.1
dev: true
/@babel/compat-data@7.23.5:
@@ -628,7 +628,7 @@ packages:
'@babel/helper-validator-identifier': 7.24.5
chalk: 2.4.2
js-tokens: 4.0.0
picocolors: 1.0.0
picocolors: 1.0.1
dev: true
/@babel/parser@7.23.6:
@@ -7975,6 +7975,10 @@ packages:
resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
dev: true
/picocolors@1.0.1:
resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==}
dev: true
/picomatch@2.3.1:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
engines: {node: '>=8.6'}
@@ -9967,8 +9971,8 @@ packages:
readable-stream: 3.6.2
dev: true
/zustand@4.5.0(@types/react@18.0.26)(react@18.2.0):
resolution: {integrity: sha512-zlVFqS5TQ21nwijjhJlx4f9iGrXSL0o/+Dpy4txAP22miJ8Ti6c1Ol1RLNN98BMib83lmDH/2KmLwaNXpjrO1A==}
/zustand@4.5.2(@types/react@18.0.26)(react@18.2.0):
resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==}
engines: {node: '>=12.7.0'}
peerDependencies:
'@types/react': '>=16.8'