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 Jun 20, 2024
1 parent 9ab7ba5 commit 602bc54
Show file tree
Hide file tree
Showing 9 changed files with 1,662 additions and 636 deletions.
2,264 changes: 1,645 additions & 619 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@nx/storybook": "19.1.0",
"@nx/vite": "19.1.0",
"@nx/web": "19.1.0",
"@octokit/rest": "20.1.1",
"@octokit/rest": "21.0.0",
"@rollup/plugin-typescript": "11.1.6",
"@storybook/addon-essentials": "8.1.5",
"@storybook/addon-interactions": "8.1.5",
Expand Down Expand Up @@ -69,15 +69,15 @@
"esbuild-plugin-umd-wrapper": "2.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-cypress": "3.3.0",
"eslint-plugin-package-lock": "1.0.0",
"execa": "^8.0.0",
"execa": "^9.0.0",
"exponential-backoff": "^3.1.0",
"glob": "^10.2.6",
"gts": "5.3.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"lit": "^2.6.1",
"lit": "^3.0.0",
"nx": "19.0.4",
"patch-package": "8.0.0",
"prettier": "3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@coveo/release": "1.0.0",
"@coveo/headless": "2.68.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-commonjs": "^26.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-typescript": "^11.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"focus-visible": "5.2.0",
"i18next": "23.11.4",
"i18next-http-backend": "2.5.1",
"marked": "12.0.2",
"marked": "13.0.0",
"stencil-inline-svg": "1.1.0",
"ts-debounce": "^4.0.0"
},
Expand Down Expand Up @@ -115,7 +115,7 @@
"jest-cli": "29.7.0",
"jest-environment-node": "29.7.0",
"jest-localstorage-mock": "2.4.26",
"lit": "3.1.3",
"lit": "3.1.4",
"lit-html": "3.1.3",
"lodash": "4.17.21",
"ncp": "2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@coveo/bueno": "0.45.9",
"@coveo/relay": "0.7.7",
"@coveo/relay-event-types": "7.11.0",
"@coveo/relay-event-types": "9.0.0",
"@microsoft/fetch-event-source": "2.0.1",
"@reduxjs/toolkit": "2.2.4",
"abab": "2.0.6",
Expand All @@ -61,7 +61,7 @@
"fast-equals": "5.0.1",
"navigator.sendbeacon": "0.0.20",
"node-abort-controller": "^3.0.0",
"pino": "8.21.0",
"pino": "9.2.0",
"redux-thunk": "3.1.0",
"ts-debounce": "4.0.0",
"undici": "5.28.4"
Expand All @@ -72,7 +72,7 @@
"@microsoft/api-extractor-model": "7.28.16",
"@microsoft/tsdoc": "0.14.2",
"eslint-plugin-canonical": "4.18.0",
"execa": "8.0.1",
"execa": "9.2.0",
"install": "0.13.0",
"jest": "29.7.0",
"ts-jest": "29.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/quantic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"node": ">=14.0.0"
},
"devDependencies": {
"@ckeditor/jsdoc-plugins": "39.9.1",
"@coveo/relay-event-types": "7.11.0",
"@ckeditor/jsdoc-plugins": "40.2.2",
"@coveo/relay-event-types": "9.0.0",
"@coveo/release": "1.0.0",
"@lwc/compiler": "5.3.0",
"@lwc/eslint-plugin-lwc": "1.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"css-loader": "7.1.0",
"css-loader": "7.1.2",
"cypress": "13.9.0",
"cypress-repeat": "2.3.4",
"eslint-plugin-react": "7.30.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-router-dom": "6.16.0",
"react-scripts": "5.0.1",
"typescript": "5.4.5",
"web-vitals": "3.5.2"
"web-vitals": "4.2.0"
},
"scripts": {
"dev": "react-scripts start",
Expand Down
6 changes: 3 additions & 3 deletions utils/release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"dependencies": {
"@coveo/semantic-monorepo-tools": "2.4.31",
"@npmcli/arborist": "7.5.1",
"@octokit/auth-app": "6.1.1",
"@octokit/auth-app": "7.1.0",
"async-retry": "1.3.3",
"conventional-changelog-angular": "7.0.0",
"conventional-changelog-angular": "8.0.0",
"dependency-graph": "1.0.0",
"octokit": "3.2.1",
"octokit": "4.0.2",
"semver": "7.6.2",
"ts-dedent": "2.2.0"
},
Expand Down

0 comments on commit 602bc54

Please sign in to comment.