|
35 | 35 | "prepublishOnly": "script/prepublish", |
36 | 36 | "start": "yarn dev", |
37 | 37 | "dev": "cd docs && yarn && yarn develop", |
38 | | - "postinstall": "cd docs && yarn", |
39 | 38 | "pretest": "yarn dist && script/pretest", |
40 | 39 | "test": "NODE_OPTIONS=--experimental-vm-modules yarn jest", |
41 | 40 | "release": "changeset publish", |
|
46 | 45 | }, |
47 | 46 | "devDependencies": { |
48 | 47 | "@changesets/changelog-github": "0.4.4", |
49 | | - "@changesets/cli": "2.20.0", |
| 48 | + "@changesets/cli": "2.22.0", |
50 | 49 | "@github/prettier-config": "0.0.4", |
51 | 50 | "@koddsson/postcss-sass": "5.0.1", |
52 | 51 | "@primer/stylelint-config": "^12.3.3", |
53 | 52 | "autoprefixer": "10.4.4", |
54 | 53 | "chokidar-cli": "3.0.0", |
55 | | - "cssstats": "4.0.2", |
| 54 | + "cssstats": "4.0.5", |
56 | 55 | "eslint": "8.13.0", |
57 | 56 | "eslint-plugin-github": "4.3.6", |
58 | 57 | "eslint-plugin-jest": "26.0.0", |
|
65 | 64 | "js-yaml": "4.1.0", |
66 | 65 | "postcss": "8.4.12", |
67 | 66 | "postcss-calc": "8.2.4", |
68 | | - "postcss-import": "14.0.2", |
| 67 | + "postcss-import": "14.1.0", |
69 | 68 | "postcss-load-config": "3.1.4", |
70 | 69 | "postcss-scss": "4.0.3", |
71 | 70 | "postcss-simple-vars": "6.0.3", |
|
0 commit comments