Skip to content

Commit

Permalink
chore(deps): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Apr 19, 2024
1 parent 6676ddc commit 6924927
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion nodedevpkg/devconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://[email protected]:morlay/bunpublish.git",
"url": "ssh://[email protected]:innoai-tech/nodekit.git",
"directory": "nodedevpkg/devconfig"
},
"scripts": {},
Expand Down
4 changes: 2 additions & 2 deletions nodedevpkg/monobundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"globby": "^14.0.1",
"js-yaml": "^4.1.0",
"minimatch": "^9.0.4",
"rollup": "^4.14.1",
"rollup": "^4.14.3",
"yargs": "^17.7.2"
},
"peerDependencies": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://[email protected]:morlay/bunpublish.git",
"url": "ssh://[email protected]:innoai-tech/nodekit.git",
"directory": "nodedevpkg/monobundle"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions nodedevpkg/purebundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@innoai-tech/purebundle",
"version": "0.3.0",
"dependencies": {
"@swc/core": "1.4.13"
"@swc/core": "1.4.16"
},
"exports": {
".": {
Expand All @@ -27,7 +27,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://[email protected]:morlay/bunpublish.git",
"url": "ssh://[email protected]:innoai-tech/nodekit.git",
"directory": "nodedevpkg/purebundle"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion nodepkg/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://[email protected]:morlay/bunpublish.git",
"url": "ssh://[email protected]:innoai-tech/nodekit.git",
"directory": "nodepkg/config"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion nodepkg/fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://[email protected]:morlay/bunpublish.git",
"url": "ssh://[email protected]:innoai-tech/nodekit.git",
"directory": "nodepkg/fetcher"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion nodepkg/lodash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://[email protected]:morlay/bunpublish.git",
"url": "ssh://[email protected]:innoai-tech/nodekit.git",
"directory": "nodepkg/lodash"
},
"scripts": {},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:morlay/bunpublish.git"
"url": "ssh://[email protected]:innoai-tech/nodekit.git"
},
"devDependencies": {
"@innoai-tech/devconfig": "workspace:*",
"@innoai-tech/monobundle": "workspace:*",
"bun-types": "^1.1.3",
"core-js": "^3.36.1",
"bun-types": "^1.1.4",
"core-js": "^3.37.0",
"esbuild": "^0.20.2",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"rxjs": "^7.8.1",
"turbo": "^1.13.2",
"typescript": "^5.4.4",
"vite": "^5.2.8"
"typescript": "^5.4.5",
"vite": "^5.2.9"
},
"resolutions": {
"rollup": "^4.13.0"
"rollup": "^4.14.3"
},
"prettier": {}
}

0 comments on commit 6924927

Please sign in to comment.