Remove dropped dependencies

This commit is contained in:
Andreas Nedbal 2022-01-06 02:56:35 +01:00
parent ed9f0f0123
commit 2796d72072
3 changed files with 14 additions and 17 deletions

View File

@ -5,16 +5,16 @@
},
"dependencies": {
"@babel/preset-typescript": "^7.12.7",
"@melloware/coloris": "^0.10.0",
"@rails/ujs": "^6.1.0",
"bootstrap": "^4.5.3",
"cheet.js": "^0.3.3",
"core-js": "^3.8.1",
"croppr": "^2.3.1",
"i18n-js": "^3.8.0",
"jquery": "^3.5.1",
"jquery-minicolors": "^2.1.10",
"jquery-ujs": "^1.2.2",
"jquery.growl": "^1.3.5",
"jquery.guillotine": "^1.4.3",
"jquery.turbolinks": "^2.1.0",
"js-cookie": "2.2.1",
"nprogress": "^0.2.0",

View File

@ -3,6 +3,7 @@
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"lib": ["es6", "dom"],
"module": "es6",
"moduleResolution": "node",

View File

@ -869,6 +869,11 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"
"@melloware/coloris@^0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@melloware/coloris/-/coloris-0.10.0.tgz#13483d2b35a78d52c8b802c444c85f3c0c1f6f05"
integrity sha512-AsHgSIZJKjdELApdcX05WA+Nul4zyeN72YyJtNMuVegPHszafkJKdaj+vmWYZBE4f8naKqwaNY9BuU6v1o0ivQ==
"@nodelib/fs.scandir@2.1.3":
version "2.1.3"
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
@ -2370,6 +2375,11 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
safe-buffer "^5.0.1"
sha.js "^2.4.8"
croppr@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/croppr/-/croppr-2.3.1.tgz#d279e006531240fa8ebf2681e4127ae7c42b074e"
integrity sha512-0rvTl4VmR3I4AahjJPF1u9IlT7ckvjIcgaLnUjYaY+UZsP9oxlVYZWYDuqM3SVCQiaI7DXMjR7wOEYT+mydOFg==
cross-spawn@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982"
@ -4485,13 +4495,6 @@ jest-worker@^26.5.0:
merge-stream "^2.0.0"
supports-color "^7.0.0"
jquery-minicolors@^2.1.10:
version "2.1.10"
resolved "https://registry.yarnpkg.com/jquery-minicolors/-/jquery-minicolors-2.1.10.tgz#b29eea541d9a32b4e26923168fb2c16271867379"
integrity sha1-sp7qVB2aMrTiaSMWj7LBYnGGc3k=
dependencies:
jquery ">= 1.7.x"
jquery-ujs@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/jquery-ujs/-/jquery-ujs-1.2.2.tgz#6a8ef1020e6b6dda385b90a4bddc128c21c56397"
@ -4504,19 +4507,12 @@ jquery.growl@^1.3.5:
resolved "https://registry.yarnpkg.com/jquery.growl/-/jquery.growl-1.3.5.tgz#fa1c4d758e0d7686551e15896b1aaac2bb1af7f1"
integrity sha1-+hxNdY4NdoZVHhWJaxqqwrsa9/E=
jquery.guillotine@^1.4.3:
version "1.4.3"
resolved "https://registry.yarnpkg.com/jquery.guillotine/-/jquery.guillotine-1.4.3.tgz#c2463c367feaa8b229e02e2fbbae2e29cfd07225"
integrity sha1-wkY8Nn/qqLIp4C4vu64uKc/QciU=
dependencies:
jquery ">= 1.8.0"
jquery.turbolinks@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/jquery.turbolinks/-/jquery.turbolinks-2.1.0.tgz#36036bb997c48d53bceb345521fbdf7da887a62c"
integrity sha1-NgNruZfEjVO86zRVIfvffaiHpiw=
"jquery@>= 1.7.x", "jquery@>= 1.8.0", jquery@>=1.8.0, jquery@^3.0, jquery@^3.5.1:
jquery@>=1.8.0, jquery@^3.0, jquery@^3.5.1:
version "3.5.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==