feat: release notes (#283)
* feat: add release.ts * feat: add utils * chore: add scripts to tsconfig.json include * feat: add changelog logic, component, storybook file, scripts, and update to Node v20.9.0 (LTS) * chore: update packages * feat: use conventionalcommits for changelog preset * feat: update padding, width, and change font to mono * feat: refactor to use DialogProvider * chore: remove extra args * feat: update CHANGELOG.md, add title, and add button * refactor: use hook * chore: fix typo
This commit is contained in:
59
package.json
59
package.json
@@ -19,19 +19,21 @@
|
||||
"test:ui": "vitest --ui",
|
||||
"coverage": "vitest run --coverage",
|
||||
"preview": "vite preview",
|
||||
"generate-changelog": "bun run scripts/generateChangelog.ts",
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"storybook": "storybook dev -p 6006",
|
||||
"build-storybook": "storybook build",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/react": "^2.1.8",
|
||||
"@headlessui/react": "^2.1.9",
|
||||
"@hello-pangea/dnd": "^17.0.0",
|
||||
"@octokit/rest": "^21.0.2",
|
||||
"@unocss/vite": "^0.63.2",
|
||||
"@unocss/vite": "^0.63.3",
|
||||
"@vitejs/plugin-react": "^4.3.2",
|
||||
"chrome-extension-toolkit": "^0.0.54",
|
||||
"clsx": "^2.1.1",
|
||||
"conventional-changelog": "^6.0.0",
|
||||
"highcharts": "^11.4.8",
|
||||
"highcharts-react-official": "^3.2.1",
|
||||
"html-to-image": "^1.11.11",
|
||||
@@ -41,7 +43,11 @@
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-loading-skeleton": "^3.5.0",
|
||||
"react-markdown": "^9.0.1",
|
||||
"react-syntax-highlighter": "^15.5.0",
|
||||
"remark-gfm": "^4.0.0",
|
||||
"sass": "^1.79.4",
|
||||
"simple-git": "^3.27.0",
|
||||
"sql.js": "1.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -54,35 +60,39 @@
|
||||
"@iconify-json/iconoir": "^1.2.1",
|
||||
"@iconify-json/material-symbols": "^1.2.2",
|
||||
"@iconify-json/ri": "^1.2.0",
|
||||
"@semantic-release/exec": "^6.0.3",
|
||||
"@storybook/addon-designs": "^8.0.3",
|
||||
"@storybook/addon-essentials": "^8.3.4",
|
||||
"@storybook/addon-links": "^8.3.4",
|
||||
"@storybook/blocks": "^8.3.4",
|
||||
"@storybook/react": "^8.3.4",
|
||||
"@storybook/react-vite": "^8.3.4",
|
||||
"@storybook/test": "^8.3.4",
|
||||
"@storybook/addon-essentials": "^8.3.5",
|
||||
"@storybook/addon-links": "^8.3.5",
|
||||
"@storybook/blocks": "^8.3.5",
|
||||
"@storybook/react": "^8.3.5",
|
||||
"@storybook/react-vite": "^8.3.5",
|
||||
"@storybook/test": "^8.3.5",
|
||||
"@svgr/core": "^8.1.0",
|
||||
"@svgr/plugin-jsx": "^8.1.0",
|
||||
"@types/chrome": "^0.0.273",
|
||||
"@types/node": "^22.7.4",
|
||||
"@types/conventional-changelog": "^3.1.5",
|
||||
"@types/node": "^22.7.5",
|
||||
"@types/prompts": "^2.4.9",
|
||||
"@types/react": "^18.3.10",
|
||||
"@types/react": "^18.3.11",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react-syntax-highlighter": "^15.5.13",
|
||||
"@types/semantic-release": "^20.0.6",
|
||||
"@types/semver": "^7.5.8",
|
||||
"@types/sql.js": "^1.4.9",
|
||||
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
||||
"@typescript-eslint/parser": "^7.18.0",
|
||||
"@unocss/eslint-config": "^0.63.2",
|
||||
"@unocss/postcss": "^0.63.2",
|
||||
"@unocss/preset-uno": "^0.63.2",
|
||||
"@unocss/preset-web-fonts": "^0.63.2",
|
||||
"@unocss/reset": "^0.63.2",
|
||||
"@unocss/transformer-directives": "^0.63.2",
|
||||
"@unocss/transformer-variant-group": "^0.63.2",
|
||||
"@unocss/eslint-config": "^0.63.3",
|
||||
"@unocss/postcss": "^0.63.3",
|
||||
"@unocss/preset-uno": "^0.63.3",
|
||||
"@unocss/preset-web-fonts": "^0.63.3",
|
||||
"@unocss/reset": "^0.63.3",
|
||||
"@unocss/transformer-directives": "^0.63.3",
|
||||
"@unocss/transformer-variant-group": "^0.63.3",
|
||||
"@vitejs/plugin-react-swc": "^3.7.1",
|
||||
"@vitest/coverage-v8": "^2.1.1",
|
||||
"@vitest/ui": "^2.1.1",
|
||||
"chromatic": "^11.11.0",
|
||||
"@vitest/coverage-v8": "^2.1.2",
|
||||
"@vitest/ui": "^2.1.2",
|
||||
"chromatic": "^11.12.0",
|
||||
"cssnano": "^7.0.6",
|
||||
"cssnano-preset-advanced": "^7.0.6",
|
||||
"dotenv": "^16.4.5",
|
||||
@@ -93,7 +103,7 @@
|
||||
"eslint-config-airbnb-typescript": "^18.0.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.3",
|
||||
"eslint-plugin-import": "^2.30.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-import-essentials": "^0.2.1",
|
||||
"eslint-plugin-jsdoc": "^50.3.1",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
@@ -107,14 +117,15 @@
|
||||
"postcss": "^8.4.47",
|
||||
"prettier": "^3.3.3",
|
||||
"react-dev-utils": "^12.0.1",
|
||||
"storybook": "^8.3.4",
|
||||
"semantic-release": "^24.1.2",
|
||||
"storybook": "^8.3.5",
|
||||
"typescript": "^5.6.2",
|
||||
"unocss": "^0.63.2",
|
||||
"unocss": "^0.63.3",
|
||||
"unocss-preset-primitives": "0.0.2-beta.1",
|
||||
"unplugin-icons": "^0.19.3",
|
||||
"vite": "^5.4.8",
|
||||
"vite-plugin-inspect": "^0.8.7",
|
||||
"vitest": "^2.1.1"
|
||||
"vitest": "^2.1.2"
|
||||
},
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user