diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 122 |
1 files changed, 61 insertions, 61 deletions
diff --git a/package.json b/package.json index 8f52111..9015f89 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "deploy": "sh ./bin/deploy.sh", "i18n:compile": "formatjs compile-folder src/i18n lang/", "i18n:extract": "formatjs extract 'src/**/*.ts*' --out-file src/i18n/en.json", - "release": "standard-version -a -s", + "release": "commit-and-tag-version -s --no-verify", "test": "yarn run test:unit && yarn run test:e2e", "test:e2e": "cypress run", "test:e2e:ui": "cypress open", @@ -36,77 +36,77 @@ "test:unit:ci": "jest --ci", "test:unit:coverage": "jest --coverage", "test:unit:watch": "jest --watch", - "storybook": "start-storybook -p 6006", - "storybook:build": "build-storybook" + "storybook": "storybook dev -p 6006", + "storybook:build": "build-storybook", + "build-storybook": "storybook build" }, "dependencies": { - "@formatjs/swc-plugin": "^1.4.18", - "@mdx-js/loader": "^2.2.1", - "@mdx-js/react": "^2.2.1", - "@next/bundle-analyzer": "^13.1.4", - "@next/mdx": "^13.1.4", + "@formatjs/swc-plugin": "^1.5.5", + "@mdx-js/loader": "^2.3.0", + "@mdx-js/react": "^2.3.0", + "@next/bundle-analyzer": "^13.4.19", + "@next/mdx": "^13.4.19", "feed": "^4.2.2", - "graphql": "^16.6.0", - "modern-normalize": "^1.1.0", - "next": "^13.1.4", - "next-sitemap": "^3.1.47", + "graphql": "^16.8.1", + "modern-normalize": "^2.0.0", + "next": "^13.4.19", + "next-sitemap": "^4.2.3", "next-themes": "^0.2.1", "prismjs": "^1.29.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intl": "^6.2.5", - "schema-dts": "^1.1.0", - "sharp": "^0.31.3", - "swr": "^2.0.1", + "react-intl": "^6.4.7", + "schema-dts": "^1.1.2", + "sharp": "^0.32.6", + "swr": "^2.2.2", "use-ackee": "^3.0.1" }, "devDependencies": { - "@babel/core": "^7.20.12", - "@commitlint/cli": "^17.4.2", - "@commitlint/config-conventional": "^17.4.2", - "@formatjs/cli": "^5.1.12", - "@storybook/addon-essentials": "^6.5.15", - "@storybook/addon-interactions": "^6.5.15", - "@storybook/addon-links": "^6.5.15", - "@storybook/addons": "^6.5.15", - "@storybook/builder-webpack5": "^6.5.15", - "@storybook/manager-webpack5": "^6.5.15", - "@storybook/react": "^6.5.15", - "@storybook/testing-library": "^0.0.13", - "@storybook/theming": "^6.5.15", - "@svgr/webpack": "^6.5.1", - "@testing-library/cypress": "^9.0.0", - "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^13.4.0", - "@testing-library/user-event": "^14.4.3", - "@types/jest": "^29.2.6", - "@types/mdx": "^2.0.3", - "@types/node": "^18.11.18", + "@babel/core": "^7.22.20", + "@commitlint/cli": "^17.7.1", + "@commitlint/config-conventional": "^17.7.0", + "@formatjs/cli": "^6.2.0", + "@storybook/addon-essentials": "^7.4.2", + "@storybook/addon-interactions": "^7.4.2", + "@storybook/addon-links": "^7.4.2", + "@storybook/addon-onboarding": "^1.0.8", + "@storybook/blocks": "^7.4.2", + "@storybook/nextjs": "^7.4.2", + "@storybook/react": "^7.4.2", + "@storybook/testing-library": "^0.2.1", + "@svgr/webpack": "^8.1.0", + "@testing-library/cypress": "^10.0.1", + "@testing-library/jest-dom": "^6.1.3", + "@testing-library/react": "^14.0.0", + "@testing-library/user-event": "^14.5.1", + "@types/jest": "^29.5.5", + "@types/mdx": "^2.0.7", + "@types/node": "^20.6.2", "@types/prismjs": "^1.26.0", - "@types/react": "^18.0.27", - "@types/use-ackee": "^2.0.0", - "cypress": "^12.3.0", - "eslint": "^8.32.0", - "eslint-config-next": "^13.1.4", - "eslint-config-prettier": "^8.6.0", - "eslint-plugin-formatjs": "^4.3.9", - "eslint-plugin-storybook": "^0.6.10", - "eslint-plugin-testing-library": "^5.10.0", + "@types/react": "^18.2.22", + "@types/use-ackee": "^2.0.1", + "commit-and-tag-version": "^11.2.3", + "cypress": "^13.2.0", + "eslint": "^8.49.0", + "eslint-config-next": "^13.4.19", + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-formatjs": "^4.10.5", + "eslint-plugin-storybook": "^0.6.13", + "eslint-plugin-testing-library": "^6.0.1", "husky": "^8.0.3", - "jest": "^29.3.1", - "jest-environment-jsdom": "^29.3.1", - "lint-staged": "^13.1.0", - "next-router-mock": "^0.9.1-beta.0", - "postcss": "^8.4.21", - "prettier": "^2.8.3", - "sass": "^1.57.1", - "standard-version": "^9.3.2", - "storybook-addon-next": "^1.7.1", - "storybook-dark-mode": "^2.0.5", - "stylelint": "^15.10.1", - "stylelint-config-standard": "^29.0.0", - "stylelint-config-standard-scss": "^6.1.0", - "typescript": "^4.9.4", - "webpack": "^5.76.0" + "jest": "^29.7.0", + "jest-environment-jsdom": "^29.7.0", + "lint-staged": "^14.0.1", + "next-router-mock": "^0.9.9", + "postcss": "^8.4.30", + "prettier": "^3.0.3", + "sass": "^1.67.0", + "storybook": "^7.4.2", + "storybook-dark-mode": "^3.0.1", + "stylelint": "^15.10.3", + "stylelint-config-standard": "^34.0.0", + "stylelint-config-standard-scss": "^11.0.0", + "typescript": "^5.2.2", + "webpack": "^5.88.2" } } |
