Skip to content

Commit

Permalink
chore(deps): update all dependencies j:kit-282 (#3417)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent 667a764 commit 1a23a51
Show file tree
Hide file tree
Showing 25 changed files with 5,261 additions and 2,188 deletions.
1,379 changes: 702 additions & 677 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@rollup/plugin-typescript": "11.1.5",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/execa": "^2.0.0",
"@types/jest": "29.5.8",
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"aws-sdk": "2.1494.0",
"@types/jest": "29.5.10",
"@types/node": "20.10.2",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"aws-sdk": "2.1510.0",
"commitizen": "4.3.0",
"concurrently": "8.2.2",
"cross-fetch": "4.0.0",
Expand All @@ -50,7 +50,7 @@
"detect-indent": "7.0.1",
"esbuild": "0.14.2",
"esbuild-plugin-alias": "0.2.1",
"eslint": "8.53.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-package-lock": "1.0.0",
Expand All @@ -67,7 +67,7 @@
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"semver": "7.5.4",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"overrides": {
"@coveo/release": {
Expand Down
6 changes: 3 additions & 3 deletions packages/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@angular/cli": "16.2.10",
"@angular/compiler-cli": "16.2.12",
"@coveo/headless": "2.41.0",
"@types/jasmine": "5.1.2",
"@types/node": "20.9.0",
"@types/jasmine": "5.1.4",
"@types/node": "20.10.2",
"jasmine-core": "5.1.1",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
Expand All @@ -43,6 +43,6 @@
"karma-jasmine-html-reporter": "2.1.0",
"ncp": "2.0.0",
"ng-packagr": "16.2.3",
"typescript": "5.1.6"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/atomic-hosted-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@coveo/release": "1.0.0",
"cypress": "13.5.0",
"cypress": "13.6.0",
"cypress-repeat": "2.3.4"
}
}
4 changes: 2 additions & 2 deletions packages/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "20.9.0",
"@types/node": "20.10.2",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"ncp": "2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "3.29.4",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"@rollup/plugin-terser": "0.4.4"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,30 +58,30 @@
"dompurify": "3.0.6",
"escape-html": "1.0.3",
"focus-visible": "5.2.0",
"i18next": "23.7.6",
"i18next-http-backend": "2.4.1",
"i18next": "23.7.7",
"i18next-http-backend": "2.4.2",
"stencil-inline-svg": "1.1.0",
"ts-debounce": "^4.0.0"
},
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/core": "7.23.5",
"@coveo/release": "1.0.0",
"@coveo/headless": "2.41.0",
"@fullhuman/postcss-purgecss": "5.0.0",
"@rollup/plugin-alias": "5.0.1",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-replace": "5.0.5",
"@stencil-community/postcss": "2.2.0",
"@stencil/angular-output-target": "0.8.3",
"@stencil/react-output-target": "0.5.3",
"@types/dompurify": "3.0.5",
"@types/escape-html": "1.0.4",
"@types/jest": "27.5.2",
"@types/lodash": "4.14.201",
"@types/lodash": "4.14.202",
"@types/postcss-import": "14.0.3",
"@types/puppeteer": "5.4.7",
"autoprefixer": "10.4.16",
"axe-core": "4.8.2",
"cypress": "13.5.0",
"cypress": "13.6.0",
"cypress-axe": "1.5.0",
"cypress-repeat": "2.3.4",
"cypress-split": "1.5.0",
Expand All @@ -90,17 +90,17 @@
"jest-cli": "27.5.1",
"jest-environment-node": "27.5.1",
"jest-localstorage-mock": "2.4.26",
"lit-html": "3.0.2",
"lit-html": "3.1.0",
"lodash": "4.17.21",
"ncp": "2.0.0",
"postcss-focus-visible": "9.0.0",
"postcss-import": "15.1.0",
"postcss-mixins": "9.0.4",
"postcss-nested": "6.0.1",
"puppeteer": "21.5.1",
"puppeteer": "21.5.2",
"rollup-plugin-html": "0.2.1",
"tailwindcss": "3.3.5",
"typescript": "5.1.6"
"typescript": "5.3.2"
},
"peerDependencies": {
"@coveo/headless": "2.41.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@
"devDependencies": {
"@coveo/release": "1.0.0",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.8",
"@types/jest": "29.5.10",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"eslint-plugin-jest-dom": "5.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-testing-library": "6.1.2",
"eslint-plugin-testing-library": "6.2.0",
"gts": "5.2.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"publint": "0.2.5",
"publint": "0.2.6",
"rimraf": "5.0.5",
"ts-jest": "29.1.1",
"typescript": "5.2.2",
"undici": "5.27.2"
"typescript": "5.3.2",
"undici": "5.28.2"
},
"peerDependencies": {
"react": "^18",
Expand Down
8 changes: 4 additions & 4 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@coveo/bueno": "0.45.5",
"@coveo/relay": "0.6.5",
"@coveo/relay": "0.6.8",
"@microsoft/fetch-event-source": "2.0.1",
"@reduxjs/toolkit": "1.9.7",
"@types/redux-mock-store": "1.0.6",
Expand All @@ -61,15 +61,15 @@
"exponential-backoff": "3.1.0",
"fast-equals": "5.0.1",
"node-abort-controller": "^3.0.0",
"pino": "8.16.1",
"pino": "8.16.2",
"redux-mock-store": "1.5.4",
"redux-thunk": "2.4.2",
"ts-debounce": "3.0.0",
"undici": "5.27.2"
"undici": "5.28.2"
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@coveo/relay-event-types": "6.24.2",
"@coveo/relay-event-types": "6.26.0",
"@microsoft/api-extractor": "7.38.3",
"@microsoft/api-extractor-model": "7.28.2",
"@microsoft/tsdoc": "0.14.2",
Expand Down
Loading

0 comments on commit 1a23a51

Please sign in to comment.