Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#2764 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
Dev to release
  • Loading branch information
KelvinTegelaar authored Aug 2, 2024
2 parents 1d02056 + d0b1f4f commit 8db8c70
Show file tree
Hide file tree
Showing 29 changed files with 1,868 additions and 127 deletions.
188 changes: 177 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cipp",
"version": "6.1.1",
"version": "6.2.0",
"description": "The CyberDrain Improved Partner Portal is a portal to help manage administration for Microsoft Partners.",
"homepage": "https://cipp.app/",
"bugs": {
Expand Down Expand Up @@ -50,6 +50,8 @@
"chart.js": "^3.5.1",
"classnames": "^2.3.1",
"core-js": "^3.18.3",
"dompurify": "^3.1.6",
"eml-parse-js": "^1.1.14",
"enzyme": "^3.11.0",
"final-form": "^4.20.4",
"final-form-arrays": "^3.1.0",
Expand All @@ -69,11 +71,13 @@
"react-data-table-component": "^7.4.5",
"react-datepicker": "^4.10.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-final-form": "^6.5.9",
"react-final-form-arrays": "^3.1.4",
"react-final-form-listeners": "^1.0.3",
"react-helmet-async": "^1.3.0",
"react-hotkeys-hook": "^3.4.4",
"react-html-parser": "^2.0.2",
"react-loading-skeleton": "^3.1.0",
"react-masonry-component": "^6.3.0",
"react-media-hook": "^0.4.9",
Expand All @@ -88,7 +92,7 @@
"redux-persist": "^6.0.0",
"simplebar-react": "^2.3.6",
"source-map-loader": "^3.0.0",
"styled-components": "^5.3.3"
"styled-components": "^5.3.11"
},
"devDependencies": {
"@types/react": "^18.2.39",
Expand Down
2 changes: 1 addition & 1 deletion public/version_latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.1
6.2.0
Loading

0 comments on commit 8db8c70

Please sign in to comment.