Skip to content

Commit

Permalink
Merge pull request #6864 from ChurchCRM/deps
Browse files Browse the repository at this point in the history
update all deps
  • Loading branch information
DAcodedBEAT authored Feb 14, 2024
2 parents e90259f + e417be3 commit ce4502d
Show file tree
Hide file tree
Showing 8 changed files with 590 additions and 534 deletions.
542 changes: 311 additions & 231 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
"bootstrap-toggle": "^2.2.2",
"bootstrap-validator": "^0.11.9",
"chart.js": "^4.4.1",
"ckeditor4": "4.24.0",
"ckeditor4": "^4.24.0",
"daterangepicker": "^3.1.0",
"flag-icons": "^7.1.0",
"fullcalendar": "^6.1.10",
"i18n": "^0.15.1",
"i18next": "^23.7.18",
"i18next": "^23.8.2",
"icheck-bootstrap": "^3.0.1",
"inputmask": "^5.0.8",
"jquery": "^3.7.1",
Expand All @@ -85,8 +85,8 @@
"jquery-validation": "^1.19.5",
"node-sass": "^9.0.0",
"pace-js": "^1.2.4",
"react-bootstrap": "^2.10.0",
"react-datepicker": "^4.25.0",
"react-bootstrap": "^2.10.1",
"react-datepicker": "^6.1.0",
"react-select": "^5.7.7",
"select2": "^4.0.13"
},
Expand All @@ -112,16 +112,16 @@
"i18next-parser": "^8.12.0",
"node-sha1": "^1.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.2",
"prettier": "^3.2.5",
"tar": "^6.1.12",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.76.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.0.0"
},
"optionalDependencies": {
"cy-verify-downloads": "^0.2.3",
"cypress": "^13.6.3",
"cypress": "^13.6.4",
"grunt-poeditor-gd": "^0.2.1"
}
}
1 change: 0 additions & 1 deletion react/calendar-event-editor.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as React from "react";
import * as ReactDOM from "react-dom";
import CRMEvent from "./interfaces/CRMEvent";
import ExistingEvent from "./components/Events/ExistingEvent";
declare global {
interface Window {
Expand Down
1 change: 0 additions & 1 deletion react/components/Events/EventPropertiesEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as React from "react";
import CRMEvent from "../../interfaces/CRMEvent";
import Calendar from "../../interfaces/Calendar";
import EventType from "../../interfaces/EventType";
import { Modal, FormControl } from "react-bootstrap";
import Select from "react-select";
import DatePicker from "react-datepicker";

Expand Down
2 changes: 1 addition & 1 deletion react/components/Events/ExistingEvent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from "react";
import CRMEvent from "../../interfaces/CRMEvent";
import Calendar from "../../interfaces/Calendar";
import EventType from "../../interfaces/EventType";
import { Modal, FormControl } from "react-bootstrap";
import { Modal } from "react-bootstrap";
import CRMRoot from "../../window-context-service.jsx";
import EventPropertiesViewer from "./EventPropertiesViewer";
import EventPropertiesEditor from "./EventPropertiesEditor";
Expand Down
Loading

0 comments on commit ce4502d

Please sign in to comment.