Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update linting
Browse files Browse the repository at this point in the history
renovate[bot] authored Oct 25, 2024

Verified

This commit was signed with the committer’s verified signature.
CarlosLopezDeLara Carlos LopezDeLara
1 parent 36f9e4d commit f0e12c3
Showing 6 changed files with 1,837 additions and 174 deletions.
1,999 changes: 1,831 additions & 168 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -41,8 +41,8 @@
"@types/node": "20.17.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint-config-next": "14.2.16",
"eslint": "9.13.0",
"eslint-config-next": "15.0.1",
"eslint-config-prettier": "9.1.0",
"recursive-copy-cli": "1.0.20",
"prettier": "3.3.3",
2 changes: 1 addition & 1 deletion packages/cdn-build/package.json
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"babel-plugin-styled-components": "^2.0.7",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"eslint": "8.57.1",
"eslint": "9.13.0",
"prettier": "3.3.3",
"typescript": "^5.0.0",
"typescript-styled-plugin": "^0.18.2",
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
"@types/node": "20.17.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-storybook": "0.10.1",
"prettier": "3.3.3",
2 changes: 1 addition & 1 deletion packages/stencil-react-ssr-output-target/package.json
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"@smartive/eslint-config": "5.1.0",
"@smartive/prettier-config": "3.1.2",
"@types/node": "20.17.1",
"eslint": "8.57.1",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.3.3",
"react": "^18.0.0",
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
"@stencil-community/eslint-plugin": "smartive/stencil-eslint#feat/typescript-v5-dist",
"@stencil/sass": "3.0.12",
"@types/node": "20.17.1",
"eslint": "8.57.1",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.3.3",
"stencil-inline-svg": "1.1.0",

0 comments on commit f0e12c3

Please sign in to comment.