@newhighsco/chipset 6.14.16 → 6.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newhighsco/chipset",
3
3
  "description": "Shareable, theme-able component library by New High Score",
4
- "version": "6.14.16",
4
+ "version": "6.15.1",
5
5
  "author": "New High Score <hello@newhighsco.re>",
6
6
  "license": "ISC",
7
7
  "config": {
@@ -26,9 +26,8 @@
26
26
  },
27
27
  "scripts": {
28
28
  "prepare": "is-ci || husky install",
29
- "start": "start-storybook --port 49928 --docs --no-manager-cache",
30
- "prebuild": "rm -rf build",
31
- "build": "build-storybook --output-dir build --docs --quiet",
29
+ "start": "storybook dev --port 49928 --docs",
30
+ "build": "storybook build --output-dir build --docs --quiet",
32
31
  "pretest": "yarn lint",
33
32
  "test": "npm-run-all --parallel test:*",
34
33
  "test:js": "jest --maxWorkers=2 --coverage",
@@ -42,48 +41,47 @@
42
41
  "format:css": "yarn lint:css --fix"
43
42
  },
44
43
  "dependencies": {
45
- "@dr.pogodin/react-themes": "1.4.8",
44
+ "@dr.pogodin/react-themes": "1.4.9",
46
45
  "classnames": "2.3.2",
47
46
  "react-device-detect": "2.2.3"
48
47
  },
49
48
  "devDependencies": {
50
- "@babel/core": "7.22.5",
51
- "@babel/preset-env": "7.22.5",
49
+ "@babel/core": "7.22.10",
50
+ "@babel/preset-env": "7.22.10",
52
51
  "@babel/preset-react": "7.22.5",
53
- "@commitlint/cli": "17.6.6",
52
+ "@commitlint/cli": "17.7.1",
54
53
  "@fullhuman/postcss-purgecss": "5.0.0",
55
54
  "@newhighsco/browserslist-config": "1.1.0",
56
- "@newhighsco/commitlint-config": "1.1.16",
55
+ "@newhighsco/commitlint-config": "1.1.17",
57
56
  "@newhighsco/editor-config": "1.2.0",
58
- "@newhighsco/eslint-config": "4.0.28",
59
- "@newhighsco/postcss-config": "3.5.127",
60
- "@newhighsco/prettier-config": "2.1.10",
61
- "@newhighsco/release-config": "1.3.17",
62
- "@newhighsco/storybook-preset": "4.5.75",
63
- "@newhighsco/stylelint-config": "3.1.44",
64
- "@storybook/builder-webpack5": "6.5.16",
65
- "@storybook/manager-webpack5": "6.5.16",
66
- "@storybook/react": "6.5.16",
67
- "@testing-library/jest-dom": "5.16.5",
57
+ "@newhighsco/eslint-config": "4.0.48",
58
+ "@newhighsco/postcss-config": "3.5.141",
59
+ "@newhighsco/prettier-config": "2.1.13",
60
+ "@newhighsco/release-config": "1.3.22",
61
+ "@newhighsco/storybook-preset": "5.1.43",
62
+ "@newhighsco/stylelint-config": "3.1.55",
63
+ "@storybook/react-webpack5": "7.2.0",
64
+ "@testing-library/jest-dom": "6.0.1",
68
65
  "@testing-library/react": "14.0.0",
69
- "babel-loader": "9.1.2",
70
- "chromatic": "6.19.9",
71
- "eslint": "8.43.0",
66
+ "babel-loader": "9.1.3",
67
+ "chromatic": "6.22.0",
68
+ "eslint": "8.47.0",
72
69
  "husky": "8.0.3",
73
70
  "identity-obj-proxy": "3.0.0",
74
71
  "is-ci": "3.0.1",
75
- "jest": "29.5.0",
76
- "jest-environment-jsdom": "29.5.0",
72
+ "jest": "29.6.2",
73
+ "jest-environment-jsdom": "29.6.2",
77
74
  "jest-environment-node-single-context": "29.1.0",
78
75
  "npm-run-all": "4.1.5",
79
- "postcss": "8.4.24",
80
- "prettier": "2.8.8",
76
+ "postcss": "8.4.28",
77
+ "prettier": "3.0.2",
81
78
  "react": "18.2.0",
82
79
  "react-dom": "18.2.0",
83
80
  "sass-true": "7.0.0",
84
- "semantic-release": "21.0.6",
85
- "stylelint": "15.9.0",
86
- "webpack": "5.88.1"
81
+ "semantic-release": "21.0.7",
82
+ "storybook": "7.2.0",
83
+ "stylelint": "15.10.3",
84
+ "webpack": "5.88.2"
87
85
  },
88
86
  "peerDependencies": {
89
87
  "react": "18.2.0",
@@ -1,4 +1,4 @@
1
- import { Meta, Title } from '@storybook/addon-docs'
1
+ import { Meta, Title, Unstyled } from '@storybook/blocks'
2
2
 
3
3
  import { ReactComponent as LogoSvg } from '../../.storybook/static/logo.svg'
4
4
  import packageInfo from '../../package.json'
@@ -7,15 +7,14 @@ import { CreditLockup, Image, SmartLink } from '../../src'
7
7
  <Meta title="Docs/README" />
8
8
 
9
9
  <Title>
10
- <LogoSvg /> <strong>{packageInfo.config.title}</strong>
11
- &nbsp;
10
+ <LogoSvg />
11
+ <strong>{packageInfo.config.title}</strong>
12
12
  <SmartLink href="https://npmjs.com/@newhighsco/chipset" target="_blank">
13
13
  <Image
14
14
  src="https://img.shields.io/npm/v/@newhighsco/chipset.svg"
15
15
  alt="NPM version"
16
16
  />
17
17
  </SmartLink>
18
- &nbsp;
19
18
  <SmartLink href="https://github.com/newhighsco/chipset" target="_blank">
20
19
  <Image
21
20
  src="https://img.shields.io/github/stars/newhighsco/chipset?style=social"
@@ -29,5 +28,7 @@ Shareable, theme-able component library
29
28
  ---
30
29
 
31
30
  <p>
32
- <CreditLockup />
31
+ <Unstyled>
32
+ <CreditLockup />
33
+ </Unstyled>
33
34
  </p>