mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
fix: bumped all packages, no vulns in npm audit now
This commit is contained in:
5667
package-lock.json
generated
5667
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -27,13 +27,13 @@
|
||||
"@semantic-release/changelog": "^6.0.3",
|
||||
"@semantic-release/exec": "^7.1.0",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"@types/node": "^18.19.0",
|
||||
"@types/react": "^18.3.1",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/node": "^18.19.129",
|
||||
"@types/react": "^18.3.26",
|
||||
"@types/react-dom": "^18.3.7",
|
||||
"conventional-changelog-conventionalcommits": "^9.1.0",
|
||||
"cross-env": "^10.0.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"semantic-release": "^24.2.9",
|
||||
"typescript": "^5.3.3"
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0",
|
||||
|
||||
@@ -5,14 +5,14 @@
|
||||
"description": "Progressive Web App for creating isometric diagrams",
|
||||
"dependencies": {
|
||||
"@isoflow/isopacks": "^0.0.10",
|
||||
"fossflow": "*",
|
||||
"i18next": "^25.5.2",
|
||||
"fossflow": "^1.1.0",
|
||||
"i18next": "^25.5.3",
|
||||
"i18next-browser-languagedetector": "^8.2.0",
|
||||
"i18next-http-backend": "^3.0.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-error-boundary": "^6.0.0",
|
||||
"react-i18next": "^15.7.3",
|
||||
"react-i18next": "^15.7.4",
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -40,11 +40,11 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rsbuild/core": "^1.4.3",
|
||||
"@rsbuild/plugin-react": "^1.3.3",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/jest-dom": "^6.1.5",
|
||||
"@testing-library/react": "^14.1.2",
|
||||
"@testing-library/user-event": "^14.5.1"
|
||||
"@rsbuild/core": "^1.5.14",
|
||||
"@rsbuild/plugin-react": "^1.4.1",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^14.3.1",
|
||||
"@testing-library/user-event": "^14.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ import React from 'react';
|
||||
import ReactDOM from 'react-dom/client';
|
||||
import './index.css';
|
||||
import 'fossflow/dist/styles.css';
|
||||
import 'react-quill/dist/quill.snow.css';
|
||||
import 'react-quill-new/dist/quill.snow.css';
|
||||
import App from './App';
|
||||
import reportWebVitals from './reportWebVitals';
|
||||
import * as serviceWorkerRegistration from './serviceWorkerRegistration';
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
"dev": "nodemon server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.0.3",
|
||||
"uuid": "^9.0.0"
|
||||
"dotenv": "^16.6.1",
|
||||
"express": "^4.21.2",
|
||||
"uuid": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.1"
|
||||
"nodemon": "^3.1.10"
|
||||
}
|
||||
}
|
||||
|
||||
2973
packages/fossflow-lib/dist/index.js
vendored
2973
packages/fossflow-lib/dist/index.js
vendored
File diff suppressed because one or more lines are too long
952
packages/fossflow-lib/dist/styles.css
vendored
952
packages/fossflow-lib/dist/styles.css
vendored
File diff suppressed because one or more lines are too long
@@ -1,2 +1,2 @@
|
||||
import 'react-quill/dist/quill.snow.css';
|
||||
import 'react-quill-new/dist/quill.snow.css';
|
||||
export declare const GlobalStyles: () => import("react/jsx-runtime").JSX.Element;
|
||||
|
||||
@@ -25,73 +25,73 @@
|
||||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/icons-material": "^5.11.9",
|
||||
"@mui/material": "^5.11.10",
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.1",
|
||||
"@mui/icons-material": "^5.18.0",
|
||||
"@mui/material": "^5.18.0",
|
||||
"auto-bind": "^5.0.1",
|
||||
"chroma-js": "^2.4.2",
|
||||
"chroma-js": "^2.6.0",
|
||||
"dom-to-image": "^2.6.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"gsap": "^3.11.4",
|
||||
"immer": "^10.0.2",
|
||||
"gsap": "^3.13.0",
|
||||
"immer": "^10.1.3",
|
||||
"mui-color-input": "^2.0.3",
|
||||
"paper": "^0.12.17",
|
||||
"paper": "^0.12.18",
|
||||
"pathfinding": "^0.4.18",
|
||||
"react-hook-form": "^7.43.2",
|
||||
"react-quill": "^2.0.0",
|
||||
"react-router-dom": "^6.8.1",
|
||||
"uuid": "^9.0.0",
|
||||
"zod": "^3.21.4",
|
||||
"zustand": "^4.3.3"
|
||||
"react-hook-form": "^7.64.0",
|
||||
"react-quill-new": "^3.6.0",
|
||||
"react-router-dom": "^6.30.1",
|
||||
"uuid": "^9.0.1",
|
||||
"zod": "^3.25.76",
|
||||
"zustand": "^4.5.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=17",
|
||||
"react-dom": ">=17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.28.0",
|
||||
"@babel/preset-env": "^7.28.0",
|
||||
"@babel/core": "^7.28.4",
|
||||
"@babel/preset-env": "^7.28.3",
|
||||
"@babel/preset-react": "^7.27.1",
|
||||
"@babel/preset-typescript": "^7.27.1",
|
||||
"@isoflow/isopacks": "^0.0.10",
|
||||
"@rsbuild/core": "^1.4.15",
|
||||
"@rsbuild/plugin-react": "^1.3.5",
|
||||
"@testing-library/jest-dom": "^6.1.5",
|
||||
"@testing-library/react": "^14.1.2",
|
||||
"@testing-library/user-event": "^14.5.1",
|
||||
"@types/chroma-js": "^2.4.0",
|
||||
"@types/dom-to-image": "^2.6.5",
|
||||
"@types/file-saver": "^2.0.5",
|
||||
"@types/jest": "^29.5.10",
|
||||
"@types/jsdom": "^21.1.0",
|
||||
"@rsbuild/core": "^1.5.14",
|
||||
"@rsbuild/plugin-react": "^1.4.1",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^14.3.1",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/chroma-js": "^2.4.5",
|
||||
"@types/dom-to-image": "^2.6.7",
|
||||
"@types/file-saver": "^2.0.7",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/jsdom": "^21.1.7",
|
||||
"@types/pathfinding": "^0.0.6",
|
||||
"@types/quill": "^2.0.14",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "^6.1.0",
|
||||
"@typescript-eslint/parser": "^6.0.0",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"babel-loader": "^10.0.0",
|
||||
"css-loader": "^6.11.0",
|
||||
"eslint": "^8.44.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-airbnb-typescript": "^17.1.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"eslint-plugin-react": "^7.32.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"jest": "^29.5.0",
|
||||
"jest-environment-jsdom": "^29.5.0",
|
||||
"jsdom": "^21.1.1",
|
||||
"eslint-config-prettier": "^8.10.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-prettier": "^5.5.4",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"jsdom": "^21.1.2",
|
||||
"mini-css-extract-plugin": "^2.9.4",
|
||||
"prettier": "^3.0.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"recharts": "^2.7.2",
|
||||
"style-loader": "^3.3.3",
|
||||
"ts-jest": "^29.0.5",
|
||||
"tsc-alias": "^1.8.7",
|
||||
"webpack": "^5.101.1",
|
||||
"prettier": "^3.6.2",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"recharts": "^2.15.4",
|
||||
"style-loader": "^3.3.4",
|
||||
"ts-jest": "^29.4.4",
|
||||
"tsc-alias": "^1.8.16",
|
||||
"webpack": "^5.102.1",
|
||||
"webpack-cli": "^6.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React, { useMemo } from 'react';
|
||||
import ReactQuill from 'react-quill';
|
||||
import ReactQuill from 'react-quill-new';
|
||||
import { Box } from '@mui/material';
|
||||
|
||||
interface Props {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { GlobalStyles as MUIGlobalStyles } from '@mui/material';
|
||||
import 'react-quill/dist/quill.snow.css';
|
||||
import 'react-quill-new/dist/quill.snow.css';
|
||||
|
||||
export const GlobalStyles = () => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user