Revert package.json to fix ci
This commit is contained in:
Generated
+4
-4
@@ -71,7 +71,7 @@
|
||||
"@tailwindcss/postcss": "^4.0.13",
|
||||
"@testing-library/dom": "10.4.0",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/react": "^16.1.0",
|
||||
"@testing-library/react": "16.1.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/js-cookie": "^3.0.6",
|
||||
"@types/node": "^22.12.0",
|
||||
@@ -9051,9 +9051,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@testing-library/react": {
|
||||
"version": "16.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.0.tgz",
|
||||
"integrity": "sha512-kFSyxiEDwv1WLl2fgsq6pPBbw5aWKrsY2/noi1Id0TK0UParSF62oFQFGHXIyaG4pp2tEub/Zlel+fjjZILDsw==",
|
||||
"version": "16.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.1.0.tgz",
|
||||
"integrity": "sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
+2
-3
@@ -88,7 +88,6 @@
|
||||
"@nx/playwright": "22.1.1",
|
||||
"@nx/react": "22.1.1",
|
||||
"@nx/vite": "22.1.1",
|
||||
"@nx/vitest": "22.1.1",
|
||||
"@nx/web": "22.1.1",
|
||||
"@nx/workspace": "22.1.1",
|
||||
"@playwright/test": "^1.36.0",
|
||||
@@ -99,7 +98,7 @@
|
||||
"@tailwindcss/postcss": "^4.0.13",
|
||||
"@testing-library/dom": "10.4.0",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/react": "16.3.0",
|
||||
"@testing-library/react": "16.1.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/js-cookie": "^3.0.6",
|
||||
"@types/node": "^22.12.0",
|
||||
@@ -137,7 +136,7 @@
|
||||
"verdaccio": "^6.0.5",
|
||||
"vite": "7.1.3",
|
||||
"vite-plugin-dts": "~4.5.0",
|
||||
"vitest": "^4.0.0"
|
||||
"vitest": "^3.0.8"
|
||||
},
|
||||
"nx": {
|
||||
"includedScripts": []
|
||||
|
||||
Reference in New Issue
Block a user