mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-21 09:26:54 +01:00
upgrade dependencies
This commit is contained in:
parent
91e85fc587
commit
8c66b9e573
@ -91,9 +91,7 @@ module.exports = {
|
||||
css: false,
|
||||
materialDesignIcons: false
|
||||
}
|
||||
],
|
||||
// Doc: https://axios.nuxtjs.org/usage
|
||||
'@nuxtjs/axios'
|
||||
]
|
||||
],
|
||||
/*
|
||||
** Axios module configuration
|
||||
|
@ -12,7 +12,6 @@
|
||||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxtjs/axios": "^5.9.3",
|
||||
"@open-wc/webpack-import-meta-loader": "^0.4.1",
|
||||
"async-mutex": "^0.1.4",
|
||||
"aws-sdk": "^2.610.0",
|
||||
@ -25,7 +24,7 @@
|
||||
"express-session": "^1.17.0",
|
||||
"multer": "^1.4.2",
|
||||
"mysql2": "^2.1.0",
|
||||
"nuxt": "^2.0.0",
|
||||
"nuxt": "^2.12.0",
|
||||
"nuxt-buefy": "^0.3.24",
|
||||
"oauth": "^0.9.15",
|
||||
"sequelize": "^5.21.3",
|
||||
|
Loading…
Reference in New Issue
Block a user