Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"migrations": [
{
"cli": "nx",
"version": "15.4.6-beta.0",
"description": "Refactor the Storybook target options",
"factory": "./src/migrations/update-15-4-6/refactor-executor-options",
"package": "@nrwl/storybook",
"name": "update-15.4.6"
"version": "15.5.0-beta.0",
"description": "Update to Cypress v12. Cypress 12 contains a handful of breaking changes that might causes tests to start failing that nx cannot directly fix. Read more Cypress 12 changes: https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-12-0.This migration will only run if you are already using Cypress v11.",
"factory": "./src/migrations/update-15-5-0/update-to-cypress-12",
"package": "@nrwl/cypress",
"name": "update-to-cypress-12"
}
]
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@emotion/css": "11.10.0",
"@headlessui/react": "1.6.5",
"@nrwl/next": "15.4.8",
"@nrwl/next": "15.5.2",
"dayjs": "1.11.3",
"i18next": "21.8.10",
"i18next-browser-languagedetector": "6.1.4",
Expand All @@ -48,17 +48,17 @@
"@emotion/react": "11.10.5",
"@markuplint/jsx-parser": "3.0.1",
"@markuplint/react-spec": "3.0.1",
"@nrwl/cli": "15.4.8",
"@nrwl/cypress": "15.4.8",
"@nrwl/eslint-plugin-nx": "15.4.8",
"@nrwl/jest": "15.4.8",
"@nrwl/linter": "15.4.8",
"@nrwl/cli": "15.5.2",
"@nrwl/cypress": "15.5.2",
"@nrwl/eslint-plugin-nx": "15.5.2",
"@nrwl/jest": "15.5.2",
"@nrwl/linter": "15.5.2",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/react": "15.4.8",
"@nrwl/storybook": "15.4.8",
"@nrwl/tao": "15.4.8",
"@nrwl/web": "15.4.8",
"@nrwl/workspace": "15.4.8",
"@nrwl/react": "15.5.2",
"@nrwl/storybook": "15.5.2",
"@nrwl/tao": "15.5.2",
"@nrwl/web": "15.5.2",
"@nrwl/workspace": "15.5.2",
"@storybook/addon-essentials": "6.5.15",
"@storybook/addon-links": "^6.5.13",
"@storybook/builder-vite": "0.2.7",
Expand Down
Loading