File tree Expand file tree Collapse file tree 5 files changed +304
-25
lines changed Expand file tree Collapse file tree 5 files changed +304
-25
lines changed Original file line number Diff line number Diff line change 1818 "story.headless" : " nx storybook headless" ,
1919 "test.headless" : " nx component-test headless" ,
2020 "test.headless.ci" : " nx component-test-ci headless" ,
21+ "update.version" : " tsm ./scripts/update-versions.ts" ,
2122 "build" : " nx build website" ,
2223 "build.cloudflare" : " nx build-cloudflare website" ,
2324 "build.headless" : " nx build headless" ,
4243 "@jscutlery/semver" : " ^3.1.0" ,
4344 "@k11r/nx-cloudflare-wrangler" : " 2.7.1" ,
4445 "@nx/cypress" : " 17.1.3" ,
46+ "@nx/eslint" : " 17.1.3" ,
4547 "@nx/eslint-plugin" : " 17.1.3" ,
4648 "@nx/js" : " 17.1.3" ,
4749 "@nx/storybook" : " 17.1.3" ,
112114 "tailwind-merge" : " ^1.14.0" ,
113115 "tailwindcss" : " ^3.3.3" ,
114116 "ts-node" : " 10.9.1" ,
117+ "tsm" : " 2.3.0" ,
115118 "typescript" : " ^5.2.2" ,
116119 "undici" : " ^5.23.0" ,
117120 "unified" : " ^10.1.2" ,
124127 "vite-plugin-static-copy" : " 0.17.0" ,
125128 "vite-tsconfig-paths" : " 4.2.0" ,
126129 "vitest" : " ^0.34.3" ,
127- "wrangler" : " ^3.11.0" ,
128- "@nx/eslint" : " 17.1.3"
130+ "wrangler" : " ^3.11.0"
129131 },
130132 "dependencies" : {
131133 "@fontsource-variable/inter" : " 5.0.8" ,
Original file line number Diff line number Diff line change 5151 "noVerify" : true ,
5252 "push" : true ,
5353 "releaseAs" : " patch" ,
54- "postTargets" : [" headless:publish" , " headless:push-to-github" ]
54+ "postTargets" : [
55+ " headless:update-utils-version" ,
56+ " headless:publish" ,
57+ " headless:push-to-github"
58+ ]
59+ }
60+ },
61+ "update-utils-version" : {
62+ "executor" : " nx:run-commands" ,
63+ "options" : {
64+ "command" : " pnpm update.version"
5565 }
5666 },
5767 "publish" : {
6575 "options" : {
6676 "tag" : " ${tag}" ,
6777 "notes" : " ${notes}" ,
68- "title" : " @qwik-ui/kit- headless@${version}"
78+ "title" : " @qwik-ui/headless@${version}"
6979 }
7080 },
7181 "storybook" : {
8696 "options" : {
8797 "uiFramework" : " @storybook/html" ,
8898 "configDir" : " packages/kit-headless/.storybook" ,
89- "outputDir" : " dist/storybook/headless"
99+ "outputDir" : " dist/storybook/kit- headless"
90100 },
91101 "configurations" : {
92102 "ci" : {
You can’t perform that action at this time.
0 commit comments