Fix smartsettings version

This commit is contained in:
Starbeamrainbowlabs 2020-04-28 00:33:19 +01:00
parent 2d3c32e870
commit 5f8ea064b7
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 4 additions and 26 deletions

28
package-lock.json generated
View File

@ -35,14 +35,6 @@
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.3.3.tgz",
"integrity": "sha512-yEvVC8RfhRPkD9TUn7cFcLcgoJePgZRAOR7T21rcRY5I8tpuhzeWfGa7We7tB14fe9R7wENdqUABcMdwD4SQLw=="
},
"@simonwep/pickr": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/@simonwep/pickr/-/pickr-1.5.1.tgz",
"integrity": "sha512-BMYt5RsW7YLNrUF7Jdz1UM0E04ROD0iv/Z/c8APFb74VH0Zs3HeLiLacPgPqLx23VesL8aS6Jin/JiTmnkWujw==",
"requires": {
"core-js": "^3.6.4"
}
},
"@types/chart.js": {
"version": "2.9.19",
"resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.19.tgz",
@ -552,11 +544,6 @@
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=",
"dev": true
},
"core-js": {
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
"integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw=="
},
"cosmiconfig": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
@ -921,11 +908,6 @@
}
}
},
"cuid": {
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/cuid/-/cuid-2.1.8.tgz",
"integrity": "sha512-xiEMER6E7TlTPnDxrM4eRiC6TRgjNX9xzEZ5U/Se2YJKr7Mq4pJn/2XEHjl3STcSh96GmkHPcBXLES8M29wyyg=="
},
"d3-delaunay": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-5.2.1.tgz",
@ -4204,13 +4186,9 @@
}
},
"smartsettings": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/smartsettings/-/smartsettings-2.0.5.tgz",
"integrity": "sha512-MzObhIeB2YBpasvw1wdDTGLQyPQgvVHrPs/333MYGG/Vfc5N6AX7Tx1ufO8PCvWTS2UliDJff5Y88NB+k+UJdg==",
"requires": {
"@simonwep/pickr": "^1.4.7",
"cuid": "^2.1.6"
}
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/smartsettings/-/smartsettings-1.2.3.tgz",
"integrity": "sha512-IPylE5IllnSAwKoA2To1otDrs40fdaQOnxCDXwjUCwnIHPr27Z+pjGpkbQqwhObb0poDnzldpbwa+5TYK107/g=="
},
"smoothscroll-polyfill": {
"version": "0.4.4",

View File

@ -31,7 +31,7 @@
"moment": "^2.24.0",
"nanomodal": "^5.1.1",
"shepherd.js": "^7.1.4",
"smartsettings": "^2.0.5",
"smartsettings": "^1.2.3",
"tabs": "^0.2.0",
"xml-writer": "^1.7.0"
},