@cruk/cruk-react-components 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.2] - 2021-01-21
9
+
10
+ ### Changed
11
+
12
+ - Bumping storybook dependencies to 6.4.14
13
+
8
14
  ## [1.0.1] - 2021-12-01
9
15
 
10
16
  ### Removed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cruk/cruk-react-components",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "React components implementing CRUK and SU2C designs",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {
@@ -88,16 +88,16 @@
88
88
  "@rollup/plugin-babel": "^5.0.0",
89
89
  "@rollup/plugin-commonjs": "^21.0.0",
90
90
  "@rollup/plugin-node-resolve": "^13.0.5",
91
- "@storybook/addon-a11y": "6.4.3",
92
- "@storybook/addon-actions": "^6.4.3",
93
- "@storybook/addon-docs": "^6.4.3",
94
- "@storybook/addon-essentials": "^6.4.3",
95
- "@storybook/addon-links": "^6.4.3",
96
- "@storybook/builder-webpack5": "^6.4.3",
97
- "@storybook/manager-webpack5": "^6.4.3",
91
+ "@storybook/addon-a11y": "6.4.14",
92
+ "@storybook/addon-actions": "^6.4.14",
93
+ "@storybook/addon-docs": "^6.4.14",
94
+ "@storybook/addon-essentials": "^6.4.14",
95
+ "@storybook/addon-links": "^6.4.14",
96
+ "@storybook/builder-webpack5": "^6.4.14",
97
+ "@storybook/manager-webpack5": "^6.4.14",
98
98
  "@types/assert": "^1.5.1",
99
99
  "@types/cypress-image-snapshot": "^3.1.6",
100
- "@types/jest": "^26.0.9",
100
+ "@types/jest": "^27.4.0",
101
101
  "@types/mdx-js__react": "^1.5.1",
102
102
  "@types/node": "^16.11.1",
103
103
  "@types/react": "^17.0.34",
@@ -144,7 +144,7 @@
144
144
  "typescript": "^4.4.4",
145
145
  "webpack": "^5.53.0",
146
146
  "webpack-cli": "4.9.1",
147
- "webpack-dev-server": "^4.4.0"
147
+ "webpack-dev-server": "^4.7.3"
148
148
  },
149
149
  "peerDependencies": {
150
150
  "react": "^16.12.0 || ^17.0.1 ",
@@ -152,7 +152,7 @@
152
152
  "styled-components": "^5.1.1"
153
153
  },
154
154
  "dependencies": {
155
- "react-focus-lock": "^2.5.2",
156
- "@storybook/react": "^6.4.3"
155
+ "@storybook/react": "^6.4.14",
156
+ "react-focus-lock": "^2.5.2"
157
157
  }
158
158
  }