Skip to content

Commit

Permalink
Fix mismatching versions of React
Browse files Browse the repository at this point in the history
  • Loading branch information
farisd16 committed Nov 25, 2024
1 parent f912447 commit d9463fd
Show file tree
Hide file tree
Showing 6 changed files with 10,163 additions and 6,686 deletions.
7,616 changes: 4,442 additions & 3,174 deletions editor/package-lock.json

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@ls1intum/apollon": "^3.3.15",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
Expand All @@ -14,10 +13,11 @@
"@types/vscode-webview": "^1.57.5",
"@vscode/codicons": "^0.0.35",
"@vscode/webview-ui-toolkit": "^1.4.0",
"fast-glob": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"styled-components": "^5.3.11",
"styled-components": "6.1.8",
"typescript": "^4.9.5",
"uuid": "^10.0.0",
"web-vitals": "^2.1.4",
Expand Down Expand Up @@ -49,7 +49,6 @@
]
},
"devDependencies": {
"@types/styled-components": "^5.1.34",
"@types/uuid": "^10.0.0",
"parcel": "^2.11.0",
"postcss": "^8.4.35",
Expand Down
Loading

0 comments on commit d9463fd

Please sign in to comment.