1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Fixing shared-core types version.

This commit is contained in:
mike12345567 2023-03-14 14:04:42 +00:00
parent afa541eb3c
commit 71a90f4873

View file

@ -20,7 +20,7 @@
"dev:builder": "yarn prebuild && concurrently \"tsc -p tsconfig.build.json --watch\" \"tsc -p tsconfig-cjs.build.json --watch\"" "dev:builder": "yarn prebuild && concurrently \"tsc -p tsconfig.build.json --watch\" \"tsc -p tsconfig-cjs.build.json --watch\""
}, },
"dependencies": { "dependencies": {
"@budibase/types": "2.4.5-alpha.0" "@budibase/types": "^2.4.26"
}, },
"devDependencies": { "devDependencies": {
"concurrently": "^7.6.0", "concurrently": "^7.6.0",