update tabler/icons to latest

This commit is contained in:
bsourisse 2023-07-07 20:48:54 +02:00
parent 407719e62d
commit 02c244cb51
2 changed files with 5 additions and 17 deletions

20
package-lock.json generated
View file

@ -8,7 +8,7 @@
"name": "borgwarehouse",
"version": "1.0",
"dependencies": {
"@tabler/icons": "^1.96.0",
"@tabler/icons": "^2.24.0",
"bcryptjs": "^2.4.3",
"chart.js": "^3.9.1",
"next": "^13.4.9",
@ -586,24 +586,12 @@
}
},
"node_modules/@tabler/icons": {
"version": "1.119.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.119.0.tgz",
"integrity": "sha512-Fk3Qq4w2SXcTjc/n1cuL5bccPkylrOMo7cYpQIf/yw6zP76LQV9dtLcHQUjFiUnaYuswR645CnURIhlafyAh9g==",
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.24.0.tgz",
"integrity": "sha512-Otv6zrVF3HU54G6FK7OPODcQmKR9KgM6Ppi+ib3gHHB1LZEs2HIdQJYTHP5dGE+yOQWtXS9ZnGmSZDkSFLbkkg==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/codecalm"
},
"peerDependencies": {
"react": "^16.x || 17.x || 18.x",
"react-dom": "^16.x || 17.x || 18.x"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
}
},
"node_modules/@types/json5": {

View file

@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons": "^1.96.0",
"@tabler/icons": "^2.24.0",
"bcryptjs": "^2.4.3",
"chart.js": "^3.9.1",
"next": "^13.4.9",