Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Mar 15, 2022
1 parent 36bfc79 commit 4889dc1
Show file tree
Hide file tree
Showing 10 changed files with 413 additions and 416 deletions.
9 changes: 9 additions & 0 deletions .changeset/rich-years-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'bob-esbuild': patch
'bob-esbuild-cli': patch
'bob-ts': patch
'bob-tsm': patch
'bob-esbuild-plugin': patch
---

Bump
8 changes: 4 additions & 4 deletions examples/nextjs-custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"dependencies": {
"bob-tsm": "workspace:^0.4.6",
"next": "^12.0.10",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/node": "^17.0.18",
"@types/react": "^17.0.39",
"@types/node": "^17.0.21",
"@types/react": "^17.0.40",
"cross-env": "^7.0.3",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
},
"dependenciesMeta": {
"bob-tsm": {
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
"types": "pnpm --filter bob-esbuild build:types"
},
"devDependencies": {
"@changesets/apply-release-plan": "^5.0.4",
"@changesets/assemble-release-plan": "^5.0.5",
"@changesets/cli": "^2.20.0",
"@changesets/config": "^1.6.4",
"@changesets/read": "^0.5.3",
"@changesets/apply-release-plan": "^5.0.5",
"@changesets/assemble-release-plan": "^5.1.1",
"@changesets/cli": "^2.21.1",
"@changesets/config": "^1.7.0",
"@changesets/read": "^0.5.4",
"@manypkg/get-packages": "^1.1.3",
"@types/node": "^17.0.18",
"@types/node": "^17.0.21",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.14.21",
"esbuild": "^0.14.27",
"husky": "^7.0.4",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"tsm": "^2.2.1",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
},
"engines": {
"pnpm": ">=6.7.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/bob-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"commander": "^9.0.0"
},
"devDependencies": {
"bob-esbuild": "workspace:^3.2.3",
"bob-esbuild": "workspace:^3.2.4",
"changesets-github-release": "^0.1.0",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
},
"engines": {
"node": ">=12.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/bob-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
},
"dependencies": {
"bob-esbuild-plugin": "workspace:^3.1.3",
"rollup": "^2.67.2"
"rollup": "^2.70.1"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@types/node": "^17.0.18",
"@types/node": "^17.0.21",
"bob-esbuild-cli": "workspace:^3.0.1",
"changesets-github-release": "^0.1.0",
"commander": "^9.0.0",
"esbuild": "^0.14.21",
"esbuild": "^0.14.27",
"execa": "^6.1.0",
"globby": "^13.1.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-node-externals": "^3.1.2",
"rollup-plugin-node-externals": "^4.0.0",
"rollup-plugin-tsconfig-paths": "^1.1.6",
"tree-kill": "^1.2.2",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
},
"peerDependencies": {
"@types/node": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/bob-tsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"c8": "^7.11.0",
"chokidar": "^3.5.3",
"commander": "^9.0.0",
"esbuild": "^0.14.21",
"esbuild": "^0.14.27",
"execa": "^6.1.0",
"tree-kill": "^1.2.2",
"typescript": "^4.5.5",
"typescript": "^4.6.2",
"typescript-paths": "^1.3.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bob-watch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"postpublish": "gh-release"
},
"devDependencies": {
"bob-esbuild": "workspace:^3.2.3",
"bob-esbuild": "workspace:^3.2.4",
"bob-esbuild-cli": "workspace:^3.0.1",
"bob-tsm": "workspace:^0.4.5",
"bob-tsm": "workspace:^0.4.6",
"chokidar": "^3.5.3",
"commander": "^9.0.0",
"execa": "^6.1.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/bob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,35 +31,35 @@
"postpublish": "gh-release"
},
"dependencies": {
"@pnpm/types": "^7.9.0",
"@pnpm/types": "^7.10.0",
"bob-esbuild-plugin": "workspace:3.1.3",
"rollup": "^2.67.2"
"rollup": "^2.70.1"
},
"devDependencies": {
"@pnpm/exportable-manifest": "^2.3.0",
"@pnpm/exportable-manifest": "^2.3.2",
"@rollup/plugin-json": "^4.1.0",
"@types/folder-hash": "^4.0.1",
"@types/fs-extra": "^9.0.13",
"@types/lodash.get": "^4.4.6",
"@types/node": "^17.0.18",
"@types/node": "^17.0.21",
"builtin-modules": "^3.2.0",
"chalk": "^5.0.0",
"chalk": "^5.0.1",
"changesets-github-release": "^0.1.0",
"cosmiconfig": "^7.0.1",
"date-fns": "^2.28.0",
"esbuild": "^0.14.21",
"esbuild": "^0.14.27",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
"folder-hash": "^4.0.2",
"fs-extra": "^10.0.0",
"fs-extra": "^10.0.1",
"globby": "^13.1.1",
"lodash.get": "^4.4.2",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-node-externals": "^3.1.2",
"rollup-plugin-node-externals": "^4.0.0",
"rollup-plugin-tsconfig-paths": "^1.1.6",
"tree-kill": "^1.2.2",
"tsconfck": "^1.1.2",
"typescript": "^4.5.5"
"tsconfck": "^1.2.0",
"typescript": "^4.6.2"
},
"peerDependencies": {
"esbuild": ">=0.14.13",
Expand Down
10 changes: 5 additions & 5 deletions packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"postpublish": "gh-release"
},
"dependencies": {
"@rollup/pluginutils": "^4.1.2"
"@rollup/pluginutils": "^4.2.0"
},
"devDependencies": {
"changesets-github-release": "^0.1.0",
"esbuild": "^0.14.21",
"rollup": "^2.67.2",
"tsconfck": "^1.1.2",
"tsup": "^5.11.13"
"esbuild": "^0.14.27",
"rollup": "^2.70.1",
"tsconfck": "^1.2.0",
"tsup": "^5.12.1"
},
"peerDependencies": {
"esbuild": ">=0.14.13",
Expand Down

0 comments on commit 4889dc1

Please sign in to comment.