nav tabs on admin dashboard

This commit is contained in:
2019-03-07 00:20:34 -06:00
parent f73d6ae228
commit e4f473f376
11661 changed files with 216240 additions and 1544253 deletions

3
node_modules/async/CHANGELOG.md generated vendored
View File

@@ -1,3 +1,6 @@
#v2.6.2
- Updated lodash to squelch a security warning (#1620)
# v2.6.1
- Updated lodash to prevent `npm audit` warnings. (#1532, #1533)
- Made `async-es` more optimized for webpack users (#1517)

15
node_modules/async/package.json generated vendored
View File

@@ -1,8 +1,8 @@
{
"_from": "async@^2.4.1",
"_id": "async@2.6.1",
"_id": "async@2.6.2",
"_inBundle": false,
"_integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==",
"_integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==",
"_location": "/async",
"_phantomChildren": {},
"_requested": {
@@ -16,11 +16,10 @@
"fetchSpec": "^2.4.1"
},
"_requiredBy": [
"/extract-text-webpack-plugin",
"/webpack"
"/extract-text-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz",
"_shasum": "b245a23ca71930044ec53fa46aa00a3e87c6a610",
"_resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz",
"_shasum": "18330ea7e6e313887f5d2f2a904bac6fe4dd5381",
"_spec": "async@^2.4.1",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\extract-text-webpack-plugin",
"author": {
@@ -31,7 +30,7 @@
},
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.17.10"
"lodash": "^4.17.11"
},
"deprecated": false,
"description": "Higher-order functions and common patterns for asynchronous code",
@@ -104,5 +103,5 @@
"mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
"test": "npm run lint && npm run mocha-node-test"
},
"version": "2.6.1"
"version": "2.6.2"
}