Skip to content

Commit

Permalink
Updated version and dependencies
Browse files Browse the repository at this point in the history
- Updated lockfile to latest
- Updated Mocha to v11
  • Loading branch information
tkmcmaster committed Dec 19, 2024
1 parent f02ed59 commit f5e1ce7
Show file tree
Hide file tree
Showing 5 changed files with 1,918 additions and 1,623 deletions.
4 changes: 2 additions & 2 deletions agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/ppaas-agent",
"version": "3.3.4",
"version": "3.3.5",
"description": "Agent Service for running pewpew tests",
"main": "dist/src/app.js",
"scripts": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"axios": "~1.7.0",
"chai": "^4.3.7",
"eslint": "^9.15.0",
"mocha": "^10.2.0",
"mocha": "^11.0.0",
"nyc": "^17.0.0",
"typescript": "^5.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/ppaas-common",
"version": "3.3.4",
"version": "3.3.5",
"description": "Common Code for the PewPewController and PewPewAgent",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
"dotenv": "^16.0.0",
"dotenv-flow": "^4.0.1",
"eslint": "^9.15.0",
"mocha": "^10.2.0",
"mocha": "^11.0.0",
"nyc": "^17.0.0",
"typescript": "^5.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/ppaas-controller",
"version": "3.3.4",
"version": "3.3.5",
"description": "Controller Service for running pewpew tests",
"private": true,
"scripts": {
Expand Down Expand Up @@ -121,7 +121,7 @@
"immer": "^10.0.2",
"jsdom": ">=23.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^10.2.0",
"mocha": "^11.0.0",
"nyc": "^17.0.0",
"postcss": "^8.4.24",
"set-value": "^4.1.0",
Expand Down
Loading

0 comments on commit f5e1ce7

Please sign in to comment.