|
17 | 17 | "sideEffects": false, |
18 | 18 | "scripts": { |
19 | 19 | "start": "start-storybook -p 6006", |
20 | | - "build": "rollup -c && tsc -p ./tsconfig.json && npm run doc", |
| 20 | + "build": "rollup -c && tsc -p ./tsconfig.json && yarn run doc", |
21 | 21 | "build:docs": "build-storybook", |
22 | | - "deploy:docs": "npm run build:docs && gh-pages -d storybook-static", |
| 22 | + "deploy:docs": "yarn run build:docs && gh-pages -d storybook-static", |
23 | 23 | "doc": "api-extractor run --local", |
24 | | - "fmt": "prettier --config ./.prettierrc --check \"**/*.{ts,js,md}\"", |
25 | | - "fmt:fix": "prettier --config ./.prettierrc --write \"**/*.{ts,js,md}\"", |
26 | | - "lint": "eslint . --ext .ts", |
27 | | - "lint:fix": "eslint . --ext .ts --fix", |
28 | | - "prepublishOnly": "npm run build", |
| 24 | + "prettier:check": "prettier --config ./.prettierrc --check \"**/*.{ts,js,md}\"", |
| 25 | + "prettier": "prettier --config ./.prettierrc --write \"**/*.{ts,js,md}\"", |
| 26 | + "eslint:check": "eslint . --ext .ts", |
| 27 | + "eslint": "eslint . --ext .ts --fix", |
| 28 | + "prepublishOnly": "yarn run build", |
29 | 29 | "test": "jest --verbose --coverage" |
30 | 30 | }, |
31 | 31 | "dependencies": { |
|
37 | 37 | "@babel/plugin-proposal-decorators": "^7.14.2", |
38 | 38 | "@babel/preset-env": "^7.14.2", |
39 | 39 | "@babel/preset-typescript": "^7.13.0", |
40 | | - "@microsoft/api-extractor": "7.18.9", |
| 40 | + "@microsoft/api-extractor": "^7.18.9", |
41 | 41 | "@microsoft/eslint-config-fast-dna": "^1.2.0", |
42 | 42 | "@rollup/plugin-commonjs": "^17.1.0", |
43 | 43 | "@rollup/plugin-node-resolve": "^11.2.0", |
44 | 44 | "@rollup/plugin-typescript": "^8.2.0", |
45 | | - "@storybook/addon-a11y": "^6.4.0-beta.4", |
46 | | - "@storybook/addon-actions": "^6.4.0-beta.4", |
47 | | - "@storybook/addon-essentials": "^6.4.0-beta.4", |
48 | | - "@storybook/addon-links": "^6.4.0-beta.4", |
49 | | - "@storybook/html": "^6.4.0-beta.4", |
50 | | - "@storybook/theming": "^6.4.0-beta.4", |
| 45 | + "@storybook/addon-a11y": "^6.4.3", |
| 46 | + "@storybook/addon-actions": "^6.4.3", |
| 47 | + "@storybook/addon-essentials": "^6.4.3", |
| 48 | + "@storybook/addon-links": "^6.4.3", |
| 49 | + "@storybook/builder-webpack5": "^6.4.3", |
| 50 | + "@storybook/html": "^6.4.3", |
| 51 | + "@storybook/manager-webpack5": "^6.4.3", |
| 52 | + "@storybook/theming": "^6.4.3", |
51 | 53 | "@types/jest": "^26.0.20", |
52 | 54 | "@typescript-eslint/eslint-plugin": "^2.23.0", |
53 | 55 | "@vscode/codicons": "^0.0.22", |
54 | 56 | "babel-jest": "^27.2.4", |
55 | 57 | "babel-loader": "^8.2.2", |
56 | 58 | "babel-plugin-transform-class-properties": "^6.24.1", |
57 | | - "eslint": "6.8.0", |
58 | | - "eslint-config-prettier": "6.10.1", |
| 59 | + "eslint": "^6.8.0", |
| 60 | + "eslint-config-prettier": "^6.10.1", |
59 | 61 | "eslint-plugin-import": "^2.25.2", |
60 | 62 | "gh-pages": "^3.1.0", |
61 | 63 | "jest": "^27.2.4", |
|
66 | 68 | "rollup-plugin-terser": "^7.0.2", |
67 | 69 | "rollup-plugin-transform-tagged-template": "0.0.3", |
68 | 70 | "tslib": "^2.1.0", |
69 | | - "typescript": "4.3.5", |
70 | | - "webpack": "^4.46.0" |
| 71 | + "typescript": "~4.3.5", |
| 72 | + "webpack": "^5.0.0" |
71 | 73 | } |
72 | 74 | } |
0 commit comments