Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 12, 2024
1 parent f7c18ef commit 8cb9bf7
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 578 deletions.
16 changes: 9 additions & 7 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"@octokit/request": "^8.1.2",
"@storybook/eslint-config-storybook": "^4.0.0",
"@storybook/linter-config": "^4.0.0",
"@storybook/testing-library": "next",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^14.0.0",
Expand Down Expand Up @@ -97,8 +96,6 @@
"@typescript-eslint/parser": "^7.13.0",
"@vitest/coverage-v8": "^1.6.0",
"ansi-regex": "^5.0.0",
"babel-eslint": "^10.1.0",
"boxen": "^7.1.1",
"browser-assert": "^1.2.1",
"chalk": "^4.1.0",
"chromatic": "^11.5.3",
Expand All @@ -116,7 +113,16 @@
"esbuild-register": "^3.5.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-file-progress": "^1.4.0",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"execa": "^6.1.0",
"express": "^4.19.2",
Expand All @@ -135,7 +141,6 @@
"memoizerific": "^1.11.3",
"node-fetch": "^2.7.0",
"node-gyp": "^9.3.1",
"npmlog": "^5.0.1",
"nx": "18.0.6",
"ora": "^5.4.1",
"p-limit": "^3.1.0",
Expand Down Expand Up @@ -176,9 +181,6 @@
"yaml": "^2.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"rimraf": "^5.0.7"
},
"optionalDependencies": {
"@verdaccio/types": "^10.8.0",
"verdaccio": "^5.31.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/utils/yarn.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { pathExists, readJSON, writeJSON } from 'fs-extra';
import path from 'path';

import type { TemplateKey } from 'get-template';
import type { TemplateKey } from '../get-template';
import { exec } from './exec';
// TODO -- should we generate this file a second time outside of CLI?
import storybookVersions from '../../code/lib/core-common/src/versions';
Expand Down
Loading

0 comments on commit 8cb9bf7

Please sign in to comment.