From 4be763ce07e9de34b1da4df5f883a8a88e322250 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Fri, 17 Feb 2023 15:03:59 +0100 Subject: [PATCH] Move svelte & @tricoteuses/explorer-tools to dependencies --- package-lock.json | 14 +++++--------- package.json | 6 ++++-- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9888c7c..a57409b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,10 @@ "name": "@tricoteuses/legal-explorer", "version": "0.1.1", "license": "AGPL-3.0-or-later", + "dependencies": { + "@tricoteuses/explorer-tools": "^0.3.0", + "svelte": "^3.55.1" + }, "devDependencies": { "@auditors/core": "^0.3.0", "@iconify-icons/codicon": "^1.2.15", @@ -16,7 +20,6 @@ "@sveltejs/kit": "^1.5.0", "@sveltejs/package": "^1.0.0-next.5", "@tailwindcss/typography": "^0.5.3", - "@tricoteuses/explorer-tools": "^0.3.0", "@types/fs-extra": "^11.0.1", "@types/he": "^1.1.2", "@types/morgan": "^1.9.3", @@ -43,7 +46,6 @@ "prettier-plugin-svelte": "^2.7.0", "prettier-plugin-tailwindcss": "^0.2.2", "sade": "^1.8.1", - "svelte": "^3.55.1", "svelte-check": "^3.0.3", "svelte2tsx": "^0.6.0", "tailwindcss": "^3.1.5", @@ -505,7 +507,6 @@ "version": "1.2.21", "resolved": "https://registry.npmjs.org/@iconify-icons/codicon/-/codicon-1.2.21.tgz", "integrity": "sha512-thIa+5jVVVSz048cSQQpQfnXU+zfQjxF3ofmkZHN+7fc6cHclKRxPPXSeVj7dHZzpgQx4pbijHPIUzIni+Pegw==", - "dev": true, "dependencies": { "@iconify/types": "*" } @@ -513,8 +514,7 @@ "node_modules/@iconify/types": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", - "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==", - "dev": true + "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==" }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.0", @@ -798,7 +798,6 @@ "version": "0.3.0", "resolved": "https://registry.npmjs.org/@tricoteuses/explorer-tools/-/explorer-tools-0.3.0.tgz", "integrity": "sha512-uELod35chBp8dG/73snMrDeWcIAALxEW0PgRO8JdeedXjzow8GI5IGiI1cX9yFNqHsGh7H62imZAafxr8egatw==", - "dev": true, "dependencies": { "@iconify-icons/codicon": "^1.2.15", "augmented-data-viewer": "^0.2.0", @@ -1236,7 +1235,6 @@ "version": "0.2.0", "resolved": "https://registry.npmjs.org/augmented-data-viewer/-/augmented-data-viewer-0.2.0.tgz", "integrity": "sha512-EsDxocTYCXJgDn3CiSqIjmCbbNaHimlQQ+ZMyQtkNDuF1FKhCOFCfgrV45+WDaVIEefmFGZfW7qFrHlve6jrbQ==", - "dev": true, "dependencies": { "@iconify-icons/codicon": "^1.2.15", "iconify-icon": "^1.0.3" @@ -2767,7 +2765,6 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-1.0.3.tgz", "integrity": "sha512-pyWLbx8IBfD2G3M0hULuvUBwoowrZtXEKyeAXhD2AlbNYTSDPmWGhgPYaRAnVIuBjMAZ4dCyEHmaYgnlDZc0XQ==", - "dev": true, "dependencies": { "@iconify/types": "^2.0.0" }, @@ -4228,7 +4225,6 @@ "version": "3.55.1", "resolved": "https://registry.npmjs.org/svelte/-/svelte-3.55.1.tgz", "integrity": "sha512-S+87/P0Ve67HxKkEV23iCdAh/SX1xiSfjF1HOglno/YTbSTW7RniICMCofWGdJJbdjw3S+0PfFb1JtGfTXE0oQ==", - "dev": true, "engines": { "node": ">= 8" } diff --git a/package.json b/package.json index eb11ae6..bc9af3e 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,10 @@ "preview": "vite preview", "test": "playwright test" }, + "dependencies": { + "@tricoteuses/explorer-tools": "^0.3.0", + "svelte": "^3.55.1" + }, "devDependencies": { "@auditors/core": "^0.3.0", "@iconify-icons/codicon": "^1.2.15", @@ -29,7 +33,6 @@ "@sveltejs/kit": "^1.5.0", "@sveltejs/package": "^1.0.0-next.5", "@tailwindcss/typography": "^0.5.3", - "@tricoteuses/explorer-tools": "^0.3.0", "@types/fs-extra": "^11.0.1", "@types/he": "^1.1.2", "@types/morgan": "^1.9.3", @@ -56,7 +59,6 @@ "prettier-plugin-svelte": "^2.7.0", "prettier-plugin-tailwindcss": "^0.2.2", "sade": "^1.8.1", - "svelte": "^3.55.1", "svelte-check": "^3.0.3", "svelte2tsx": "^0.6.0", "tailwindcss": "^3.1.5",