Skip to content

Commit

Permalink
Merge pull request #813 from MyPureCloud/feature/20250107-dependency-…
Browse files Browse the repository at this point in the history
…update

chore(other): update dependencies to wanted
  • Loading branch information
daragh-king-genesys authored Jan 7, 2025
2 parents 737df17 + 3c6e674 commit a3df3c1
Show file tree
Hide file tree
Showing 15 changed files with 11,112 additions and 7,155 deletions.
18,152 changes: 11,054 additions & 7,098 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint-all.root": "npm-run-all \"eslint.root\" \"prettier.root\" \"prettier-package-json.root\"",
"lint-all.workspaces": "npm run lint-all --workspaces --if-present",
"lint-staged": "npm-run-all \"lint-staged.*\"",
"lint-staged.root": "lint-staged",
"lint-staged.root": "lint-staged --concurrent false",
"lint-staged.workspaces": "npm run lint-staged --workspaces --if-present",
"new-tokens-data": "npm run snapshot --workspace=packages/genesys-spark-tokens",
"playground.angular": "run-pty playground.angular.json",
Expand Down Expand Up @@ -62,16 +62,16 @@
"./web-apps/*"
],
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"commitizen": "^4.3.1",
"cross-replace": "^0.2.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-genesys-spark-components": "^0.0.1",
"git-cz": "^4.9.0",
"globals": "^15.13.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lint-staged": "^15.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"prettier-config-genesys-spark-components": "^0.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/genesys-spark-chart-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"version-sync": "npm version --no-git-tag-version --allow-same-version"
},
"dependencies": {
"genesys-spark-chart-components": "^4.105.0"
"genesys-spark-chart-components": "^4.108.2"
},
"peerDependencies": {
"@types/react": "16 - 18",
Expand All @@ -28,11 +28,11 @@
},
"devDependencies": {
"@types/react": "17.0.76",
"@types/react-dom": "^17.0.22",
"eslint": "^9.16.0",
"@types/react-dom": "^17.0.26",
"eslint": "^9.17.0",
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
"globals": "^15.13.0",
"lint-staged": "^15.2.10",
"globals": "^15.14.0",
"lint-staged": "^15.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"prettier-config-genesys-spark-components": "file:../../shared-configs/prettier-config-genesys-spark-components",
Expand Down
10 changes: 5 additions & 5 deletions packages/genesys-spark-chart-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,22 @@
"@types/puppeteer": "^5.4.7",
"axe-core": "^4.10.2",
"axe-live": "^1.0.1",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
"file-loader": "^6.2.0",
"genesys-spark-tokens": "file:../genesys-spark-tokens",
"glob": "^11.0.0",
"globals": "^15.13.0",
"globals": "^15.14.0",
"handlebars": "^4.7.8",
"inquirer": "^12.2.0",
"inquirer": "^12.3.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-config": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-silent-reporter": "^0.6.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"lint-staged": "^15.3.0",
"marked": "^14.1.4",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
Expand All @@ -97,7 +97,7 @@
"rollup-plugin-copy": "^3.5.0",
"semver-sort": "^1.0.0",
"smob": "^1.5.0",
"stylelint": "^16.11.0",
"stylelint": "^16.12.0",
"stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^5.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/genesys-spark-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"version-sync": "npm version --no-git-tag-version --allow-same-version"
},
"dependencies": {
"genesys-spark-components": "^4.105.0"
"genesys-spark-components": "^4.108.2"
},
"peerDependencies": {
"@types/react": "16 - 18",
Expand All @@ -28,11 +28,11 @@
},
"devDependencies": {
"@types/react": "17.0.76",
"@types/react-dom": "^17.0.22",
"eslint": "^9.16.0",
"@types/react-dom": "^17.0.26",
"eslint": "^9.17.0",
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
"globals": "^15.13.0",
"lint-staged": "^15.2.10",
"globals": "^15.14.0",
"lint-staged": "^15.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"prettier-config-genesys-spark-components": "file:../../shared-configs/prettier-config-genesys-spark-components",
Expand Down
14 changes: 7 additions & 7 deletions packages/genesys-spark-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"types": "dist/types/index.d.ts",
"dependencies": {
"@floating-ui/dom": "^1.6.12",
"@floating-ui/dom": "^1.6.13",
"@vvo/tzdb": "6.146.0",
"google-libphonenumber": "3.2.38",
"intl-messageformat": "10.7.0",
Expand All @@ -77,26 +77,26 @@
"@types/jest": "^29.5.14",
"@types/new-relic-browser": "^0.1118.2",
"@types/puppeteer": "^5.4.7",
"@types/resize-observer-browser": "^0.1.9",
"@types/resize-observer-browser": "^0.1.11",
"@types/sortablejs": "^1.15.8",
"axe-core": "^4.10.2",
"axe-live": "^1.0.1",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
"file-loader": "^6.2.0",
"genesys-spark-tokens": "file:../genesys-spark-tokens",
"glob": "^11.0.0",
"globals": "^15.13.0",
"globals": "^15.14.0",
"handlebars": "^4.7.8",
"inquirer": "^12.2.0",
"inquirer": "^12.3.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-config": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-silent-reporter": "^0.6.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"lint-staged": "^15.3.0",
"marked": "^14.1.4",
"mutation-observer": "^1.0.3",
"node-fetch": "^3.3.2",
Expand All @@ -114,7 +114,7 @@
"smob": "^1.5.0",
"spritesheet-templates": "^10.5.2",
"spritesmith": "^3.5.1",
"stylelint": "^16.11.0",
"stylelint": "^16.12.0",
"stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^5.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ A check event is triggered when the state of the component changed.
| `disabled` | `disabled` | | `boolean` | `false` |
| `displayInline` | `display-inline` | | `boolean` | `false` |
| `errorMessage` | `error-message` | | `string` | `undefined` |
| `label` | `label` | | `string` | `undefined` |
| `labelPosition` | `label-position` | | `"left" \| "right"` | `'right'` |
| `loading` | `loading` | | `boolean` | `false` |
| `uncheckedLabel` | `unchecked-label` | | `string` | `undefined` |
Expand Down
10 changes: 5 additions & 5 deletions packages/genesys-spark-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
},
"devDependencies": {
"@tokens-studio/sd-transforms": "^1.2.9",
"change-case": "^5.4.3",
"change-case": "^5.4.4",
"dir-compare": "^5.0.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
"glob": "^11.0.0",
"globals": "^15.13.0",
"lint-staged": "^15.2.10",
"globals": "^15.14.0",
"lint-staged": "^15.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"prettier-config-genesys-spark-components": "file:../../shared-configs/prettier-config-genesys-spark-components",
"prettier-package-json": "^2.8.0",
"style-dictionary": "^4.2.0",
"style-dictionary": "^4.3.0",
"tempy": "^3.1.0",
"token-transformer": "^0.0.33"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@
"--gse-ui-rte-rteMenu-border-color",
"--gse-ui-rte-rteMenu-border-style",
"--gse-ui-rte-rteMenu-border-width",
"--gse-ui-rte-toolbar-divider-color",
"--gse-ui-search-counter-divider-foregroundColor",
"--gse-ui-search-match-firstLevel-foregroundColour",
"--gse-ui-search-match-subsequentLevel-foregroundColour",
Expand Down
1 change: 1 addition & 0 deletions packages/genesys-spark-tokens/reports/used-tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@
"--gse-ui-rte-quoteBlock-md-regular-fontSize",
"--gse-ui-rte-quoteBlock-md-regular-fontWeight",
"--gse-ui-rte-quoteBlock-md-regular-lineHeight",
"--gse-ui-rte-toolbar-divider-color",
"--gse-ui-rte-toolbar-divider-margin",
"--gse-ui-rte-toolbarBtnGroup-gap",
"--gse-ui-search-counter-default-foregroundColor",
Expand Down
12 changes: 6 additions & 6 deletions packages/genesys-spark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@
"@rollup/rollup-linux-x64-gnu": "^4.24.3"
},
"devDependencies": {
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@tsconfig/strictest": "^2.0.5",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
"glob": "^11.0.0",
"globals": "^15.13.0",
"globals": "^15.14.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"npm-run-all": "^4.1.5",
"prettier-package-json": "^2.8.0",
"rollup": "^4.28.1",
"rollup": "^4.30.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"sass": "^1.82.0",
"sass": "^1.83.1",
"smob": "^1.5.0",
"stylelint": "^16.11.0",
"stylelint": "^16.12.0",
"stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^5.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"lint-staged": "^15.2.10",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"lint-staged": "^15.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"prettier-config-genesys-spark-components": "file:../prettier-config-genesys-spark-components",
"prettier-package-json": "^2.8.0",
"typescript-eslint": "^8.17.0"
"typescript-eslint": "^8.19.1"
},
"prettier": "prettier-config-genesys-spark-components"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"prettier": "^3.0.0"
},
"devDependencies": {
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-genesys-spark-components": "file:../eslint-config-genesys-spark-components",
"globals": "^15.13.0",
"lint-staged": "^15.2.10",
"globals": "^15.14.0",
"lint-staged": "^15.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"prettier-package-json": "^2.8.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"stylelint-scss": "^6.1.0"
},
"devDependencies": {
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-genesys-spark-components": "file:../eslint-config-genesys-spark-components",
"globals": "^15.13.0",
"lint-staged": "^15.2.10",
"globals": "^15.14.0",
"lint-staged": "^15.3.0",
"npm-run-all": "^4.1.5",
"postcss-html": "^1.7.0",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.4.2",
"prettier-config-genesys-spark-components": "file:../prettier-config-genesys-spark-components",
"prettier-package-json": "^2.8.0",
"stylelint": "^16.11.0",
"stylelint": "^16.12.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard": "^36.0.1",
Expand Down
14 changes: 7 additions & 7 deletions web-apps/genesys-spark-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"genesys-spark": "file:../../packages/genesys-spark",
"iframe-coordinator": "4.6.1",
"monaco-editor": "^0.52.0",
"monaco-editor": "^0.52.2",
"parse5": "7.2.1"
},
"devDependencies": {
Expand All @@ -32,12 +32,12 @@
"@types/webpack-dev-server": "^4.7.2",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
"file-loader": "^6.2.0",
"glob": "^11.0.0",
"globals": "^15.13.0",
"lint-staged": "^15.2.10",
"globals": "^15.14.0",
"lint-staged": "^15.3.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"npm-run-all": "^4.1.5",
"postcss-html": "^1.7.0",
Expand All @@ -46,19 +46,19 @@
"prettier": "^3.4.2",
"prettier-config-genesys-spark-components": "file:../../shared-configs/prettier-config-genesys-spark-components",
"prettier-package-json": "^2.8.0",
"sass": "^1.82.0",
"sass": "^1.83.1",
"sass-loader": "^16.0.4",
"semver": "^7.6.3",
"style-loader": "^4.0.0",
"stylelint": "^16.11.0",
"stylelint": "^16.12.0",
"stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-scss": "^6.10.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
"webpack-dev-server": "^5.2.0"
},
"prettier": "prettier-config-genesys-spark-components"
}

0 comments on commit a3df3c1

Please sign in to comment.