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] committed Apr 5, 2024
1 parent 2cb218b commit 0c12020
Show file tree
Hide file tree
Showing 10 changed files with 1,025 additions and 498 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"esbuild": "0.20.2",
"esbuild-plugin-alias": "0.2.1",
"esbuild-plugin-umd-wrapper": "2.0.0",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-package-lock": "1.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 @@ -67,7 +67,7 @@
"@babel/core": "7.24.0",
"@coveo/release": "1.0.0",
"@coveo/headless": "2.59.0",
"@fullhuman/postcss-purgecss": "5.0.0",
"@fullhuman/postcss-purgecss": "6.0.0",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-replace": "5.0.5",
"@stencil-community/postcss": "2.2.0",
Expand All @@ -78,7 +78,7 @@
"@types/jest": "29.5.12",
"@types/lodash": "4.14.202",
"@types/postcss-import": "14.0.3",
"@types/puppeteer": "5.4.7",
"@types/puppeteer": "7.0.4",
"autoprefixer": "10.4.18",
"axe-core": "4.8.4",
"cypress": "13.6.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"encoding": "^0.1.13",
"pino-pretty": "^6.0.0 || ^10.0.0"
"pino-pretty": "^6.0.0 || ^10.0.0 || ^11.0.0"
},
"dependencies": {
"@coveo/bueno": "0.45.8",
Expand All @@ -63,7 +63,7 @@
"node-abort-controller": "^3.0.0",
"pino": "8.19.0",
"redux-thunk": "3.1.0",
"ts-debounce": "3.0.0",
"ts-debounce": "4.0.0",
"undici": "5.28.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/quantic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@coveo/release": "1.0.0",
"@lwc/compiler": "5.3.0",
"@lwc/eslint-plugin-lwc": "1.7.2",
"@octokit/graphql": "7.0.2",
"@octokit/graphql-schema": "14.58.0",
"@octokit/graphql": "8.1.0",
"@octokit/graphql-schema": "15.4.2",
"@salesforce/eslint-config-lwc": "3.5.3",
"@salesforce/eslint-plugin-lightning": "1.0.0",
"@salesforce/sfdx-lwc-jest": "4.0.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": "6.10.0",
"css-loader": "7.0.0",
"cypress": "13.6.6",
"cypress-repeat": "2.3.4",
"eslint-plugin-react": "7.30.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/headless-ssr/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "20.11.25",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-next": "14.1.3",
"typescript": "5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/headless-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "20.11.25",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-react-app": "7.0.1",
"typescript": "5.3.3",
"cypress": "13.6.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/headless-ssr/pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "20.11.25",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-next": "14.1.3",
"typescript": "5.3.3"
}
Expand Down
Loading

0 comments on commit 0c12020

Please sign in to comment.