Skip to content

Commit 96aa301

Browse files
Anderson Henrique de Santana Menezes MeloAnderson Henrique de Santana Menezes Melo
authored andcommitted
fix(deps): align react types and relax webpack pin
- Downgrade @types/react and @types/react-dom to v17 to match React version - Relax webpack override to ^5.90.0 - Remove .idea/ from tracking and update .gitignore
1 parent d096c15 commit 96aa301

7 files changed

Lines changed: 27 additions & 50 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
# Misc
1212
.DS_Store
13+
.idea/
1314
.env.local
1415
.env.development.local
1516
.env.test.local

.idea/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/probot-docs.iml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

package-lock.json

Lines changed: 23 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"devDependencies": {
3030
"@docusaurus/module-type-aliases": "^2.4.0",
3131
"@tsconfig/docusaurus": "^1.0.7",
32-
"@types/react": "^19.2.14",
33-
"@types/react-dom": "^19.2.3",
32+
"@types/react": "^17.0.0",
33+
"@types/react-dom": "^17.0.0",
3434
"typescript": "^4.7.4"
3535
},
3636
"overrides": {
37-
"webpack": "5.90.0"
37+
"webpack": "^5.90.0"
3838
},
3939
"browserslist": {
4040
"production": [

0 commit comments

Comments
 (0)