Skip to content

Commit

Permalink
Working on pnpm repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
athrunsun committed Feb 11, 2023
1 parent 63b78de commit cb25752
Show file tree
Hide file tree
Showing 3 changed files with 1,401 additions and 1,346 deletions.
2 changes: 1 addition & 1 deletion current/react-webpack-ts-pnpm/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# React-Webpack-TypeScript-Boilerplate
# React-Webpack-TypeScript-pnpm-Boilerplate
A React boilerplate with:

- Webpack as bundler
Expand Down
6 changes: 3 additions & 3 deletions current/react-webpack-ts-pnpm/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-webpack-ts-boilerplate",
"name": "react-webpack-ts-pnpm-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
Expand All @@ -22,11 +22,11 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@vanilla-extract/css": "^1.7.2",
"@vanilla-extract/css": "^1.9.1",
"axios": "^0.27.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0"
"react-router-dom": "^6.4.2"
},
"devDependencies": {
"@babel/core": "^7.18.2",
Expand Down
Loading

0 comments on commit cb25752

Please sign in to comment.