Migrate to yarn v4

This commit is contained in:
Vitaly Rtishchev
2023-11-04 18:19:48 +04:00
parent ea200db349
commit ad03e8a795
6 changed files with 16465 additions and 10958 deletions

View File

@ -29,11 +29,11 @@
"devDependencies": {
"@babel/core": "^7.22.1",
"@next/eslint-plugin-next": "^13.5.3",
"@storybook/addon-essentials": "^7.4.3",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "^7.4.3",
"@storybook/nextjs": "^7.4.3",
"@storybook/react": "^7.4.3",
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-styling-webpack": "^0.0.5",
"@storybook/blocks": "^7.5.2",
"@storybook/nextjs": "^7.5.2",
"@storybook/react": "^7.5.2",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
@ -60,9 +60,10 @@
"postcss-preset-mantine": "1.9.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.8.8",
"storybook": "^7.4.3",
"storybook-dark-mode": "^3.0.0",
"storybook": "^7.5.2",
"storybook-dark-mode": "^3.0.1",
"ts-jest": "^29.1.0",
"typescript": "5.2.2"
}
},
"packageManager": "yarn@4.0.1"
}