Minimally running upgrades with some outdated packages.

This commit is contained in:
Patrick Fic
2023-03-17 15:28:26 -07:00
parent c056cd02de
commit a9c2502f33
6 changed files with 17175 additions and 7 deletions

View File

@@ -4,8 +4,8 @@
"private": true,
"proxy": "http://localhost:4000",
"dependencies": {
"@apollo/client": "^3.7.9",
"@ant-design/pro-layout": "^7.6.1",
"@apollo/client": "^3.7.9",
"@asseinfo/react-kanban": "^2.2.0",
"@craco/craco": "^7.0.0",
"@jsreport/browser-client": "^3.1.0",
@@ -35,12 +35,11 @@
"phone": "^3.1.35",
"preval.macro": "^5.0.0",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"rc-queue-anim": "^2.0.0",
"rc-scroll-anim": "^2.7.6",
"react-big-calendar": "^1.6.8",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-big-calendar": "^1.6.8",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-drag-listview": "^2.0.0",
@@ -48,6 +47,7 @@
"react-grid-layout": "^1.3.4",
"react-i18next": "^12.2.0",
"react-icons": "^4.7.1",
"react-image-lightbox": "^5.1.4",
"react-number-format": "^5.1.3",
"react-redux": "^8.0.5",
"react-resizable": "^3.0.4",

View File

@@ -1,5 +1,6 @@
import { useMutation } from "@apollo/client";
import { Button, Form, notification, PageHeader, Popconfirm } from "antd";
import { Button, Form, notification, Popconfirm } from "antd";
import { PageHeader } from "@ant-design/pro-layout";
import React, { useState } from "react";
import { useTranslation } from "react-i18next";
import { useHistory } from "react-router-dom";

View File

@@ -1,10 +1,11 @@
import { SyncOutlined } from "@ant-design/icons";
import { PageHeader } from "@ant-design/pro-layout";
import {
Button,
Card,
Checkbox,
Col,
PageHeader,
Row,
Select,
Space

View File

@@ -1,5 +1,6 @@
import { PageHeader } from "@ant-design/pro-layout";
import { useMutation } from "@apollo/client";
import { Button, Form, notification, PageHeader, Popconfirm } from "antd";
import { Button, Form, notification, Popconfirm } from "antd";
import moment from "moment";
import React, { useState } from "react";
import { useTranslation } from "react-i18next";

File diff suppressed because it is too large Load Diff

4175
yarn.lock Normal file

File diff suppressed because it is too large Load Diff