@sdeverywhere/check-ui-shell 0.1.0 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +12 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdeverywhere/check-ui-shell",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "files": [
5
5
  "dist/**",
6
6
  "types/**"
@@ -16,8 +16,7 @@
16
16
  "assert-never": "^1.2.1",
17
17
  "chart.js": "^2.9.4",
18
18
  "copy-text-to-clipboard": "^3.0.1",
19
- "fontfaceobserver": "^2.1.0",
20
- "svelte-awesome": "^3.0.0"
19
+ "fontfaceobserver": "^2.1.0"
21
20
  },
22
21
  "devDependencies": {
23
22
  "@types/chart.js": "^2.9.34",
@@ -26,9 +25,19 @@
26
25
  "pug": "^3.0.1",
27
26
  "sass": "^1.34.1",
28
27
  "svelte": "^3.47.0",
28
+ "svelte-awesome": "^3.0.0",
29
29
  "svelte-check": "^2.7.0",
30
30
  "svelte-preprocess": "^4.10.6"
31
31
  },
32
+ "devDependenciesComments": {
33
+ "svelte-awesome": [
34
+ "XXX: Technically this should probably be listed in dependencies, but it has",
35
+ "svelte as a peer dependency even though it isn't required by the consuming",
36
+ "package due to the way we bundle everything into `dist/index.js`. For now,",
37
+ "we list it in devDependencies and include it in the generated bundle so that",
38
+ "consumers don't need to worry about peer dependency issues."
39
+ ]
40
+ },
32
41
  "author": "Climate Interactive",
33
42
  "license": "MIT",
34
43
  "homepage": "https://sdeverywhere.org",