feat: update package.json
This commit is contained in:
parent
c361ecf761
commit
90e92400e1
|
|
@ -136,6 +136,7 @@
|
||||||
"@dnd-kit/utilities": "^3.2.2",
|
"@dnd-kit/utilities": "^3.2.2",
|
||||||
"@faker-js/faker": "^8.4.1",
|
"@faker-js/faker": "^8.4.1",
|
||||||
"@next/bundle-analyzer": "^15.0.3",
|
"@next/bundle-analyzer": "^15.0.3",
|
||||||
|
"@types/d3-shape": "^3.1.6",
|
||||||
"@types/jquery": "^3.5.32",
|
"@types/jquery": "^3.5.32",
|
||||||
"@types/leaflet": "^1.9.12",
|
"@types/leaflet": "^1.9.12",
|
||||||
"@types/node": "^20",
|
"@types/node": "^20",
|
||||||
|
|
|
||||||
|
|
@ -384,6 +384,9 @@ importers:
|
||||||
'@next/bundle-analyzer':
|
'@next/bundle-analyzer':
|
||||||
specifier: ^15.0.3
|
specifier: ^15.0.3
|
||||||
version: 15.1.2
|
version: 15.1.2
|
||||||
|
'@types/d3-shape':
|
||||||
|
specifier: ^3.1.6
|
||||||
|
version: 3.1.6
|
||||||
'@types/jquery':
|
'@types/jquery':
|
||||||
specifier: ^3.5.32
|
specifier: ^3.5.32
|
||||||
version: 3.5.32
|
version: 3.5.32
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue