@sb1/ffe-buttons-react 100.8.1 → 100.8.3
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -23,6 +23,6 @@ npm run build
|
|
|
23
23
|
npm start
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
A local instance of `
|
|
26
|
+
A local instance of `Storybook` with live reloading will run at http://localhost:6006/.
|
|
27
27
|
|
|
28
28
|
Example implementations using the latest versions of all components are also available at https://sparebank1.github.io/designsystem.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sb1/ffe-buttons-react",
|
|
3
|
-
"version": "100.8.
|
|
3
|
+
"version": "100.8.3",
|
|
4
4
|
"description": "React implementation of ffe-buttons",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ffe"
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"test:watch": "ffe-buildtool jest --watch"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@sb1/ffe-buttons": "^100.8.
|
|
32
|
-
"@sb1/ffe-icons-react": "^100.8.
|
|
31
|
+
"@sb1/ffe-buttons": "^100.8.3",
|
|
32
|
+
"@sb1/ffe-icons-react": "^100.8.3",
|
|
33
33
|
"classnames": "^2.3.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@sb1/ffe-buildtool": "^100.8.
|
|
36
|
+
"@sb1/ffe-buildtool": "^100.8.3",
|
|
37
37
|
"eslint": "^9.22.0",
|
|
38
38
|
"react": "^18.2.0",
|
|
39
39
|
"react-dom": "^18.2.0"
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "f33cf64a467cb430540d1320e763a4f223a8012c"
|
|
48
48
|
}
|