Skip to content

Commit

Permalink
chore: update template
Browse files Browse the repository at this point in the history
  • Loading branch information
wre232114 committed Jul 31, 2023
1 parent 98bd2ba commit 6a50a30
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-shirts-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-farm': patch
---

Upgrade farm version
4 changes: 2 additions & 2 deletions packages/create-farm/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"devDependencies": {
"@farmfe/cli": "^0.5.5",
"@farmfe/core": "^0.10.7",
"@farmfe/plugin-react": "^0.2.1",
"@farmfe/core": "^0.11.0",
"@farmfe/plugin-react": "^0.3.0",
"@types/react": "18",
"@types/react-dom": "18",
"react-refresh": "^0.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-farm/templates/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"devDependencies": {
"@farmfe/cli": "^0.5.5",
"@farmfe/core": "^0.10.7",
"@farmfe/js-plugin-solid": "^1.0.2"
"@farmfe/core": "^0.11.0",
"@farmfe/js-plugin-solid": "^2.0.0"
},
"scripts": {
"start": "farm start",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-farm/templates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"devDependencies": {
"@farmfe/cli": "^0.5.5",
"@farmfe/core": "^0.10.7",
"@farmfe/js-plugin-vue": "^1.2.8"
"@farmfe/core": "^0.11.0",
"@farmfe/js-plugin-vue": "^2.0.0"
},
"scripts": {
"start": "farm start",
Expand Down

0 comments on commit 6a50a30

Please sign in to comment.