Skip to content

Commit

Permalink
chore: use latest in templates (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Sep 30, 2023
1 parent 4fdd115 commit e7d0c74
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 18 deletions.
20 changes: 12 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions templates/preact-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"preview": "vite preview"
},
"dependencies": {
"@impalajs/core": "*",
"@impalajs/preact": "*",
"@impalajs/core": "latest",
"@impalajs/preact": "latest",
"preact": "^10.13.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions templates/preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"preview": "vite preview"
},
"dependencies": {
"@impalajs/core": "*",
"@impalajs/preact": "*",
"@impalajs/core": "latest",
"@impalajs/preact": "latest",
"preact": "^10.13.0"
},
"devDependencies": {
Expand All @@ -22,4 +22,4 @@
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}
}
4 changes: 2 additions & 2 deletions templates/react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"preview": "vite preview"
},
"dependencies": {
"@impalajs/core": "*",
"@impalajs/react": "*",
"@impalajs/core": "latest",
"@impalajs/react": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions templates/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"preview": "vite preview"
},
"dependencies": {
"@impalajs/core": "*",
"@impalajs/react": "*",
"@impalajs/core": "latest",
"@impalajs/react": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -25,4 +25,4 @@
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}
}

0 comments on commit e7d0c74

Please sign in to comment.