Skip to content

Commit

Permalink
chore(deps): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Nov 20, 2023
1 parent 0aceda1 commit 70c83fd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions nodedevpkg/monobundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@innoai-tech/monobundle",
"version": "0.11.10",
"version": "0.11.11",
"monobundle": {
"exports": {
".": "./src/index.ts",
Expand All @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion nodepkg/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@innoai-tech/lodash": "workspace:^",
"esbuild": "^0.19.5"
"esbuild": "^0.19.6"
},
"peerDependencies": {
"vite": "^4.2.1"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 70c83fd

Please sign in to comment.