Complete main UI #37

Merged
FatttSnake merged 192 commits from FatttSnake into dev 2024-02-23 16:31:17 +08:00
2 changed files with 12 additions and 12 deletions
Showing only changes of commit d708cf7906 - Show all commits

20
package-lock.json generated
View File

@@ -27,11 +27,11 @@
"@types/jsdom": "^21.1.4", "@types/jsdom": "^21.1.4",
"@types/lodash": "^4.14.200", "@types/lodash": "^4.14.200",
"@types/node": "^20.8.10", "@types/node": "^20.8.10",
"@types/react": "^18.2.33", "@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14", "@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1", "@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react": "^4.1.0", "@vitejs/plugin-react": "^4.1.1",
"eslint": "^8.52.0", "eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.1.1", "eslint-config-standard-with-typescript": "^39.1.1",
@@ -1630,9 +1630,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "18.2.33", "version": "18.2.34",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.33.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.34.tgz",
"integrity": "sha512-v+I7S+hu3PIBoVkKGpSYYpiBT1ijqEzWpzQD62/jm4K74hPpSP7FF9BnKG6+fg2+62weJYkkBWDJlZt5JO/9hg==", "integrity": "sha512-U6eW/alrRk37FU/MS2RYMjx0Va2JGIVXELTODaTIYgvWGCV4Y4TfTUzG8DdmpDNIT0Xpj/R7GfyHOJJrDttcvg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/prop-types": "*", "@types/prop-types": "*",
@@ -1962,15 +1962,15 @@
"dev": true "dev": true
}, },
"node_modules/@vitejs/plugin-react": { "node_modules/@vitejs/plugin-react": {
"version": "4.1.0", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.1.0.tgz", "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.1.1.tgz",
"integrity": "sha512-rM0SqazU9iqPUraQ2JlIvReeaxOoRj6n+PzB1C0cBzIbd8qP336nC39/R9yPi3wVcah7E7j/kdU1uCUqMEU4OQ==", "integrity": "sha512-Jie2HERK+uh27e+ORXXwEP5h0Y2lS9T2PRGbfebiHGlwzDO0dEnd2aNtOR/qjBlPb1YgxwAONeblL1xqLikLag==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/core": "^7.22.20", "@babel/core": "^7.23.2",
"@babel/plugin-transform-react-jsx-self": "^7.22.5", "@babel/plugin-transform-react-jsx-self": "^7.22.5",
"@babel/plugin-transform-react-jsx-source": "^7.22.5", "@babel/plugin-transform-react-jsx-source": "^7.22.5",
"@types/babel__core": "^7.20.2", "@types/babel__core": "^7.20.3",
"react-refresh": "^0.14.0" "react-refresh": "^0.14.0"
}, },
"engines": { "engines": {

View File

@@ -33,11 +33,11 @@
"@types/jsdom": "^21.1.4", "@types/jsdom": "^21.1.4",
"@types/lodash": "^4.14.200", "@types/lodash": "^4.14.200",
"@types/node": "^20.8.10", "@types/node": "^20.8.10",
"@types/react": "^18.2.33", "@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14", "@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1", "@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react": "^4.1.0", "@vitejs/plugin-react": "^4.1.1",
"eslint": "^8.52.0", "eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.1.1", "eslint-config-standard-with-typescript": "^39.1.1",