Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed May 28, 2022
1 parent c99d3d4 commit fac934f
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 62 deletions.
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"shared": "workspace:^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.34",
"esbuild": "^0.14.39",
"typescript": "^4.6.4"
"@types/node": "^17.0.36",
"esbuild": "^0.14.41",
"typescript": "^4.7.2"
},
"publishConfig": {
"directory": "lib"
Expand Down
6 changes: 3 additions & 3 deletions examples/nextjs-custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "^18.1.0"
},
"devDependencies": {
"@types/node": "^17.0.34",
"@types/node": "^17.0.36",
"@types/react": "^18.0.9",
"cross-env": "^7.0.3",
"esbuild": "^0.14.39",
"typescript": "^4.6.4"
"esbuild": "^0.14.41",
"typescript": "^4.7.2"
},
"dependenciesMeta": {
"bob-tsm": {
Expand Down
4 changes: 2 additions & 2 deletions examples/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"bob-esbuild-cli": "workspace:^4.0.0"
},
"devDependencies": {
"esbuild": "^0.14.39",
"typescript": "^4.6.4"
"esbuild": "^0.14.41",
"typescript": "^4.7.2"
},
"dependenciesMeta": {
"bob-esbuild-cli": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"@changesets/config": "^2.0.0",
"@changesets/read": "^0.5.5",
"@manypkg/get-packages": "^1.1.3",
"@types/node": "^17.0.34",
"@types/node": "^17.0.36",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.41",
"husky": "^8.0.1",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"semver": "^7.3.7",
"tsm": "^2.2.1",
"typescript": "^4.6.4"
"typescript": "^4.7.2"
},
"engines": {
"pnpm": ">=7.1.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 @@ -36,12 +36,12 @@
"postpublish": "gh-release"
},
"dependencies": {
"commander": "^9.2.0"
"commander": "^9.3.0"
},
"devDependencies": {
"bob-esbuild": "workspace:^4.0.0",
"changesets-github-release": "^0.1.0",
"typescript": "^4.6.4"
"typescript": "^4.7.2"
},
"peerDependencies": {
"bob-esbuild": "workspace:^4.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:^4.0.0",
"rollup": "^2.73.0"
"rollup": "^2.75.1"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@types/node": "^17.0.34",
"@types/node": "^17.0.36",
"bob-esbuild-cli": "workspace:^4.0.0",
"changesets-github-release": "^0.1.0",
"commander": "^9.2.0",
"esbuild": "^0.14.39",
"commander": "^9.3.0",
"esbuild": "^0.14.41",
"execa": "^6.1.0",
"globby": "^13.1.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-node-externals": "^4.0.0",
"rollup-plugin-tsconfig-paths": "^1.1.8",
"tree-kill": "^1.2.2",
"typescript": "^4.6.4"
"typescript": "^4.7.2"
},
"peerDependencies": {
"@types/node": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/bob-tsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"bob-esbuild-plugin": "workspace:^4.0.0",
"c8": "^7.11.3",
"chokidar": "^3.5.3",
"commander": "^9.2.0",
"esbuild": "^0.14.39",
"commander": "^9.3.0",
"esbuild": "^0.14.41",
"execa": "^6.1.0",
"tree-kill": "^1.2.2",
"typescript": "^4.6.4",
"typescript": "^4.7.2",
"typescript-paths": "^1.3.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bob-watch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"bob-esbuild-cli": "workspace:^4.0.0",
"bob-tsm": "workspace:^1.0.0",
"chokidar": "^3.5.3",
"commander": "^9.2.0",
"commander": "^9.3.0",
"execa": "^6.1.0",
"tree-kill": "^1.2.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/bob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@
"dependencies": {
"@pnpm/types": "^8.0.1",
"bob-esbuild-plugin": "workspace:4.0.0",
"rollup": "^2.73.0"
"rollup": "^2.75.1"
},
"devDependencies": {
"@pnpm/exportable-manifest": "^3.0.2",
"@rollup/plugin-json": "^4.1.0",
"@types/folder-hash": "^4.0.1",
"@types/fs-extra": "^9.0.13",
"@types/lodash.get": "^4.4.7",
"@types/node": "^17.0.34",
"@types/node": "^17.0.36",
"builtin-modules": "^3.3.0",
"chalk": "^5.0.1",
"changesets-github-release": "^0.1.0",
"cosmiconfig": "^7.0.1",
"date-fns": "^2.28.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.41",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
"folder-hash": "^4.0.2",
Expand All @@ -58,8 +58,8 @@
"rollup-plugin-node-externals": "^4.0.0",
"rollup-plugin-tsconfig-paths": "^1.1.8",
"tree-kill": "^1.2.2",
"tsconfck": "^2.0.0",
"typescript": "^4.6.4"
"tsconfck": "^2.0.1",
"typescript": "^4.7.2"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
Expand Down
8 changes: 4 additions & 4 deletions packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
},
"devDependencies": {
"changesets-github-release": "^0.1.0",
"esbuild": "^0.14.39",
"rollup": "^2.73.0",
"tsconfck": "^2.0.0",
"tsup": "^5.12.8"
"esbuild": "^0.14.41",
"rollup": "^2.75.1",
"tsconfck": "^2.0.1",
"tsup": "^5.12.9"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
Expand Down
62 changes: 31 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fac934f

Please sign in to comment.