Upgrade deps (#6395)

* update js build tools

* update frontend deps

* python updates

* update requests again
This commit is contained in:
Blake Blackshear
2023-05-05 07:45:13 -05:00
committed by GitHub
parent f52b1212cd
commit e3b9998879
4 changed files with 377 additions and 535 deletions

View File

@@ -1,6 +1,6 @@
import { h, createContext } from 'preact';
import { baseUrl } from './baseUrl';
import produce from 'immer';
import { produce } from 'immer';
import { useCallback, useContext, useEffect, useRef, useReducer } from 'preact/hooks';
const initialState = Object.freeze({ __connected: false });