- updated zustand and react libraries;

- added 'put in draft' btn;
This commit is contained in:
Vitalii Kiiko
2025-04-10 12:36:19 +02:00
parent 44ba9036cb
commit 7dcf932819
90 changed files with 677 additions and 587 deletions

View File

@@ -7,54 +7,53 @@
"@babel/preset-react": "7.26.3",
"@date-fns/tz": "1.2.0",
"@emailjs/browser": "4.4.1",
"@emotion/styled": "11.14.0",
"@number-flow/react": "0.5.5",
"@sentry/browser": "8.51.0",
"@stomp/stompjs": "7.0.0",
"@tanstack/react-table": "8.20.6",
"@wordpress/i18n": "5.16.0",
"@wordpress/react-i18n": "4.16.0",
"@number-flow/react": "0.5.9",
"@sentry/browser": "9.11.0",
"@stomp/stompjs": "7.1.1",
"@tanstack/react-table": "8.21.2",
"@wordpress/i18n": "5.21.0",
"@wordpress/react-i18n": "4.21.0",
"codice-fiscale-js": "2.3.22",
"copy-to-clipboard": "3.3.3",
"deep-object-diff": "1.1.9",
"dompurify": "3.2.3",
"dompurify": "3.2.5",
"expression-language": "1.2.0",
"fast-deep-equal": "3.1.3",
"hotkeys-js": "3.13.9",
"html-react-parser": "5.2.2",
"html-react-parser": "5.2.3",
"jwt-decode": "4.0.0",
"klona": "2.0.6",
"leader-line-new": "1.1.9",
"luxon": "3.5.0",
"mathjs": "14.0.1",
"luxon": "3.6.1",
"mathjs": "14.4.0",
"mustache": "4.2.0",
"object-path-immutable": "4.1.2",
"primeicons": "7.0.0",
"primereact": "10.9.2",
"primereact": "10.9.4",
"quill": "2.0.3",
"ramda": "0.30.1",
"react": "18.3.1",
"react": "19.1.0",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.3.1",
"react-hook-form": "7.54.2",
"react-router-dom": "7.1.3",
"react-dom": "19.1.0",
"react-hook-form": "7.55.0",
"react-router-dom": "7.5.0",
"react-scripts": "5.0.1",
"recharts": "2.15.0",
"recharts": "2.15.2",
"sockjs-client": "1.6.1",
"validate.js": "0.13.1",
"zustand": "4.5.4",
"zustand-x": "3.0.4"
"zustand": "5.0.3",
"zustand-x": "6.1.0"
},
"devDependencies": {
"@babel/cli": "7.26.4",
"@babel/core": "7.26.7",
"@babel/cli": "7.27.0",
"@babel/core": "7.26.10",
"@babel/plugin-syntax-jsx": "7.25.9",
"@wordpress/babel-plugin-makepot": "6.16.0",
"@wordpress/babel-plugin-makepot": "6.21.0",
"babel-plugin-macros": "3.1.0",
"node-wp-i18n": "1.2.7",
"sass": "1.83.4",
"sass-loader": "16.0.4"
"sass": "1.86.3",
"sass-loader": "16.0.5"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-scripts start",