Skip to content

Commit

Permalink
chore: update frontify-cli in templates (#608)
Browse files Browse the repository at this point in the history
* chore: update frontify-cli

* Create dull-pugs-crash.md
  • Loading branch information
julianiff authored Oct 19, 2023
1 parent e3ea35d commit 6659cbf
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-pugs-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frontify/frontify-cli": patch
---

chore: update frontify-cli in templates
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@frontify/eslint-config-react": "^0.16.1",
"@frontify/frontify-cli": "^5.3.16",
"@frontify/frontify-cli": "^5.4.0",
"@frontify/guideline-blocks-settings": "^0.29.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/content-block-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@frontify/eslint-config-react": "^0.16.1",
"@frontify/frontify-cli": "^5.3.16",
"@frontify/frontify-cli": "^5.4.0",
"@frontify/guideline-blocks-settings": "^0.29.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/content-block-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@frontify/eslint-config-react": "^0.16.1",
"@frontify/frontify-cli": "^5.3.16",
"@frontify/frontify-cli": "^5.4.0",
"@frontify/guideline-blocks-settings": "^0.29.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@frontify/eslint-config-react": "^0.16.2",
"@frontify/frontify-cli": "^5.3.17",
"@frontify/frontify-cli": "^5.4.0",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"eslint": "^8.51.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/platform-app-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@frontify/eslint-config-react": "^0.16.2",
"@frontify/frontify-cli": "^5.3.17",
"@frontify/frontify-cli": "^5.4.0",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"eslint": "^8.51.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/platform-app-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@frontify/eslint-config-react": "^0.16.2",
"@frontify/frontify-cli": "^5.3.17",
"@frontify/frontify-cli": "^5.4.0",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"autoprefixer": "^10.4.16",
Expand Down

0 comments on commit 6659cbf

Please sign in to comment.