1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-05 13:35:27 +02:00

chore: Update dependencies

This commit is contained in:
Maksim Eltyshev 2025-06-30 12:43:06 +02:00
parent 463b6284c7
commit e58a9f5d21
6 changed files with 3252 additions and 982 deletions

2654
client/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -82,10 +82,10 @@
"@diplodoc/cut-extension": "^0.7.4",
"@diplodoc/transform": "^4.57.7",
"@gravity-ui/components": "^4.4.0",
"@gravity-ui/markdown-editor": "^15.13.2",
"@gravity-ui/uikit": "^7.13.0",
"@gravity-ui/markdown-editor": "^15.14.1",
"@gravity-ui/uikit": "^7.16.2",
"@juggle/resize-observer": "^3.4.0",
"@vitejs/plugin-react": "^4.5.1",
"@vitejs/plugin-react": "^4.6.0",
"browserslist-to-esbuild": "^2.1.1",
"classnames": "^2.5.1",
"date-fns": "^2.30.0",
@ -96,7 +96,7 @@
"highlightjs-apex": "^1.5.0",
"highlightjs-blade": "^0.1.0",
"highlightjs-cobol": "^0.3.3",
"highlightjs-cshtml-razor": "^2.1.1",
"highlightjs-cshtml-razor": "^2.2.0",
"highlightjs-gf": "^1.0.1",
"highlightjs-jolie": "^0.1.8",
"highlightjs-lean": "^1.2.0",
@ -115,7 +115,7 @@
"hightlightjs-papyrus": "^0.0.4",
"history": "^5.3.0",
"i18next": "^25.2.1",
"i18next-browser-languagedetector": "^8.1.0",
"i18next-browser-languagedetector": "^8.2.0",
"initials": "^3.1.2",
"javascript-time-ago": "^2.5.11",
"js-cookie": "^3.0.5",
@ -137,7 +137,7 @@
"react-dropzone": "^14.3.8",
"react-frame-component": "^5.2.7",
"react-hot-toast": "^2.5.2",
"react-i18next": "^15.5.2",
"react-i18next": "^15.5.3",
"react-input-mask": "^2.0.4",
"react-intersection-observer": "^9.16.0",
"react-mentions": "^4.4.10",
@ -152,7 +152,7 @@
"redux-saga": "^1.3.0",
"reselect": "^4.1.8",
"sails.io.js": "^1.2.1",
"sass-embedded": "^1.89.1",
"sass-embedded": "^1.89.2",
"semantic-ui-react": "^2.1.5",
"socket.io-client": "^2.5.0",
"validator": "^13.15.15",
@ -163,23 +163,23 @@
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.27.1",
"@babel/eslint-parser": "^7.27.5",
"@babel/preset-env": "^7.27.2",
"@cucumber/cucumber": "^11.3.0",
"@cucumber/pretty-formatter": "^1.0.1",
"@playwright/test": "^1.52.0",
"@playwright/test": "^1.53.1",
"babel-jest": "^29.7.0",
"babel-preset-airbnb": "^5.0.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"playwright": "^1.52.0",
"playwright": "^1.53.1",
"prettier": "3.3.3"
}
}