Skip to content

Commit

Permalink
Updated version and dependencies (#218)
Browse files Browse the repository at this point in the history
* Bump h2 from 0.3.24 to 0.3.26 (#216)

Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.24...v0.3.26)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updated version and dependencies (#217)

* Updated version and dependencies

* Fixed the order in the pr script to run agent before controller

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
tkmcmaster and dependabot[bot] committed Apr 26, 2024
1 parent 734ad51 commit 9cabcfe
Show file tree
Hide file tree
Showing 7 changed files with 1,558 additions and 1,254 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/ppaas-agent",
"version": "3.2.0",
"version": "3.2.1",
"description": "Agent Service for running pewpew tests",
"main": "dist/src/app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/ppaas-common",
"version": "3.2.0",
"version": "3.2.1",
"description": "Common Code for the PewPewController and PewPewAgent",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/ppaas-controller",
"version": "3.2.0",
"version": "3.2.1",
"description": "Controller Service for running pewpew tests",
"private": true,
"scripts": {
Expand Down Expand Up @@ -59,13 +59,13 @@
"formidable": "~2.1.2",
"js-cookie": "^3.0.5",
"js-yaml": "^4.1.0",
"next": "~14.1.0",
"next": "~14.2.0",
"next-cookies": "^2.0.3",
"openid-client": "~5.6.0",
"rc-progress": "^4.0.0",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-datepicker": "~6.6.0",
"react-datepicker": "~6.9.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-transition-group": "^4.4.5",
Expand All @@ -78,7 +78,7 @@
"devDependencies": {
"@aws-sdk/client-sqs": "^3.363.0",
"@aws-sdk/util-stream-node": "^3.363.0",
"@next/eslint-plugin-next": "~14.1.0",
"@next/eslint-plugin-next": "~14.2.0",
"@storybook/addon-actions": "~8.0.0",
"@storybook/addon-links": "~8.0.0",
"@storybook/nextjs": "~8.0.0",
Expand Down Expand Up @@ -109,7 +109,7 @@
"dotenv-flow": "^4.0.1",
"esbuild": ">=0.17",
"eslint": "^8.40.0",
"eslint-config-next": "~14.1.0",
"eslint-config-next": "~14.2.0",
"form-data": "^4.0.0",
"glob-parent": "^6.0.2",
"immer": "^10.0.2",
Expand Down
Loading

0 comments on commit 9cabcfe

Please sign in to comment.