Skip to content

Commit

Permalink
chore(deps): update all dependencies j:kit-282
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 5ada055 commit affdcad
Show file tree
Hide file tree
Showing 22 changed files with 91 additions and 91 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"@actions/github": "6.0.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/lint": "19.2.2",
"@commitlint/load": "19.2.0",
"@commitlint/load": "19.4.0",
"@coveo/release": "1.0.0",
"@cspell/dict-fr-fr": "2.2.2",
"@cspell/eslint-plugin": "8.12.1",
"@nx/js": "19.5.3",
"@nx/storybook": "19.5.3",
"@nx/vite": "19.5.3",
"@nx/web": "19.5.3",
"@cspell/eslint-plugin": "8.13.1",
"@nx/js": "19.5.6",
"@nx/storybook": "19.5.6",
"@nx/vite": "19.5.6",
"@nx/web": "19.5.6",
"@octokit/rest": "20.1.1",
"@rollup/plugin-typescript": "11.1.6",
"@storybook/addon-essentials": "8.1.11",
Expand All @@ -53,15 +53,15 @@
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/execa": "^2.0.0",
"@types/jest": "29.5.12",
"@types/node": "20.14.12",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@types/node": "20.14.14",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@whitespace/storybook-addon-html": "6.1.1",
"aws-sdk": "2.1664.0",
"aws-sdk": "2.1670.0",
"commitizen": "4.3.0",
"concurrently": "8.2.2",
"cross-fetch": "4.0.0",
"cspell": "8.12.1",
"cspell": "8.13.1",
"cz-conventional-changelog": "3.3.0",
"detect-indent": "7.0.1",
"esbuild": "0.23.0",
Expand All @@ -75,20 +75,20 @@
"exponential-backoff": "^3.1.0",
"glob": "^10.2.6",
"gts": "5.3.1",
"husky": "9.1.2",
"lint-staged": "15.2.7",
"husky": "9.1.4",
"lint-staged": "15.2.8",
"lit": "^2.6.1",
"nx": "19.0.4",
"patch-package": "8.0.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"react-syntax-highlighter": "15.5.0",
"rimraf": "5.0.9",
"rimraf": "5.0.10",
"semver": "7.6.3",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"typescript": "5.4.5",
"vite": "~5.3.0"
"typescript": "5.5.4",
"vite": "~5.4.0"
},
"overrides": {
"@coveo/release": {
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@angular/compiler-cli": "17.3.12",
"@coveo/headless": "2.76.0",
"@types/jasmine": "5.1.4",
"@types/node": "20.14.12",
"@types/node": "20.14.14",
"jasmine-core": "5.2.0",
"karma": "6.4.3",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic-hosted-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@playwright/test": "1.45.3",
"@types/node": "20.14.12"
"@playwright/test": "1.46.0",
"@types/node": "20.14.14"
}
}
2 changes: 1 addition & 1 deletion packages/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "20.14.12",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"ncp": "2.0.0",
Expand Down
32 changes: 16 additions & 16 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@popperjs/core": "^2.11.6",
"@salesforce-ux/design-system": "^2.16.1",
"@stencil/store": "2.0.16",
"core-js": "3.37.1",
"core-js": "3.38.0",
"dayjs": "1.11.12",
"dompurify": "3.1.6",
"escape-html": "1.0.3",
Expand All @@ -64,17 +64,17 @@
},
"devDependencies": {
"@axe-core/playwright": "4.9.1",
"@babel/core": "7.24.9",
"@babel/core": "7.25.2",
"@coveo/atomic": "file:.",
"@coveo/headless": "2.76.0",
"@coveo/release": "1.0.0",
"@custom-elements-manifest/analyzer": "0.10.3",
"@fullhuman/postcss-purgecss": "6.0.0",
"@nx/js": "19.5.3",
"@nx/storybook": "19.5.3",
"@nx/vite": "19.5.3",
"@nx/web": "19.5.3",
"@playwright/test": "1.45.3",
"@nx/js": "19.5.6",
"@nx/storybook": "19.5.6",
"@nx/vite": "19.5.6",
"@nx/web": "19.5.6",
"@playwright/test": "1.46.0",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-replace": "5.0.7",
"@stencil-community/postcss": "2.2.0",
Expand Down Expand Up @@ -102,40 +102,40 @@
"@types/escape-html": "1.0.4",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.7",
"@types/node": "20.14.12",
"@types/node": "20.14.14",
"@types/postcss-import": "14.0.3",
"@types/puppeteer": "7.0.4",
"@whitespace/storybook-addon-html": "6.1.1",
"autoprefixer": "10.4.19",
"axe-core": "4.9.1",
"cypress": "13.13.1",
"autoprefixer": "10.4.20",
"axe-core": "4.10.0",
"cypress": "13.13.2",
"cypress-axe": "1.5.0",
"cypress-repeat": "2.3.5",
"cypress-repeat": "2.3.6",
"cypress-split": "1.5.0",
"html-loader-jest": "0.2.1",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-environment-node": "29.7.0",
"jest-localstorage-mock": "2.4.26",
"lit": "3.1.3",
"lit-html": "3.1.4",
"lit-html": "3.2.0",
"lodash": "4.17.21",
"ncp": "2.0.0",
"postcss-focus-visible": "9.0.1",
"postcss-import": "16.1.0",
"postcss-map": "0.11.0",
"postcss-mixins": "10.0.1",
"postcss-nested": "6.2.0",
"puppeteer": "22.14.0",
"puppeteer": "22.15.0",
"react": "18.3.1",
"rollup-plugin-html": "0.2.1",
"shadow-dom-testing-library": "1.11.2",
"storybook": "8.1.2",
"tailwindcss": "3.4.7",
"tailwindcss": "3.4.8",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"typescript": "5.5.4",
"vite": "5.3.5",
"vite": "5.4.0",
"vite-plugin-cem": "0.8.1",
"wait-on": "7.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"homepage": "https://github.com/coveo/ui-kit/packages/auth#readme",
"devDependencies": {
"@coveo/release": "1.0.0",
"rimraf": "5.0.9",
"vite": "5.3.5",
"rimraf": "5.0.10",
"vite": "5.4.0",
"jest": "29.7.0",
"ts-jest": "29.2.3"
"ts-jest": "29.2.4"
},
"engines": {
"node": ">=10"
Expand Down
2 changes: 1 addition & 1 deletion packages/bueno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"devDependencies": {
"@coveo/release": "1.0.0",
"jest": "29.7.0",
"ts-jest": "29.2.3"
"ts-jest": "29.2.4"
}
}
8 changes: 4 additions & 4 deletions packages/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
"@types/jest": "29.5.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"eslint-plugin-jest-dom": "5.4.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-testing-library": "6.2.2",
"gts": "5.3.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"publint": "0.2.9",
"rimraf": "5.0.9",
"ts-jest": "29.2.3",
"typescript": "5.4.5",
"rimraf": "5.0.10",
"ts-jest": "29.2.4",
"typescript": "5.5.4",
"undici": "5.28.4"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"dependencies": {
"@coveo/bueno": "0.46.1",
"@coveo/relay": "0.7.10",
"@coveo/relay-event-types": "9.4.0",
"@coveo/relay-event-types": "9.5.0",
"@microsoft/fetch-event-source": "2.0.1",
"@reduxjs/toolkit": "2.2.7",
"abab": "2.0.6",
"abortcontroller-polyfill": "1.7.5",
"coveo.analytics": "2.30.26",
"coveo.analytics": "2.30.28",
"dayjs": "1.11.12",
"exponential-backoff": "3.1.0",
"fast-equals": "5.0.1",
Expand All @@ -69,14 +69,14 @@
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@microsoft/api-extractor": "7.47.3",
"@microsoft/api-extractor-model": "7.29.3",
"@microsoft/api-extractor": "7.47.5",
"@microsoft/api-extractor-model": "7.29.4",
"@microsoft/tsdoc": "0.15.0",
"eslint-plugin-canonical": "4.18.0",
"eslint-plugin-canonical": "4.18.1",
"execa": "8.0.1",
"install": "0.13.0",
"jest": "29.7.0",
"ts-jest": "29.2.3",
"ts-jest": "29.2.4",
"ts-node": "10.9.2"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/quantic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"@types/wait-on": "5.3.4",
"chalk": "4.1.2",
"change-case": "4.1.2",
"cypress": "13.13.1",
"cypress": "13.13.2",
"cypress-real-events": "1.13.0",
"cypress-repeat": "2.3.5",
"cypress-repeat": "2.3.6",
"dotenv": "16.4.5",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jest": "28.8.0",
"fs-extra": "11.2.0",
"jest": "29.7.0",
"jest-junit": "16.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"@coveo/atomic-angular": "2.26.0",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"zone.js": "0.14.8"
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.8",
"@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.12",
"@types/jasmine": "5.1.4",
"@types/node": "20.14.12",
"@types/node": "20.14.14",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"cypress": "13.13.1",
"cypress-repeat": "2.3.5",
"cypress": "13.13.2",
"cypress-repeat": "2.3.6",
"gts": "5.3.1",
"ncp": "2.0.0",
"typescript": "5.4.5",
"typescript": "5.5.4",
"jest": "29.7.0"
}
}
8 changes: 4 additions & 4 deletions packages/samples/atomic-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.14.12",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"cypress": "13.13.1",
"cypress-repeat": "2.3.5",
"cypress": "13.13.2",
"cypress-repeat": "2.3.6",
"ncp": "2.0.0",
"typescript": "5.4.5"
"typescript": "5.5.4"
},
"scripts": {
"build": "nx build",
Expand Down
6 changes: 3 additions & 3 deletions packages/samples/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"css-loader": "7.1.0",
"cypress": "13.13.1",
"cypress-repeat": "2.3.5",
"cypress": "13.13.2",
"cypress-repeat": "2.3.6",
"eslint-plugin-react": "7.35.0",
"gts": "5.3.1",
"ncp": "2.0.0",
"style-loader": "4.0.0",
"ts-loader": "9.5.1",
"typescript": "5.4.5",
"typescript": "5.5.4",
"webpack": "^5.83.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/samples/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@testing-library/user-event": "14.5.2",
"@types/escape-html": "1.0.4",
"@types/express": "4.17.21",
"@types/node": "20.14.12",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
Expand All @@ -24,7 +24,7 @@
"react-dom": "18.3.1",
"react-router-dom": "6.26.0",
"react-scripts": "5.0.1",
"typescript": "5.4.5",
"typescript": "5.5.4",
"web-vitals": "3.5.2"
},
"scripts": {
Expand All @@ -49,8 +49,8 @@
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
"cypress": "13.13.1",
"cypress-repeat": "2.3.5",
"cypress": "13.13.2",
"cypress-repeat": "2.3.6",
"gts": "5.3.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/headless-ssr-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "20.14.12",
"@types/node": "20.14.14",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "8.57",
"eslint-config-next": "14.2.5",
"typescript": "5.4.5"
"typescript": "5.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/samples/headless-ssr/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "20.14.12",
"@types/node": "20.14.14",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"typescript": "5.4.5"
"typescript": "5.5.4"
}
}
Loading

0 comments on commit affdcad

Please sign in to comment.