diff --git a/bun.lockb b/bun.lockb index cc1acbc..ceeca36 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/nodedevpkg/monobundle/package.json b/nodedevpkg/monobundle/package.json index 8532447..c8fb8cf 100644 --- a/nodedevpkg/monobundle/package.json +++ b/nodedevpkg/monobundle/package.json @@ -20,7 +20,7 @@ "globby": "^14.0.0", "js-yaml": "^4.1.0", "minimatch": "^9.0.3", - "rollup": "^4.9.4", + "rollup": "^4.9.5", "rollup-plugin-dts": "^6.1.0", "yargs": "^17.7.2" }, diff --git a/nodedevpkg/purebundle/package.json b/nodedevpkg/purebundle/package.json index 536f13d..65f6646 100644 --- a/nodedevpkg/purebundle/package.json +++ b/nodedevpkg/purebundle/package.json @@ -2,7 +2,7 @@ "name": "@innoai-tech/purebundle", "version": "0.2.12", "dependencies": { - "@swc/core": "1.3.102" + "@swc/core": "1.3.103" }, "exports": { ".": { diff --git a/nodepkg/config/package.json b/nodepkg/config/package.json index 644ed69..5d4af3b 100644 --- a/nodepkg/config/package.json +++ b/nodepkg/config/package.json @@ -1,6 +1,6 @@ { "name": "@innoai-tech/config", - "version": "0.5.2", + "version": "0.5.3", "monobundle": { "exports": { ".": "./src/index.ts", @@ -13,7 +13,7 @@ "esbuild": "^0.19.11" }, "peerDependencies": { - "vite": "^4.2.1" + "vite": "^5.0.11" }, "browserslist": [ "defaults" diff --git a/package.json b/package.json index e9649f1..9fab31f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@innoai-tech/devconfig": "workspace:*", "@innoai-tech/monobundle": "workspace:*", - "@biomejs/biome": "^1.5.1", + "@biomejs/biome": "^1.5.2", "bun-types": "^1.0.22", "core-js": "^3.35.0", "esbuild": "^0.19.11",