Skip to content

Commit

Permalink
chore(cra): Bump craco to satisfy CRA peer dep
Browse files Browse the repository at this point in the history
This version is alpha, check dilanx/craco#426
for updates.
  • Loading branch information
NiGhTTraX committed Oct 4, 2022
1 parent 793f990 commit 6eee0e5
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 95 deletions.
6 changes: 3 additions & 3 deletions apps/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/core": "~7.19.0",
"@babel/plugin-syntax-flow": "~7.18.0",
"@babel/plugin-transform-react-jsx": "~7.19.0",
"@craco/craco": "~6.4.0",
"@craco/craco": "~7.0.0-alpha.8",
"@types/express": "~4.17.13",
"@types/jest": "~29.1.0",
"@types/react": "~18.0.0",
Expand All @@ -27,8 +27,8 @@
"rimraf": "~3.0.2",
"ts-jest": "~29.0.0",
"tsconfig-paths-webpack-plugin": "~4.0.0",
"typescript": "~4.7.0"

"typescript": "~4.7.0",
"ts-node": "~10.9.1"
},
"scripts": {
"clean": "rimraf dist",
Expand Down
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,5 @@
"eslint": "~8.24.0",
"eslint-plugin-import": "~2.26.0",
"typescript": "~4.7.0"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react-scripts": "^5.0.0"
}
}
}
}
Loading

0 comments on commit 6eee0e5

Please sign in to comment.