Skip to content

Commit

Permalink
refactor: replace yup with valibot (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozonome authored Sep 15, 2023
1 parent 8bf9c61 commit 1003ba5
Show file tree
Hide file tree
Showing 28 changed files with 2,998 additions and 3,820 deletions.
8 changes: 8 additions & 0 deletions changelogithub.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"types": {
"feat": { "title": "🚀 Features" },
"fix": { "title": "🐞 Bug Fixes" },
"perf": { "title": "🏎 Performance" },
"refactor": { "title": "✨ Improvements" }
}
}
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const moduleExports = {
],
};

/** @type {import('@sentry/nextjs').SentryWebpackPluginOptions} */
const sentryWebpackPluginOptions = {
silent: true,
// For all available options, see:
Expand Down
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,68 +27,68 @@
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/react": "^2.8.0",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/outfit": "^5.0.8",
"@hookform/resolvers": "^3.2.0",
"@sentry/nextjs": "^7.64.0",
"firebase": "^10.1.0",
"framer-motion": "^10.16.0",
"@hookform/resolvers": "^3.3.1",
"@sentry/nextjs": "^7.69.0",
"firebase": "^10.4.0",
"framer-motion": "^10.16.4",
"lodash-es": "^4.17.21",
"nanoid": "^4.0.2",
"next": "^13.4.16",
"nanoid": "^5.0.1",
"next": "^13.4.19",
"next-seo": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-compare": "^3.2.2",
"react-hook-form": "^7.45.4",
"react-icons": "^4.10.1",
"react-hook-form": "^7.46.1",
"react-icons": "^4.11.0",
"react-rewards": "^2.0.4",
"react-sortablejs": "^6.1.4",
"react-textarea-autosize": "^8.5.2",
"react-textarea-autosize": "^8.5.3",
"sortablejs": "^1.15.0",
"twemoji": "14.0.2",
"yup": "^1.2.0",
"valibot": "^0.15.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.22.19",
"@chakra-ui/storybook-addon": "^5.0.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cz-commitlint": "^17.7.1",
"@jahed/firebase-rules": "^1.1.0",
"@storybook/addon-a11y": "^7.3.1",
"@storybook/addon-actions": "^7.3.1",
"@storybook/addon-essentials": "^7.3.1",
"@storybook/addon-links": "^7.3.1",
"@storybook/addon-mdx-gfm": "^7.3.1",
"@storybook/addon-storysource": "^7.3.1",
"@storybook/nextjs": "^7.3.1",
"@storybook/react": "^7.3.1",
"@types/lodash-es": "^4.17.8",
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@types/sortablejs": "^1.15.1",
"@storybook/addon-a11y": "^7.4.2",
"@storybook/addon-actions": "^7.4.2",
"@storybook/addon-essentials": "^7.4.2",
"@storybook/addon-links": "^7.4.2",
"@storybook/addon-mdx-gfm": "^7.4.2",
"@storybook/addon-storysource": "^7.4.2",
"@storybook/nextjs": "^7.4.2",
"@storybook/react": "^7.4.2",
"@types/lodash-es": "^4.17.9",
"@types/node": "^20.6.1",
"@types/react": "^18.2.21",
"@types/sortablejs": "^1.15.2",
"all-contributors-cli": "^6.26.1",
"babel-loader": "^9.1.3",
"commitizen": "^4.3.0",
"commitlint": "^17.7.1",
"cross-env": "^7.0.3",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.16",
"eslint": "^8.49.0",
"eslint-config-next": "^13.4.19",
"eslint-config-sznm": "^2.0.2",
"eslint-plugin-storybook": "^0.6.13",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"next-sitemap": "^4.2.2",
"prettier": "^3.0.2",
"lint-staged": "^14.0.1",
"next-sitemap": "^4.2.3",
"prettier": "^3.0.3",
"standard-version": "^9.5.0",
"storybook": "^7.3.1",
"storybook": "^7.4.2",
"storybook-addon-performance": "^0.17.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"repository": {
"url": "https://github.com/sozonome/spoker"
Expand Down
Loading

0 comments on commit 1003ba5

Please sign in to comment.