i don't know what i did
Some checks failed
Merge conflict check / main (push) Failing after 1m8s

This commit is contained in:
Michelle Winkler
2025-11-17 12:57:38 +01:00
parent 0ef26c7873
commit 5e059cb98d
7 changed files with 98 additions and 41 deletions

View File

@@ -1,14 +1,13 @@
{
"name": "<plugin-name>",
"name": "TestPlugin",
"version": "0.0.1",
"private": true,
"main": "./src/index.tsx",
"dependencies": {
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"bigbluebutton-html-plugin-sdk": "0.0.73",
"bigbluebutton-html-plugin-sdk": "0.0.95",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"styled-components": "^5.3.3"
},
"scripts": {
@@ -36,8 +35,8 @@
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@types/node": "^20.4.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"@types/react-modal": "^3.16.0",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^6.2.0",
@@ -54,7 +53,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-watch": "^8.0.0",
"lint-staged": "11.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.3",
"typescript": "^5.1.6",