chore: minor update dependencies

master
Katja Lutz 2 years ago
parent eabb559c66
commit 2ac207b89c

90
package-lock.json generated

@ -11,17 +11,17 @@
"dependencies": { "dependencies": {
"solid-start": "v0.1.0-alpha.89", "solid-start": "v0.1.0-alpha.89",
"solid-start-node": "next", "solid-start-node": "next",
"unplugin-icons": "^0.14.3", "unplugin-icons": "^0.14.6",
"vite": "^2.9.10" "vite": "^2.9.13"
}, },
"bin": { "bin": {
"rappli": "bin/rappli.js" "rappli": "bin/rappli.js"
}, },
"devDependencies": { "devDependencies": {
"@formkit/auto-animate": "^1.0.0-beta.1", "@formkit/auto-animate": "^1.0.0-beta.1",
"@iconify/json": "^2.1.65", "@iconify/json": "^2.1.69",
"@tailwindcss/typography": "^0.5.2", "@tailwindcss/typography": "^0.5.2",
"@types/big.js": "^6.1.3", "@types/big.js": "^6.1.4",
"@types/qrcode": "^1.4.2", "@types/qrcode": "^1.4.2",
"@types/sortablejs": "^1.13.0", "@types/sortablejs": "^1.13.0",
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.2",
@ -44,7 +44,7 @@
"remark-rehype": "^10.1.0", "remark-rehype": "^10.1.0",
"shareon": "^2.0.0", "shareon": "^2.0.0",
"solid-app-router": "^0.4.1", "solid-app-router": "^0.4.1",
"solid-js": "^1.4.4", "solid-js": "^1.4.5",
"solid-meta": "^0.27.5", "solid-meta": "^0.27.5",
"sortablejs": "^1.15.0", "sortablejs": "^1.15.0",
"standard-version": "^9.5.0", "standard-version": "^9.5.0",
@ -1648,13 +1648,13 @@
} }
}, },
"node_modules/@iconify/json": { "node_modules/@iconify/json": {
"version": "2.1.65", "version": "2.1.69",
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.65.tgz", "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.69.tgz",
"integrity": "sha512-i7Qbccv5h1hdp1H779hDif6WmY5qNHwiEGVLY2crWSK05B9dFPh0xH4Q8i77YuSCY9rP25AXDKNZVzPUEuSqJA==", "integrity": "sha512-IJ7InhhWNXfg9apEyDTlGK1Coh5zvSpGStnoOJf36m4Cstqd45qfbObgOevxtUW7zknHlOgMWtw/a9MUNVs1zw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@iconify/types": "^1.1.0", "@iconify/types": "*",
"pathe": "^0.2.0" "pathe": "^0.3.0"
} }
}, },
"node_modules/@iconify/types": { "node_modules/@iconify/types": {
@ -1840,9 +1840,9 @@
} }
}, },
"node_modules/@types/big.js": { "node_modules/@types/big.js": {
"version": "6.1.3", "version": "6.1.4",
"resolved": "https://registry.npmjs.org/@types/big.js/-/big.js-6.1.3.tgz", "resolved": "https://registry.npmjs.org/@types/big.js/-/big.js-6.1.4.tgz",
"integrity": "sha512-fHh2h1cFlvGP0kFCqoAsnuQoM0n3xHB6HxgZvELt7dji+BtK/j938MRL0nG5AA45EgibuFcPjgLlkqfUPCyoKw==", "integrity": "sha512-yBEfFBLpvnIS9MLcKG4XIpBhMRjDWEf4cSJ/uR5cPq2JrYB+yhYMPK8cF17hGfWmsWL7LuzJF/N4APRtmcg4sw==",
"dev": true "dev": true
}, },
"node_modules/@types/debug": { "node_modules/@types/debug": {
@ -6108,9 +6108,9 @@
} }
}, },
"node_modules/pathe": { "node_modules/pathe": {
"version": "0.2.0", "version": "0.3.1",
"resolved": "https://registry.npmjs.org/pathe/-/pathe-0.2.0.tgz", "resolved": "https://registry.npmjs.org/pathe/-/pathe-0.3.1.tgz",
"integrity": "sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==", "integrity": "sha512-cKMVe/pikPpreoODbjoliSk0cIT66JjEOWN30akc9WTo8kUjxFPYqmXvMBVPMSAJGJlx6v/nYzqSSHkp1cfezQ==",
"dev": true "dev": true
}, },
"node_modules/picocolors": { "node_modules/picocolors": {
@ -6933,9 +6933,9 @@
} }
}, },
"node_modules/solid-js": { "node_modules/solid-js": {
"version": "1.4.4", "version": "1.4.5",
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.4.4.tgz", "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.4.5.tgz",
"integrity": "sha512-nf/cbRzMuhb5UjbRDNfSJPqHKzUxNb9YgCQwijPUbdA3koQ/hWrz/lj0ter3lvThgxinvGPtXofDGy9bsKrXqA==" "integrity": "sha512-32NGpuabEJDTeQ7fjaTR2TLC7R/X5hbqhYdEQ1e+GcIK8r8+/V0Nv17eZQii5Z/97/mtdt8yi63chzg73qnz/A=="
}, },
"node_modules/solid-meta": { "node_modules/solid-meta": {
"version": "0.27.5", "version": "0.27.5",
@ -7751,9 +7751,9 @@
} }
}, },
"node_modules/unplugin-icons": { "node_modules/unplugin-icons": {
"version": "0.14.5", "version": "0.14.6",
"resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.14.5.tgz", "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.14.6.tgz",
"integrity": "sha512-fxi/fuBZXtZu64L8iAPj+ecu/rnSvTbfR14RO44xIWdsI/Ohpzs9Gve7+nHIgD6JFrdtCfzGnXWBEVPbMGWX3A==", "integrity": "sha512-8sxDiL4l+TV4zufZfrskgHZZSDFoGOCBgYsefRMM4inQ3Z6KhgMSuNyew7U7D/xG//rwxgD7bN+Dv+YAZEEfEw==",
"dependencies": { "dependencies": {
"@antfu/install-pkg": "^0.1.0", "@antfu/install-pkg": "^0.1.0",
"@antfu/utils": "^0.5.2", "@antfu/utils": "^0.5.2",
@ -7879,9 +7879,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "2.9.12", "version": "2.9.13",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.9.12.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz",
"integrity": "sha512-suxC36dQo9Rq1qMB2qiRorNJtJAdxguu5TMvBHOc/F370KvqAe9t48vYp+/TbPKRNrMh/J55tOUmkuIqstZaew==", "integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==",
"dependencies": { "dependencies": {
"esbuild": "^0.14.27", "esbuild": "^0.14.27",
"postcss": "^8.4.13", "postcss": "^8.4.13",
@ -9260,13 +9260,13 @@
"dev": true "dev": true
}, },
"@iconify/json": { "@iconify/json": {
"version": "2.1.65", "version": "2.1.69",
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.65.tgz", "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.69.tgz",
"integrity": "sha512-i7Qbccv5h1hdp1H779hDif6WmY5qNHwiEGVLY2crWSK05B9dFPh0xH4Q8i77YuSCY9rP25AXDKNZVzPUEuSqJA==", "integrity": "sha512-IJ7InhhWNXfg9apEyDTlGK1Coh5zvSpGStnoOJf36m4Cstqd45qfbObgOevxtUW7zknHlOgMWtw/a9MUNVs1zw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@iconify/types": "^1.1.0", "@iconify/types": "*",
"pathe": "^0.2.0" "pathe": "^0.3.0"
} }
}, },
"@iconify/types": { "@iconify/types": {
@ -9412,9 +9412,9 @@
} }
}, },
"@types/big.js": { "@types/big.js": {
"version": "6.1.3", "version": "6.1.4",
"resolved": "https://registry.npmjs.org/@types/big.js/-/big.js-6.1.3.tgz", "resolved": "https://registry.npmjs.org/@types/big.js/-/big.js-6.1.4.tgz",
"integrity": "sha512-fHh2h1cFlvGP0kFCqoAsnuQoM0n3xHB6HxgZvELt7dji+BtK/j938MRL0nG5AA45EgibuFcPjgLlkqfUPCyoKw==", "integrity": "sha512-yBEfFBLpvnIS9MLcKG4XIpBhMRjDWEf4cSJ/uR5cPq2JrYB+yhYMPK8cF17hGfWmsWL7LuzJF/N4APRtmcg4sw==",
"dev": true "dev": true
}, },
"@types/debug": { "@types/debug": {
@ -12411,9 +12411,9 @@
} }
}, },
"pathe": { "pathe": {
"version": "0.2.0", "version": "0.3.1",
"resolved": "https://registry.npmjs.org/pathe/-/pathe-0.2.0.tgz", "resolved": "https://registry.npmjs.org/pathe/-/pathe-0.3.1.tgz",
"integrity": "sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==", "integrity": "sha512-cKMVe/pikPpreoODbjoliSk0cIT66JjEOWN30akc9WTo8kUjxFPYqmXvMBVPMSAJGJlx6v/nYzqSSHkp1cfezQ==",
"dev": true "dev": true
}, },
"picocolors": { "picocolors": {
@ -12976,9 +12976,9 @@
"requires": {} "requires": {}
}, },
"solid-js": { "solid-js": {
"version": "1.4.4", "version": "1.4.5",
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.4.4.tgz", "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.4.5.tgz",
"integrity": "sha512-nf/cbRzMuhb5UjbRDNfSJPqHKzUxNb9YgCQwijPUbdA3koQ/hWrz/lj0ter3lvThgxinvGPtXofDGy9bsKrXqA==" "integrity": "sha512-32NGpuabEJDTeQ7fjaTR2TLC7R/X5hbqhYdEQ1e+GcIK8r8+/V0Nv17eZQii5Z/97/mtdt8yi63chzg73qnz/A=="
}, },
"solid-meta": { "solid-meta": {
"version": "0.27.5", "version": "0.27.5",
@ -13570,9 +13570,9 @@
} }
}, },
"unplugin-icons": { "unplugin-icons": {
"version": "0.14.5", "version": "0.14.6",
"resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.14.5.tgz", "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.14.6.tgz",
"integrity": "sha512-fxi/fuBZXtZu64L8iAPj+ecu/rnSvTbfR14RO44xIWdsI/Ohpzs9Gve7+nHIgD6JFrdtCfzGnXWBEVPbMGWX3A==", "integrity": "sha512-8sxDiL4l+TV4zufZfrskgHZZSDFoGOCBgYsefRMM4inQ3Z6KhgMSuNyew7U7D/xG//rwxgD7bN+Dv+YAZEEfEw==",
"requires": { "requires": {
"@antfu/install-pkg": "^0.1.0", "@antfu/install-pkg": "^0.1.0",
"@antfu/utils": "^0.5.2", "@antfu/utils": "^0.5.2",
@ -13644,9 +13644,9 @@
} }
}, },
"vite": { "vite": {
"version": "2.9.12", "version": "2.9.13",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.9.12.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz",
"integrity": "sha512-suxC36dQo9Rq1qMB2qiRorNJtJAdxguu5TMvBHOc/F370KvqAe9t48vYp+/TbPKRNrMh/J55tOUmkuIqstZaew==", "integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==",
"requires": { "requires": {
"esbuild": "^0.14.27", "esbuild": "^0.14.27",
"fsevents": "~2.3.2", "fsevents": "~2.3.2",

@ -20,9 +20,9 @@
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"@formkit/auto-animate": "^1.0.0-beta.1", "@formkit/auto-animate": "^1.0.0-beta.1",
"@iconify/json": "^2.1.65", "@iconify/json": "^2.1.69",
"@tailwindcss/typography": "^0.5.2", "@tailwindcss/typography": "^0.5.2",
"@types/big.js": "^6.1.3", "@types/big.js": "^6.1.4",
"@types/qrcode": "^1.4.2", "@types/qrcode": "^1.4.2",
"@types/sortablejs": "^1.13.0", "@types/sortablejs": "^1.13.0",
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.2",
@ -45,7 +45,7 @@
"remark-rehype": "^10.1.0", "remark-rehype": "^10.1.0",
"shareon": "^2.0.0", "shareon": "^2.0.0",
"solid-app-router": "^0.4.1", "solid-app-router": "^0.4.1",
"solid-js": "^1.4.4", "solid-js": "^1.4.5",
"solid-meta": "^0.27.5", "solid-meta": "^0.27.5",
"sortablejs": "^1.15.0", "sortablejs": "^1.15.0",
"standard-version": "^9.5.0", "standard-version": "^9.5.0",
@ -60,7 +60,7 @@
"dependencies": { "dependencies": {
"solid-start": "v0.1.0-alpha.89", "solid-start": "v0.1.0-alpha.89",
"solid-start-node": "next", "solid-start-node": "next",
"unplugin-icons": "^0.14.3", "unplugin-icons": "^0.14.6",
"vite": "^2.9.10" "vite": "^2.9.13"
} }
} }

Loading…
Cancel
Save