diff --git a/Makefile b/Makefile index 6297516..11430e5 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ dep: $(BUN) install dep.update: - $(BUNX) npm-check-updates -ws -ui + $(BUNX) npm-check-updates -ws --root -ui bootstrap: build.monobundle $(BUNX) monobundle diff --git a/bun.lockb b/bun.lockb index 5f8f354..34d320f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/nodedevpkg/monobundle/package.json b/nodedevpkg/monobundle/package.json index d35a6b4..73632c0 100644 --- a/nodedevpkg/monobundle/package.json +++ b/nodedevpkg/monobundle/package.json @@ -1,6 +1,6 @@ { "name": "@innoai-tech/monobundle", - "version": "0.11.10", + "version": "0.11.11", "monobundle": { "exports": { ".": "./src/index.ts", @@ -16,11 +16,11 @@ "@rollup/plugin-node-resolve": "^15.2.3", "browserslist": "^4.22.1", "chalk": "^5.3.0", - "esbuild": "^0.19.5", - "globby": "^13.2.2", + "esbuild": "^0.19.6", + "globby": "^14.0.0", "js-yaml": "^4.1.0", "minimatch": "^9.0.3", - "rollup": "^4.3.0", + "rollup": "^4.5.0", "rollup-plugin-dts": "^6.1.0", "yargs": "^17.7.2" }, diff --git a/nodepkg/config/package.json b/nodepkg/config/package.json index 576847c..61403c6 100644 --- a/nodepkg/config/package.json +++ b/nodepkg/config/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@innoai-tech/lodash": "workspace:^", - "esbuild": "^0.19.5" + "esbuild": "^0.19.6" }, "peerDependencies": { "vite": "^4.2.1" diff --git a/package.json b/package.json index 3ff114a..efa27f4 100644 --- a/package.json +++ b/package.json @@ -18,14 +18,14 @@ "devDependencies": { "@innoai-tech/devconfig": "workspace:*", "@innoai-tech/monobundle": "workspace:*", - "bun-types": "^1.0.7", - "core-js": "^3.33.0", - "esbuild": "^0.19.5", + "bun-types": "^1.0.13", + "core-js": "^3.33.3", + "esbuild": "^0.19.6", "jsdom": "^22.1.0", - "prettier": "^3.0.3", + "prettier": "^3.1.0", "rxjs": "^7.8.1", "turbo": "^1.10.16", "typescript": "^5.2.2", - "vite": "^4.5.0" + "vite": "^5.0.0" } }