Updated Auth0 and other deps #13; version bump
This commit is contained in:
parent
df76385d6a
commit
943492f175
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "my-prayer-journal-api",
|
"name": "my-prayer-journal-api",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.9.1",
|
"version": "0.9.2",
|
||||||
"description": "Server API for myPrayerJournal",
|
"description": "Server API for myPrayerJournal",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Daniel J. Summers <daniel@bitbadger.solutions>",
|
"author": "Daniel J. Summers <daniel@bitbadger.solutions>",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "my-prayer-journal",
|
"name": "my-prayer-journal",
|
||||||
"version": "0.9.1",
|
"version": "0.9.2",
|
||||||
"description": "myPrayerJournal - Front End",
|
"description": "myPrayerJournal - Front End",
|
||||||
"author": "Daniel J. Summers <daniel@bitbadger.solutions>",
|
"author": "Daniel J. Summers <daniel@bitbadger.solutions>",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
@ -14,17 +14,18 @@
|
||||||
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
|
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"auth0-js": "^8.10.1",
|
"auth0-js": "^9.3.3",
|
||||||
"axios": "^0.16.2",
|
"axios": "^0.18.0",
|
||||||
|
"bootstrap": "^4.0.0",
|
||||||
"bootstrap-vue": "^1.0.0-beta.9",
|
"bootstrap-vue": "^1.0.0-beta.9",
|
||||||
"moment": "^2.18.1",
|
"moment": "^2.18.1",
|
||||||
"pug": "^2.0.0-rc.4",
|
"pug": "^2.0.1",
|
||||||
"vue": "^2.4.4",
|
"vue": "^2.5.15",
|
||||||
"vue-awesome": "^2.3.3",
|
"vue-awesome": "^2.3.3",
|
||||||
"vue-progressbar": "^0.7.3",
|
"vue-progressbar": "^0.7.3",
|
||||||
"vue-router": "^2.6.0",
|
"vue-router": "^3.0.0",
|
||||||
"vue-toast": "^3.1.0",
|
"vue-toast": "^3.1.0",
|
||||||
"vuex": "^2.4.0"
|
"vuex": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^7.1.4",
|
"autoprefixer": "^7.1.4",
|
||||||
|
|
2137
src/app/yarn.lock
2137
src/app/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user