|
22 | 22 | "src/css/" |
23 | 23 | ], |
24 | 24 | "scripts": { |
25 | | - "setup": "yarn install && yarn allow-scripts", |
26 | | - "test": "jest", |
27 | | - "test:watch": "jest --watch", |
28 | | - "prepublishOnly": "yarn build:clean && yarn lint && yarn test", |
29 | | - "lint:eslint": "eslint . --cache --ext js,ts", |
30 | | - "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' --ignore-path .gitignore", |
| 25 | + "build": "tsc --project .", |
| 26 | + "build-storybook": "build-storybook", |
| 27 | + "build:clean": "rimraf dist && yarn build", |
31 | 28 | "lint": "yarn lint:eslint && yarn lint:misc --check", |
| 29 | + "lint:eslint": "eslint . --cache --ext js,ts", |
32 | 30 | "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write", |
33 | | - "build:clean": "rimraf dist && yarn build", |
34 | | - "build": "tsc --project .", |
| 31 | + "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' --ignore-path .gitignore", |
| 32 | + "prepublishOnly": "yarn build:clean && yarn lint && yarn test", |
| 33 | + "setup": "yarn install && yarn allow-scripts", |
35 | 34 | "storybook": "start-storybook -p 6006", |
36 | | - "build-storybook": "build-storybook" |
| 35 | + "test": "jest", |
| 36 | + "test:watch": "jest --watch" |
37 | 37 | }, |
38 | 38 | "dependencies": {}, |
39 | 39 | "devDependencies": { |
|
44 | 44 | "@metamask/eslint-config-jest": "^9.0.0", |
45 | 45 | "@metamask/eslint-config-nodejs": "^9.0.0", |
46 | 46 | "@metamask/eslint-config-typescript": "^9.0.1", |
47 | | - "@storybook/addon-actions": "^6.4.18", |
48 | | - "@storybook/addon-essentials": "^6.4.18", |
49 | | - "@storybook/addon-links": "^6.4.18", |
50 | | - "@storybook/react": "^6.4.18", |
| 47 | + "@storybook/addon-actions": "^6.5.10", |
| 48 | + "@storybook/addon-essentials": "^6.5.10", |
| 49 | + "@storybook/addon-links": "^6.5.10", |
| 50 | + "@storybook/react": "^6.5.10", |
51 | 51 | "@types/jest": "^26.0.13", |
52 | 52 | "@typescript-eslint/eslint-plugin": "^4.21.0", |
53 | 53 | "@typescript-eslint/parser": "^4.21.0", |
|
60 | 60 | "eslint-plugin-jsdoc": "^36.1.0", |
61 | 61 | "eslint-plugin-node": "^11.1.0", |
62 | 62 | "eslint-plugin-prettier": "^3.3.1", |
63 | | - "eslint-plugin-storybook": "^0.5.6", |
| 63 | + "eslint-plugin-storybook": "^0.6.3", |
64 | 64 | "jest": "^26.4.2", |
65 | 65 | "node-fetch": "^2.6.0", |
66 | 66 | "prettier": "^2.2.1", |
|
0 commit comments