Skip to content

Commit b560cd3

Browse files
committed
chore: update dependencies to latest versions and add pnpm lockfile
1 parent 985a6d5 commit b560cd3

2 files changed

Lines changed: 8293 additions & 27 deletions

File tree

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,67 +13,67 @@
1313
"deploy": "gh-pages -d dist"
1414
},
1515
"dependencies": {
16-
"@apollo/client": "^3.11.8",
16+
"@apollo/client": "^3.13.8",
1717
"@fortawesome/free-brands-svg-icons": "^6.6.0",
1818
"@fortawesome/free-solid-svg-icons": "^6.6.0",
1919
"@fortawesome/react-fontawesome": "^0.2.2",
2020
"apollo3-cache-persist": "^0.15.0",
2121
"crypto-js": "^4.2.0",
22-
"fabric": "^6.4.3",
23-
"fabricjs-react": "^2.0.0",
22+
"fabric": "^6.7.1",
23+
"fabricjs-react": "^2.1.0",
2424
"file-saver": "^2.0.5",
2525
"flowbite-react": "^0.10.2",
2626
"framer-motion": "^11.11.7",
2727
"i18next": "^23.15.2",
28-
"i18next-browser-languagedetector": "^8.0.0",
28+
"i18next-browser-languagedetector": "^8.2.0",
2929
"i18next-http-backend": "^2.6.2",
3030
"meta-png": "^1.0.6",
3131
"react": "^18.3.1",
3232
"react-dom": "^18.3.1",
33-
"react-dropzone": "^14.2.9",
34-
"react-i18next": "^15.0.2",
33+
"react-dropzone": "^14.3.8",
34+
"react-i18next": "^15.6.1",
3535
"react-router-dom": "^6.26.2",
3636
"react-toastify": "^10.0.5",
3737
"zustand": "^4.5.5"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "^7.25.8",
41-
"@babel/preset-env": "^7.25.8",
42-
"@babel/preset-react": "^7.25.7",
43-
"@babel/preset-typescript": "^7.25.7",
44-
"@eslint/js": "^9.12.0",
40+
"@babel/core": "^7.28.0",
41+
"@babel/preset-env": "^7.28.0",
42+
"@babel/preset-react": "^7.27.1",
43+
"@babel/preset-typescript": "^7.27.1",
44+
"@eslint/js": "^9.32.0",
4545
"@jest/globals": "^29.7.0",
46-
"@testing-library/jest-dom": "^6.5.0",
47-
"@testing-library/react": "^16.0.1",
48-
"@testing-library/user-event": "^14.5.2",
46+
"@testing-library/jest-dom": "^6.6.3",
47+
"@testing-library/react": "^16.3.0",
48+
"@testing-library/user-event": "^14.6.1",
4949
"@types/crypto-js": "^4.2.2",
5050
"@types/file-saver": "^2.0.7",
5151
"@types/jest": "^29.5.13",
52-
"@types/mocha": "^10.0.9",
52+
"@types/mocha": "^10.0.10",
5353
"@types/react": "^18.3.11",
5454
"@types/react-dom": "^18.3.0",
55-
"@vitejs/plugin-react-swc": "^3.7.1",
56-
"autoprefixer": "^10.4.20",
55+
"@vitejs/plugin-react-swc": "^3.11.0",
56+
"autoprefixer": "^10.4.21",
5757
"babel-jest": "^29.7.0",
58-
"eslint": "^9.12.0",
59-
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
58+
"eslint": "^9.32.0",
59+
"eslint-plugin-react-hooks": "^5.2.0",
6060
"eslint-plugin-react-refresh": "^0.4.12",
61-
"gh-pages": "^6.1.1",
61+
"gh-pages": "^6.3.0",
6262
"globals": "^15.11.0",
6363
"identity-obj-proxy": "^3.0.0",
6464
"jest": "^29.7.0",
6565
"jest-environment-jsdom": "^29.7.0",
6666
"jsdom": "^25.0.1",
67-
"postcss": "^8.4.47",
68-
"prettier": "^3.3.3",
69-
"prettier-plugin-organize-imports": "^4.1.0",
67+
"postcss": "^8.5.6",
68+
"prettier": "^3.6.2",
69+
"prettier-plugin-organize-imports": "^4.2.0",
7070
"prettier-plugin-tailwindcss": "^0.6.8",
7171
"tailwindcss": "^3.4.13",
72-
"ts-jest": "^29.2.5",
73-
"typescript": "^5.6.3",
74-
"typescript-eslint": "^8.8.1",
72+
"ts-jest": "^29.4.0",
73+
"typescript": "^5.8.3",
74+
"typescript-eslint": "^8.38.0",
7575
"vite": "^5.4.8",
76-
"vite-plugin-minify": "^2.0.0",
76+
"vite-plugin-minify": "^2.1.0",
7777
"vite-plugin-sitemap": "^0.7.1",
7878
"vite-plugin-tailwind-purgecss": "^0.3.3"
7979
},

0 commit comments

Comments
 (0)