v9.0.0-alpha.35

This commit is contained in:
rijkvanzanten
2020-09-14 18:18:39 -04:00
parent ec3b2ae46d
commit e5b97930da
8 changed files with 14 additions and 13 deletions

2
api/package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "directus",
"version": "9.0.0-alpha.34",
"version": "9.0.0-alpha.35",
"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.34",
"@directus/app": "^9.0.0-alpha.35",
"@directus/format-title": "^3.2.0",
"@slynova/flydrive": "^1.0.2",
"@slynova/flydrive-gcs": "^1.0.2",
@@ -171,5 +171,5 @@
"prettier --write"
]
},
"gitHead": "a7d3952ec3b812ee1eec2f1c7b9f44186cbe0498"
"gitHead": "e4f1e921598eda5d8ed380f91d0328ce97a8fd04"
}

2
app/package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@directus/app",
"version": "9.0.0-alpha.34",
"version": "9.0.0-alpha.35",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/app",
"version": "9.0.0-alpha.34",
"version": "9.0.0-alpha.35",
"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": "a7d3952ec3b812ee1eec2f1c7b9f44186cbe0498"
"gitHead": "e4f1e921598eda5d8ed380f91d0328ce97a8fd04"
}

View File

@@ -1,11 +1,12 @@
{
"name": "@directus/docs",
"private": false,
"version": "9.0.0-alpha.34",
"version": "9.0.0-alpha.35",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"gitHead": "e4f1e921598eda5d8ed380f91d0328ce97a8fd04"
}

View File

@@ -5,7 +5,7 @@
"docs",
"packages/*"
],
"version": "9.0.0-alpha.34",
"version": "9.0.0-alpha.35",
"command": {
"bootstrap": {
"npmClientArgs": [

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "create-directus-project",
"version": "9.0.0-alpha.34",
"version": "9.0.0-alpha.35",
"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": "a7d3952ec3b812ee1eec2f1c7b9f44186cbe0498"
"gitHead": "e4f1e921598eda5d8ed380f91d0328ce97a8fd04"
}