mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Small updates
This commit is contained in:
parent
873e73860d
commit
f45606a66b
@ -78,10 +78,10 @@
|
||||
"eslint-plugin-vue": "~5.1.0",
|
||||
"jest": "~24.1.0",
|
||||
"node-sass": "~4.11.0",
|
||||
"nodemon": "~1.18.9",
|
||||
"nodemon": "~1.18.10",
|
||||
"prettier": "~1.14.3",
|
||||
"sass-loader": "~7.1.0",
|
||||
"vue-jest": "~3.0.2",
|
||||
"vue-jest": "~3.0.3",
|
||||
"vue-svg-loader": "~0.12.0"
|
||||
},
|
||||
"resolutions": {
|
||||
|
||||
22
yarn.lock
22
yarn.lock
@ -2952,7 +2952,7 @@ chokidar@^1.0.0:
|
||||
optionalDependencies:
|
||||
fsevents "^1.0.0"
|
||||
|
||||
chokidar@^2.0.2, chokidar@^2.0.4:
|
||||
chokidar@^2.0.2, chokidar@^2.0.4, chokidar@^2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.0.tgz#5fcb70d0b28ebe0867eb0f09d5f6a08f29a1efa0"
|
||||
integrity sha512-5t6G2SH8eO6lCvYOoUpaRnF5Qfd//gd7qJAkwRUw9qlGVkiQ13uwQngqbWWaurOsaAm9+kUGbITADxt6H0XFNQ==
|
||||
@ -7819,7 +7819,7 @@ node-sass@~4.11.0:
|
||||
stdout-stream "^1.4.0"
|
||||
"true-case-path" "^1.0.2"
|
||||
|
||||
nodemon@^1.18.6, nodemon@~1.18.9:
|
||||
nodemon@^1.18.6:
|
||||
version "1.18.9"
|
||||
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.9.tgz#90b467efd3b3c81b9453380aeb2a2cba535d0ead"
|
||||
integrity sha512-oj/eEVTEI47pzYAjGkpcNw0xYwTl4XSTUQv2NPQI6PpN3b75PhpuYk3Vb3U80xHCyM2Jm+1j68ULHXl4OR3Afw==
|
||||
@ -7835,6 +7835,22 @@ nodemon@^1.18.6, nodemon@~1.18.9:
|
||||
undefsafe "^2.0.2"
|
||||
update-notifier "^2.5.0"
|
||||
|
||||
nodemon@~1.18.10:
|
||||
version "1.18.10"
|
||||
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.10.tgz#3ba63f64eb4c283cf3e4f75f30817e9d4f393afe"
|
||||
integrity sha512-we51yBb1TfEvZamFchRgcfLbVYgg0xlGbyXmOtbBzDwxwgewYS/YbZ5tnlnsH51+AoSTTsT3A2E/FloUbtH8cQ==
|
||||
dependencies:
|
||||
chokidar "^2.1.0"
|
||||
debug "^3.1.0"
|
||||
ignore-by-default "^1.0.1"
|
||||
minimatch "^3.0.4"
|
||||
pstree.remy "^1.1.6"
|
||||
semver "^5.5.0"
|
||||
supports-color "^5.2.0"
|
||||
touch "^3.1.0"
|
||||
undefsafe "^2.0.2"
|
||||
update-notifier "^2.5.0"
|
||||
|
||||
"nopt@2 || 3":
|
||||
version "3.0.6"
|
||||
resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9"
|
||||
@ -11371,7 +11387,7 @@ vue-izitoast@1.1.2:
|
||||
dependencies:
|
||||
izitoast "^1.3.0"
|
||||
|
||||
vue-jest@~3.0.2:
|
||||
vue-jest@~3.0.3:
|
||||
version "3.0.3"
|
||||
resolved "https://registry.yarnpkg.com/vue-jest/-/vue-jest-3.0.3.tgz#80f664712f2678b1d8bb3af0f2c0bef5efa8de31"
|
||||
integrity sha512-QwFQjkv2vXYPKUkNZkMbV/ZTHyQhRM1JY8nP68dRLQmdvCN+VUEKhlByH/PgPqDr2p/NuhaM3PUjJ9nreR++3w==
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user