Skip to content

Commit

Permalink
Update Dependencies 2023-12-28 (#189)
Browse files Browse the repository at this point in the history
* Updated dependencies and lock file

- Held back Chai due to breaking change requiring ESM chaijs/chai#1561
- Updated date-fns and react-datepicker both working

* Updated PPaaS version

* Updated guide dependencies
  • Loading branch information
tkmcmaster committed Dec 28, 2023
1 parent d9aa805 commit 5a4ff9a
Show file tree
Hide file tree
Showing 7 changed files with 3,049 additions and 2,722 deletions.
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.1.0",
"version": "3.1.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.1.0",
"version": "3.1.1",
"description": "Common Code for the PewPewController and PewPewAgent",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/ppaas-controller",
"version": "3.1.0",
"version": "3.1.1",
"description": "Controller Service for running pewpew tests",
"private": true,
"scripts": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"chart.js": "~4.4.0",
"chartjs-adapter-date-fns": "^3.0.0",
"cookie": "^0.6.0",
"date-fns": "~2.30.0",
"date-fns": "~3.0.0",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"formidable": "~2.1.2",
Expand All @@ -65,7 +65,7 @@
"rc-progress": "^3.4.2",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-datepicker": "~4.24.0",
"react-datepicker": "~4.25.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-transition-group": "^4.4.5",
Expand Down
3,719 changes: 1,776 additions & 1,943 deletions guide/results-viewer-react/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion guide/results-viewer-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@fs/hdr-histogram-wasm": "file:./lib/hdr-histogram-wasm",
"chart.js": "~4.4.0",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^2.29.3",
"date-fns": "^3.0.0",
"file-saver": "^2.0.5",
"immutability-helper": "^3.1.1",
"js-yaml": "^4.1.0",
Expand Down
Loading

0 comments on commit 5a4ff9a

Please sign in to comment.