Skip to content

Commit

Permalink
chore(deps): update typescript j:kit-282
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-coveo[bot] authored Dec 27, 2024
1 parent c1ad91c commit 576ce29
Show file tree
Hide file tree
Showing 8 changed files with 91 additions and 227 deletions.
300 changes: 82 additions & 218 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@nx/vite": "20.3.0",
"@nx/web": "20.3.0",
"@octokit/rest": "21.0.2",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-typescript": "12.1.2",
"@storybook/addon-essentials": "8.1.11",
"@storybook/addon-interactions": "8.1.11",
"@storybook/core-server": "8.1.11",
Expand All @@ -57,8 +57,8 @@
"@types/execa": "^2.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"@whitespace/storybook-addon-html": "6.1.1",
"aws-sdk": "2.1692.0",
"commitizen": "4.3.1",
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 @@ -37,7 +37,7 @@
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-typescript": "^12.0.0",
"@types/node": "22.10.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@coveo/release": "1.0.0",
"@testing-library/react": "14.3.1",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/eslint-plugin": "8.18.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-testing-library": "7.1.1",
"gts": "5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@angular/cli": "17.3.11",
"@angular/compiler-cli": "17.3.12",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"cypress": "13.17.0",
"cypress-repeat": "2.3.8",
"gts": "5.3.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 @@ -13,7 +13,7 @@
"devDependencies": {
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"css-loader": "6.11.0",
"cypress": "13.17.0",
"cypress-repeat": "2.3.8",
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 @@ -50,7 +50,7 @@
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@vitejs/plugin-react": "4.3.2",
"cypress": "13.17.0",
"cypress-repeat": "2.3.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"stencil-router-v2": "0.6.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"cypress": "13.17.0",
"cypress-repeat": "2.3.8",
"gts": "5.3.1",
Expand Down

0 comments on commit 576ce29

Please sign in to comment.