Skip to content

Commit b5748a1

Browse files
chore(deps): update dependency @frontify/eslint-config-react to v0.17.0
1 parent d10aa48 commit b5748a1

File tree

28 files changed

+364
-81
lines changed

28 files changed

+364
-81
lines changed

packages/animation-curve-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.23.9",
18-
"@frontify/eslint-config-react": "0.16.1",
18+
"@frontify/eslint-config-react": "0.17.0",
1919
"@frontify/frontify-cli": "^5.5.8",
2020
"@types/react": "^18.2.48",
2121
"@types/react-dom": "^18.2.18",

packages/asset-kit-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.23.9",
18-
"@frontify/eslint-config-react": "0.16.1",
18+
"@frontify/eslint-config-react": "0.17.0",
1919
"@frontify/frontify-cli": "^5.5.8",
2020
"@types/react": "^18.2.48",
2121
"@types/react-dom": "^18.2.18",

packages/audio-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.23.9",
18-
"@frontify/eslint-config-react": "0.16.1",
18+
"@frontify/eslint-config-react": "0.17.0",
1919
"@frontify/frontify-cli": "^5.5.8",
2020
"@types/react": "^18.2.48",
2121
"@types/react-dom": "^18.2.18",

packages/brand-positioning-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.23.9",
18-
"@frontify/eslint-config-react": "0.16.1",
18+
"@frontify/eslint-config-react": "0.17.0",
1919
"@frontify/frontify-cli": "^5.5.8",
2020
"@types/react": "^18.2.48",
2121
"@types/react-dom": "^18.2.18",

packages/callout-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.23.9",
18-
"@frontify/eslint-config-react": "0.16.1",
18+
"@frontify/eslint-config-react": "0.17.0",
1919
"@frontify/frontify-cli": "^5.5.8",
2020
"@types/react": "^18.2.48",
2121
"@types/react-dom": "^18.2.18",

packages/checklist-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.23.9",
18-
"@frontify/eslint-config-react": "0.16.1",
18+
"@frontify/eslint-config-react": "0.17.0",
1919
"@frontify/frontify-cli": "^5.5.8",
2020
"@react-types/shared": "^3.19.0",
2121
"@types/react": "^18.2.48",

packages/code-snippet-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.23.9",
18-
"@frontify/eslint-config-react": "0.16.1",
18+
"@frontify/eslint-config-react": "0.17.0",
1919
"@frontify/frontify-cli": "^5.5.8",
2020
"@types/react": "^18.2.48",
2121
"@types/react-dom": "^18.2.18",

packages/color-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.23.9",
18-
"@frontify/eslint-config-react": "0.16.1",
18+
"@frontify/eslint-config-react": "0.17.0",
1919
"@frontify/frontify-cli": "^5.5.8",
2020
"@types/react": "^18.2.48",
2121
"@types/react-dom": "^18.2.18",

packages/color-kit-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.23.9",
18-
"@frontify/eslint-config-react": "0.16.1",
18+
"@frontify/eslint-config-react": "0.17.0",
1919
"@frontify/frontify-cli": "^5.5.8",
2020
"@types/react": "^18.2.48",
2121
"@types/react-dom": "^18.2.18",

packages/color-scale-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@4tw/cypress-drag-drop": "^2.2.5",
1818
"@babel/core": "^7.23.9",
19-
"@frontify/eslint-config-react": "0.16.1",
19+
"@frontify/eslint-config-react": "0.17.0",
2020
"@frontify/frontify-cli": "^5.5.8",
2121
"@types/react": "^18.2.48",
2222
"@types/react-dom": "^18.2.18",

0 commit comments

Comments
 (0)