Skip to content

Commit a03c1ba

Browse files
committed
Fix packages
1 parent 01272a1 commit a03c1ba

File tree

4 files changed

+131
-9
lines changed

4 files changed

+131
-9
lines changed

frontend/package-lock.json

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

frontend/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"react-modal": "^3.16.1",
4040
"react-pro-sidebar": "^1.1.0",
4141
"react-spinners": "^0.14.1",
42-
"sockjs-client": "^1.6.1",
4342
"react-syntax-highlighter": "^15.5.0",
43+
"sockjs-client": "^1.6.1",
4444
"sweetalert2": "^11.14.1",
4545
"tailwind-merge": "^2.5.2",
4646
"tailwindcss-animate": "^1.0.7",
@@ -54,10 +54,11 @@
5454
"@types/react-dom": "^18",
5555
"@types/react-modal": "^3.16.3",
5656
"@types/react-syntax-highlighter": "^15.5.13",
57+
"@types/sockjs-client": "^1.5.4",
5758
"eslint": "^8",
5859
"eslint-config-next": "14.2.11",
5960
"postcss": "^8",
6061
"tailwindcss": "^3.4.1",
6162
"typescript": "^5"
6263
}
63-
}
64+
}

package-lock.json

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

package.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)