@sb1/ffe-file-upload 100.8.0 → 100.8.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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -34,6 +34,6 @@ npm run build
34
34
  npm start
35
35
  ```
36
36
 
37
- A local instance of `component-overview` with live reloading will run at http://localhost:1234/.
37
+ A local instance of `Storybook` with live reloading will run at http://localhost:6006/.
38
38
 
39
39
  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-file-upload",
3
- "version": "100.8.0",
3
+ "version": "100.8.2",
4
4
  "description": "File upload module",
5
5
  "license": "MIT",
6
6
  "author": "SpareBank 1",
@@ -20,14 +20,14 @@
20
20
  "build": "lessc less/file-upload.less css/file-upload.css --autoprefix"
21
21
  },
22
22
  "dependencies": {
23
- "@sb1/ffe-core": "^100.8.0",
24
- "@sb1/ffe-form": "^100.8.0"
23
+ "@sb1/ffe-core": "^100.8.2",
24
+ "@sb1/ffe-form": "^100.8.2"
25
25
  },
26
26
  "devDependencies": {
27
- "@sb1/ffe-buildtool": "^100.8.0"
27
+ "@sb1/ffe-buildtool": "^100.8.2"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "3edc2237522f2b5056433cf8a6a1f03a15b15486"
32
+ "gitHead": "50fbbbdb2023a60add7158e8c5bd6443c4f9c95e"
33
33
  }