mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-02-04 15:38:55 +08:00
fix tinycolor2 bundle
This commit is contained in:
18
package-lock.json
generated
18
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "sqliteviz",
|
"name": "sqliteviz",
|
||||||
"version": "0.27.1",
|
"version": "0.28.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "sqliteviz",
|
"name": "sqliteviz",
|
||||||
"version": "0.27.1",
|
"version": "0.28.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sigma/export-image": "^3.0.0",
|
"@sigma/export-image": "^3.0.0",
|
||||||
@@ -32,6 +32,7 @@
|
|||||||
"sigma": "^3.0.1",
|
"sigma": "^3.0.1",
|
||||||
"sql.js": "file:./lib/sql-js",
|
"sql.js": "file:./lib/sql-js",
|
||||||
"tiny-emitter": "^2.1.0",
|
"tiny-emitter": "^2.1.0",
|
||||||
|
"tinycolor2": "^1.4.2",
|
||||||
"veaury": "^2.5.1",
|
"veaury": "^2.5.1",
|
||||||
"vue": "^3.5.11",
|
"vue": "^3.5.11",
|
||||||
"vue-final-modal": "^4.5.5",
|
"vue-final-modal": "^4.5.5",
|
||||||
@@ -13341,6 +13342,11 @@
|
|||||||
"react": "^0.14.0 || ^15.0.0"
|
"react": "^0.14.0 || ^15.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/react-chart-editor/node_modules/tinycolor2": {
|
||||||
|
"version": "1.6.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
|
||||||
|
"integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw=="
|
||||||
|
},
|
||||||
"node_modules/react-color": {
|
"node_modules/react-color": {
|
||||||
"version": "2.19.3",
|
"version": "2.19.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -15514,8 +15520,12 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/tinycolor2": {
|
"node_modules/tinycolor2": {
|
||||||
"version": "1.6.0",
|
"version": "1.4.2",
|
||||||
"license": "MIT"
|
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz",
|
||||||
|
"integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==",
|
||||||
|
"engines": {
|
||||||
|
"node": "*"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"node_modules/tinyglobby": {
|
"node_modules/tinyglobby": {
|
||||||
"version": "0.2.12",
|
"version": "0.2.12",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sqliteviz",
|
"name": "sqliteviz",
|
||||||
"version": "0.28.1",
|
"version": "0.28.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@@ -36,6 +36,7 @@
|
|||||||
"sigma": "^3.0.1",
|
"sigma": "^3.0.1",
|
||||||
"sql.js": "file:./lib/sql-js",
|
"sql.js": "file:./lib/sql-js",
|
||||||
"tiny-emitter": "^2.1.0",
|
"tiny-emitter": "^2.1.0",
|
||||||
|
"tinycolor2": "^1.4.2",
|
||||||
"veaury": "^2.5.1",
|
"veaury": "^2.5.1",
|
||||||
"vue": "^3.5.11",
|
"vue": "^3.5.11",
|
||||||
"vue-final-modal": "^4.5.5",
|
"vue-final-modal": "^4.5.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user