File tree 4 files changed +17
-7
lines changed
4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 25
25
"ajv" : " ^8.16.0" ,
26
26
"firebase" : " ^10.13.0" ,
27
27
"framer-motion" : " ^11.0.3" ,
28
- "json-edit-react" : " 1.25.4 " ,
28
+ "json-edit-react" : " 1.25.5 " ,
29
29
"json5" : " ^2.2.3" ,
30
30
"react" : " ^18.2.0" ,
31
31
"react-datepicker" : " ^7.5.0" ,
Original file line number Diff line number Diff line change 1
- export const version = '1.25.4 '
2
- export const timestamp = '13/04/2025, 3:32:10 pm'
1
+ export const version = '1.25.5 '
2
+ export const timestamp = '13/04/2025, 3:48:18 pm'
Original file line number Diff line number Diff line change
1
+ /// <reference types="vite/client" />
2
+
3
+ interface ImportMetaEnv {
4
+ readonly VITE_FEATURE_PROVIDER : string
5
+ // add other VITE_ vars here if needed
6
+ }
7
+
8
+ interface ImportMeta {
9
+ readonly env : ImportMetaEnv
10
+ }
Original file line number Diff line number Diff line change @@ -3651,10 +3651,10 @@ jsesc@^3.0.2:
3651
3651
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d"
3652
3652
integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==
3653
3653
3654
-
3655
- version "1.25.4 "
3656
- resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.25.4 .tgz#25ac178d8c5a027a9f7aefb7e8809142f00e7836 "
3657
- integrity sha512-SO3BqE7/481roSwiCnHVWvAvv+JK6m3b2eeskra5fT1uQjvOUeDXw2HmKOBOMMnxxno8YK9NnA6BG64Fj6KTQw ==
3654
+
3655
+ version "1.25.5 "
3656
+ resolved "https://registry.yarnpkg.com/json-edit-react/-/json-edit-react-1.25.5 .tgz#903bd853c02e1a42e65205c8d576b14c6316b925 "
3657
+ integrity sha512-qJ1Jcfzu0gzt5gBSRuksOp2e7CFwqosFqz3j6P8Vr/VfGM0N2Gr9pkGnCgH1HSy3k5bdtriyY0XEaNHJDl9pwA ==
3658
3658
dependencies :
3659
3659
object-property-assigner "^1.3.5"
3660
3660
object-property-extractor "^1.0.13"
You can’t perform that action at this time.
0 commit comments