Skip to content

Commit

Permalink
Merge pull request #2048 from proddy/dev
Browse files Browse the repository at this point in the history
package updates
  • Loading branch information
proddy authored Sep 24, 2024
2 parents a79d176 + 7d38db7 commit 978799f
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 221 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,9 @@
"ini",
"makefile"
],
"typescript.preferences.preferTypeOnlyAutoImports": true
"typescript.preferences.preferTypeOnlyAutoImports": true,
"sonarlint.connectedMode.project": {
"connectionId": "emsesp",
"projectKey": "emsesp_EMS-ESP32"
}
}
8 changes: 4 additions & 4 deletions interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@eslint/js": "^9.11.0",
"@eslint/js": "^9.11.1",
"@preact/compat": "^18.3.1",
"@preact/preset-vite": "^2.9.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/formidable": "^3",
"@types/node": "^22.5.5",
"@types/node": "^22.6.1",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"concurrently": "^9.0.1",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"formidable": "^3.5.1",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.33.0",
"typescript-eslint": "8.6.0",
"typescript-eslint": "8.7.0",
"vite": "^5.4.7",
"vite-plugin-imagemin": "^0.6.1",
"vite-tsconfig-paths": "^5.0.1"
Expand Down
Loading

0 comments on commit 978799f

Please sign in to comment.