mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
v9.0.0-alpha.32
This commit is contained in:
2
api/package-lock.json
generated
2
api/package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "directus",
|
||||
"version": "9.0.0-alpha.31",
|
||||
"version": "9.0.0-alpha.32",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"app",
|
||||
"packages/*"
|
||||
],
|
||||
"version": "9.0.0-alpha.31",
|
||||
"version": "9.0.0-alpha.32",
|
||||
"command": {
|
||||
"bootstrap": {
|
||||
"npmClientArgs": [
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user