@k8slens/lds-emails 0.3.0 → 0.3.4
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 +6 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@k8slens/lds-emails",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "Lens Design System – Emails",
|
|
5
5
|
"author": "Mirantis Inc",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,16 +12,13 @@
|
|
|
12
12
|
"scripts": {
|
|
13
13
|
"start": "npm run clean && npm run rollup-watch",
|
|
14
14
|
"build": "npm run clean && npm run rollup",
|
|
15
|
-
"build:production": "npm run build",
|
|
16
15
|
"rollup-watch": "rollup -c --watch",
|
|
17
16
|
"rollup": "rollup -c",
|
|
18
17
|
"clean": "rimraf lib",
|
|
19
|
-
"test": "echo \"Warning: no test specified yet\" && exit 0"
|
|
20
|
-
"prepack": "node prepack"
|
|
18
|
+
"test": "echo \"Warning: no test specified yet\" && exit 0"
|
|
21
19
|
},
|
|
22
20
|
"devDependencies": {
|
|
23
|
-
"@k8slens/lds-tokens": "
|
|
24
|
-
"@storybook/react": "6.5.13",
|
|
21
|
+
"@k8slens/lds-tokens": "^0.7.5",
|
|
25
22
|
"@types/react": "18.0.18",
|
|
26
23
|
"@types/react-dom": "18.0.6",
|
|
27
24
|
"postcss": "8.4.16",
|
|
@@ -29,13 +26,9 @@
|
|
|
29
26
|
"postcss-css-variables": "0.18.0",
|
|
30
27
|
"postcss-discard-comments": "5.1.2",
|
|
31
28
|
"postcss-discard-empty": "5.1.1",
|
|
32
|
-
"postcss-import": "15.0.0",
|
|
33
29
|
"postcss-rem-to-pixel": "4.1.2",
|
|
34
30
|
"react": "18.2.0",
|
|
35
|
-
"react-dom": "18.2.0"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"rollup-plugin-delete": "2.0.0",
|
|
39
|
-
"rollup-plugin-postcss": "4.0.2"
|
|
40
|
-
}
|
|
31
|
+
"react-dom": "18.2.0"
|
|
32
|
+
},
|
|
33
|
+
"gitHead": "2402eea5b44bd9d50fade49b4bbb2d2193b93af5"
|
|
41
34
|
}
|