Skip to content

Commit

Permalink
chore(dep): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Oct 21, 2024
1 parent 529834b commit 6852aa4
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//npm.pkg.github.com/:_authToken = ${INNOAI_TECH_REGISTRY_AUTH_TOKEN}
@innoai-tech:registry = https://npm.pkg.github.com
registry = https://registry.npmjs.org
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) taze -w -r
$(BUNX) taze -w -r latest

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.14.3",
"version": "0.14.5",
"monobundle": {
"exports": {
".": "./src/index.ts",
Expand All @@ -14,15 +14,15 @@
"@innoai-tech/lodash": "workspace:^",
"@innoai-tech/purebundle": "workspace:^",
"@innoai-tech/vuecomponentcompleter": "workspace:^",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"browserslist": "^4.24.0",
"chalk": "^5.3.0",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"globby": "^14.0.2",
"js-yaml": "^4.1.0",
"minimatch": "^10.0.1",
"rollup": "^4.22.4",
"rollup": "^4.24.0",
"yargs": "^17.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions nodedevpkg/purebundle/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@innoai-tech/purebundle",
"version": "0.4.1",
"version": "0.4.2",
"dependencies": {
"@swc/core": "^1.7.28"
"@swc/core": "^1.7.36"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion nodedevpkg/vuecomponentcompleter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@innoai-tech/vuecomponentcompleter",
"version": "0.1.3",
"dependencies": {
"@swc/core": "^1.7.28"
"@swc/core": "^1.7.36"
},
"exports": {
".": {
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.21.5"
"esbuild": "^0.24.0"
},
"peerDependencies": {},
"browserslist": [
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected].29",
"packageManager": "[email protected].31",
"workspaces": [
"nodepkg/*",
"nodedevpkg/*"
Expand All @@ -18,18 +18,18 @@
"devDependencies": {
"@innoai-tech/devconfig": "workspace:*",
"@innoai-tech/monobundle": "workspace:*",
"bun-types": "^1.1.29",
"bun-types": "^1.1.31",
"core-js": "^3.38.1",
"esbuild": "^0.23.1",
"jsdom": "^24.1.3",
"esbuild": "^0.24.0",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"rxjs": "^7.8.1",
"turbo": "^2.1.2",
"typescript": "^5.6.2",
"vite": "^5.4.8"
"turbo": "^2.2.1",
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"resolutions": {
"rollup": "^4.22.4"
"rollup": "^4.24.0"
},
"prettier": {}
}
5 changes: 5 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"src/*",
"package.json",
"Cargo.toml"
],
"outputs": [
"pkg/*",
"dist/*",
"target/*"
]
},
"dev": {
Expand Down

0 comments on commit 6852aa4

Please sign in to comment.