Skip to content

Commit

Permalink
Update deps for Jan 2025 (#2342)
Browse files Browse the repository at this point in the history
This updates the deps for Jan 2025.

---------

Signed-off-by: Steve Ayers <[email protected]>
  • Loading branch information
smaye81 authored Jan 3, 2025
1 parent 2bc781a commit 86ff929
Show file tree
Hide file tree
Showing 79 changed files with 7,882 additions and 7,194 deletions.
1,956 changes: 1,239 additions & 717 deletions astro/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.3",
"@nanostores/react": "^0.8.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.18",
"@astrojs/react": "^4.1.2",
"@nanostores/react": "^0.8.4",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"astro": "^5.1.2",
"nanostores": "^0.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.47.2",
"@bufbuild/protobuf": "^2.2.2",
"@bufbuild/protoc-gen-es": "^2.2.2",
"@bufbuild/buf": "^1.48.0",
"@bufbuild/protobuf": "^2.2.3",
"@bufbuild/protoc-gen-es": "^2.2.3",
"@connectrpc/connect": "^2.0.0",
"@connectrpc/connect-web": "^2.0.0",
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion astro/src/gen/connectrpc/eliza/v1/eliza_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
// @generated by protoc-gen-es v2.2.3 with parameter "target=ts"
// @generated from file connectrpc/eliza/v1/eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */

Expand Down
4 changes: 2 additions & 2 deletions bundle-size/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ The results are:
|------|-----:|----------|
| esbuild (js) | 122,309 bytes | dist/js/index.js |
| esbuild (ts) | 122,309 bytes | dist/ts/index.js |
| parcel (js) | 63,740 bytes | dist/js/index.cf4251ac.js |
| parcel (ts) | 63,753 bytes | dist/ts/index.dc635180.js |
| parcel (js) | 63,675 bytes | dist/js/index.cf4251ac.js |
| parcel (ts) | 63,675 bytes | dist/ts/index.dc635180.js |
| rollup (js) | 191,801 bytes | dist/js/index.js |
| rollup (ts) | 193,007 bytes | dist/ts/index.js |
| vite (js) | 81,535 bytes | dist/js/consumer-vite.js |
Expand Down
8 changes: 4 additions & 4 deletions bundle-size/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"type": "module",
"dependencies": {
"@bufbuild/protobuf": "^2.2.2",
"@bufbuild/protobuf": "^2.2.3",
"@connectrpc/connect": "^2.0.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.47.2",
"@bufbuild/protoc-gen-es": "^2.2.2",
"esbuild": "^0.24.0"
"@bufbuild/buf": "^1.48.0",
"@bufbuild/protoc-gen-es": "^2.2.3",
"esbuild": "^0.24.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-es v2.2.2
// @generated by protoc-gen-es v2.2.3
// @generated from file connectrpc/eliza/v1/eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-es v2.2.2
// @generated by protoc-gen-es v2.2.3
// @generated from file connectrpc/eliza/v1/eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
// @generated by protoc-gen-es v2.2.3 with parameter "target=ts"
// @generated from file connectrpc/eliza/v1/eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */

Expand Down
Loading

0 comments on commit 86ff929

Please sign in to comment.