Skip to content

Commit

Permalink
fix: use fixed version for rspack in template (#4746)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoolsher committed Nov 22, 2023
1 parent 4fc0659 commit c5dc710
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/create-rspack/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rspack/cli": "latest",
"@rspack/core": "latest",
"@rspack/cli": "0.3.14",
"@rspack/core": "0.3.14",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"typescript": "^5.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rspack/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rspack/cli": "latest",
"@rspack/core": "latest",
"@rspack/cli": "0.3.14",
"@rspack/core": "0.3.14",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rspack/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"vue": "3.2.45"
},
"devDependencies": {
"@rspack/cli": "latest",
"@rspack/core": "latest",
"@rspack/cli": "0.3.14",
"@rspack/core": "0.3.14",
"vue-loader": "^17.2.2"
},
"keywords": [],
Expand Down

0 comments on commit c5dc710

Please sign in to comment.