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

Commit

Permalink
refactor: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tasseKATT committed Oct 17, 2024
2 parents 6069a4d + 6bbb711 commit c67563d
Show file tree
Hide file tree
Showing 6 changed files with 1,917 additions and 1,072 deletions.
8 changes: 4 additions & 4 deletions charts/boxplot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"extend": "3.0.2",
"hammerjs": "2.0.8",
"jquery": "3.7.1",
"picasso-plugin-hammer": "2.2.8",
"picasso-plugin-q": "2.2.8",
"picasso.js": "2.2.8",
"qlik-chart-modules": "0.77.0",
"picasso-plugin-hammer": "2.3.0",
"picasso-plugin-q": "2.3.0",
"picasso.js": "2.3.0",
"qlik-chart-modules": "0.79.0",
"qlik-object-conversion": "0.16.4"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions charts/distributionplot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"extend": "3.0.2",
"hammerjs": "2.0.8",
"jquery": "3.7.1",
"picasso-plugin-hammer": "2.2.8",
"picasso-plugin-q": "2.2.8",
"picasso.js": "2.2.8",
"qlik-chart-modules": "0.77.0",
"picasso-plugin-hammer": "2.3.0",
"picasso-plugin-q": "2.3.0",
"picasso.js": "2.3.0",
"qlik-chart-modules": "0.79.0",
"qlik-object-conversion": "0.16.4"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions charts/histogram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"extend": "3.0.2",
"hammerjs": "2.0.8",
"jquery": "3.7.1",
"picasso-plugin-hammer": "2.2.8",
"picasso-plugin-q": "2.2.8",
"picasso.js": "2.2.8",
"qlik-chart-modules": "0.77.0",
"picasso-plugin-hammer": "2.3.0",
"picasso-plugin-q": "2.3.0",
"picasso.js": "2.3.0",
"qlik-chart-modules": "0.79.0",
"qlik-object-conversion": "0.16.4"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions charts/waterfallchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"extend": "3.0.2",
"hammerjs": "2.0.8",
"jquery": "3.7.1",
"picasso-plugin-q": "2.2.8",
"picasso.js": "2.2.8",
"qlik-chart-modules": "0.77.0",
"picasso-plugin-q": "2.3.0",
"picasso.js": "2.3.0",
"qlik-chart-modules": "0.79.0",
"qlik-object-conversion": "0.16.4"
},
"peerDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"license": "ISC",
"devDependencies": {
"@after-work.js/aw": "6.0.14",
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@nebula.js/cli": "5.4.2",
"@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.2",
"@babel/core": "7.25.8",
"@babel/eslint-parser": "7.25.8",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@nebula.js/cli": "5.6.0",
"@nebula.js/cli-build": "5.6.0",
"@nebula.js/cli-sense": "5.6.0",
"@nebula.js/cli-serve": "5.6.0",
"@playwright/test": "1.48.0",
"@scriptappy/cli": "0.10.0",
"@testing-library/jest-dom": "6.5.0",
"babel-jest": "29.7.0",
Expand All @@ -41,11 +41,11 @@
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-react": "7.37.1",
"extend": "3.0.2",
"fs-extra": "11.2.0",
"html-webpack-plugin": "5.6.0",
Expand All @@ -65,7 +65,7 @@
},
"pnpm": {
"overrides": {
"caniuse-lite": "1.0.30001664"
"caniuse-lite": "1.0.30001668"
}
}
}
Loading

0 comments on commit c67563d

Please sign in to comment.