diff --git a/interface/package.json b/interface/package.json index 7de7d4bc6..32329a2dd 100644 --- a/interface/package.json +++ b/interface/package.json @@ -29,7 +29,7 @@ "@table-library/react-table-library": "4.1.4", "@types/lodash-es": "^4.17.8", "@types/node": "^20.4.8", - "@types/react": "^18.2.18", + "@types/react": "^18.2.19", "@types/react-dom": "^18.2.7", "@types/react-router-dom": "^5.3.3", "alova": "^2.9.3", diff --git a/interface/vite.config.ts b/interface/vite.config.ts index bedec9b79..700091981 100644 --- a/interface/vite.config.ts +++ b/interface/vite.config.ts @@ -18,9 +18,9 @@ export default defineConfig(({ command, mode }) => { plugins: [ preact(), viteTsconfigPaths(), - svgrPlugin() + svgrPlugin(), // prefresh() - // ProgmemGenerator({ outputPath: '../lib/framework/WWWData.h', bytesPerLine: 20 }) + ProgmemGenerator({ outputPath: '../lib/framework/WWWData.h', bytesPerLine: 20 }) ], build: { diff --git a/interface/yarn.lock b/interface/yarn.lock index 91fd2cb6b..90b3da042 100644 --- a/interface/yarn.lock +++ b/interface/yarn.lock @@ -1511,7 +1511,7 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:^18.2.18": +"@types/react@npm:*": version: 18.2.18 resolution: "@types/react@npm:18.2.18" dependencies: @@ -1522,6 +1522,17 @@ __metadata: languageName: node linkType: hard +"@types/react@npm:^18.2.19": + version: 18.2.19 + resolution: "@types/react@npm:18.2.19" + dependencies: + "@types/prop-types": "*" + "@types/scheduler": "*" + csstype: ^3.0.2 + checksum: 8ebea4e6e154b32135e54d8ead9ec2d7c99bdeb0b5d51b4a01dfcb0a6eaf0cea566463148abff8755b29e2aea8c3e66dc09e6cfface2161f46fc9a023823ffd3 + languageName: node + linkType: hard + "@types/scheduler@npm:*": version: 0.16.3 resolution: "@types/scheduler@npm:0.16.3" @@ -1676,7 +1687,7 @@ __metadata: "@types/babel__core": ^7 "@types/lodash-es": ^4.17.8 "@types/node": ^20.4.8 - "@types/react": ^18.2.18 + "@types/react": ^18.2.19 "@types/react-dom": ^18.2.7 "@types/react-router-dom": ^5.3.3 "@typescript-eslint/eslint-plugin": ^6.3.0