Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
chore(deps): update minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 21, 2024
1 parent c9856a2 commit f3897b3
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ executors:
working_directory: ~/dist-flow-charts
browser-node:
docker:
- image: cimg/node:22.8.0-browsers
- image: cimg/node:22.9.0-browsers
- image: mcr.microsoft.com/playwright:focal
working_directory: ~/dist-flow-charts

Expand Down
2 changes: 1 addition & 1 deletion charts/boxplot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"picasso-plugin-hammer": "2.2.8",
"picasso-plugin-q": "2.2.8",
"picasso.js": "2.2.8",
"qlik-chart-modules": "0.76.0",
"qlik-chart-modules": "0.77.0",
"qlik-object-conversion": "0.16.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion charts/distributionplot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"picasso-plugin-hammer": "2.2.8",
"picasso-plugin-q": "2.2.8",
"picasso.js": "2.2.8",
"qlik-chart-modules": "0.76.0",
"qlik-chart-modules": "0.77.0",
"qlik-object-conversion": "0.16.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion charts/histogram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"picasso-plugin-hammer": "2.2.8",
"picasso-plugin-q": "2.2.8",
"picasso.js": "2.2.8",
"qlik-chart-modules": "0.76.0",
"qlik-chart-modules": "0.77.0",
"qlik-object-conversion": "0.16.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion charts/waterfallchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"jquery": "3.7.1",
"picasso-plugin-q": "2.2.8",
"picasso.js": "2.2.8",
"qlik-chart-modules": "0.76.0",
"qlik-chart-modules": "0.77.0",
"qlik-object-conversion": "0.16.4"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"@nebula.js/cli-build": "5.4.2",
"@nebula.js/cli-sense": "5.4.2",
"@nebula.js/cli-serve": "5.4.2",
"@playwright/test": "1.47.1",
"@playwright/test": "1.47.2",
"@testing-library/jest-dom": "6.5.0",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"babel-loader": "9.2.1",
"chai": "4.5.0",
"cross-env": "7.0.3",
"enigma.js": "2.14.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"pnpm": {
"overrides": {
"caniuse-lite": "1.0.30001660"
"caniuse-lite": "1.0.30001662"
}
}
}
Loading

0 comments on commit f3897b3

Please sign in to comment.