upgrade package json

This commit is contained in:
Weiko 2024-09-30 16:22:40 +02:00
parent 5f1d3615c0
commit bd130a8b9f
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "twenty-emails",
"version": "0.30.0",
"version": "0.30.2",
"description": "",
"author": "",
"private": true,

View File

@ -1,6 +1,6 @@
{
"name": "twenty-front",
"version": "0.30.0",
"version": "0.30.2",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "twenty-server",
"version": "0.30.0",
"version": "0.30.2",
"description": "",
"author": "",
"private": true,

View File

@ -1,6 +1,6 @@
{
"name": "twenty-ui",
"version": "0.30.0",
"version": "0.30.2",
"type": "module",
"main": "./src/index.ts",
"exports": {

View File

@ -1,6 +1,6 @@
{
"name": "twenty-website",
"version": "0.30.0",
"version": "0.30.2",
"private": true,
"scripts": {
"nx": "NX_DEFAULT_PROJECT=twenty-website node ../../node_modules/nx/bin/nx.js",