v9.0.0-alpha.32

This commit is contained in:
rijkvanzanten
2020-09-03 18:56:55 -04:00
parent afbc2e8c1d
commit cab4cac71e
6 changed files with 10 additions and 10 deletions

2
api/package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "directus",
"version": "9.0.0-alpha.31",
"version": "9.0.0-alpha.32",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "directus",
"version": "9.0.0-alpha.31",
"version": "9.0.0-alpha.32",
"license": "GPL-3.0-only",
"homepage": "https://github.com/directus/next#readme",
"description": "Directus is a real-time API and App dashboard for managing SQL database content.",
@@ -64,7 +64,7 @@
"example.env"
],
"dependencies": {
"@directus/app": "^9.0.0-alpha.31",
"@directus/app": "^9.0.0-alpha.32",
"@directus/format-title": "^3.2.0",
"@slynova/flydrive": "^1.0.2",
"@slynova/flydrive-gcs": "^1.0.2",
@@ -161,5 +161,5 @@
"prettier --write"
]
},
"gitHead": "3395a51f786c82c81ad67d515786da9d18b8a027"
"gitHead": "a7d3952ec3b812ee1eec2f1c7b9f44186cbe0498"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/app",
"version": "9.0.0-alpha.31",
"version": "9.0.0-alpha.32",
"private": false,
"description": "Directus is an Open-Source Headless CMS & API for Managing Custom Databases",
"author": "Rijk van Zanten <rijk@rngr.org>",
@@ -159,5 +159,5 @@
"stylelint --fix"
]
},
"gitHead": "3395a51f786c82c81ad67d515786da9d18b8a027"
"gitHead": "a7d3952ec3b812ee1eec2f1c7b9f44186cbe0498"
}

View File

@@ -4,7 +4,7 @@
"app",
"packages/*"
],
"version": "9.0.0-alpha.31",
"version": "9.0.0-alpha.32",
"command": {
"bootstrap": {
"npmClientArgs": [

View File

@@ -1,6 +1,6 @@
{
"name": "create-directus-project",
"version": "9.0.0-alpha.31",
"version": "9.0.0-alpha.32",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "create-directus-project",
"version": "9.0.0-alpha.31",
"version": "9.0.0-alpha.32",
"description": "A small installer util that will create a directory, add boilerplate folders, and install Directus through npm.",
"main": "lib/index.js",
"bin": "./lib/index.js",
@@ -20,5 +20,5 @@
"fs-extra": "^9.0.1",
"ora": "^4.0.5"
},
"gitHead": "3395a51f786c82c81ad67d515786da9d18b8a027"
"gitHead": "a7d3952ec3b812ee1eec2f1c7b9f44186cbe0498"
}