1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Setting version and adding types dependency to backend-core.

This commit is contained in:
mike12345567 2023-05-23 18:21:47 +01:00
parent 3d604f780a
commit 9d3d29f43a
3 changed files with 9 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"private": true,
"devDependencies": {
"@esbuild-plugins/node-resolve": "^0.2.2",
"@nx/esbuild": "^16.2.1",
"@nx/esbuild": "16.2.1",
"@nx/js": "16.2.1",
"@rollup/plugin-json": "^4.0.2",
"@typescript-eslint/parser": "5.45.0",

View file

@ -0,0 +1,7 @@
{
"targets": {
"build": {
"dependsOn": ["@budibase/types:build"]
}
}
}

View file

@ -3942,7 +3942,7 @@
tmp "~0.2.1"
tslib "^2.3.0"
"@nx/esbuild@16.2.1", "@nx/esbuild@^16.2.1":
"@nx/esbuild@16.2.1":
version "16.2.1"
resolved "https://registry.yarnpkg.com/@nx/esbuild/-/esbuild-16.2.1.tgz#157a408a617b5095ba1372ec27b03d6c9aa3b78c"
integrity sha512-jG4zsGc1EN+SfEBUky44+4cpj7M0Sf0v3pGWsw4hCOuBeLl6qW+eAcFypDXecDosS7ct/M2nEtlZP45IVDMZgQ==