@smilekite/lego-bricks 1.0.0 → 1.0.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.
- package/dist/@smilekite/bundle.css +4 -4
- package/package.json +26 -26
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
.l-image-component[data-v-1e970aa2] {
|
|
3
|
-
max-width: 100%;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
2
|
h2.l-text-component[data-v-6bf95b7a], p.l-text-component[data-v-6bf95b7a] {
|
|
7
3
|
margin-bottom: 0;
|
|
8
4
|
}
|
|
@@ -14,3 +10,7 @@ button.l-text-component[data-v-6bf95b7a] {
|
|
|
14
10
|
box-sizing: border-box;
|
|
15
11
|
white-space: pre-wrap;
|
|
16
12
|
}
|
|
13
|
+
|
|
14
|
+
.l-image-component[data-v-1e970aa2] {
|
|
15
|
+
max-width: 100%;
|
|
16
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smilekite/lego-bricks",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"author": "smiley",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"serve": "vue-cli-service serve",
|
|
@@ -24,38 +24,38 @@
|
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"core-js": "3.6.5",
|
|
28
|
-
"lodash-es": "4.17.20"
|
|
27
|
+
"core-js": "^3.6.5",
|
|
28
|
+
"lodash-es": "^4.17.20"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@rollup/plugin-node-resolve": "11.1.1",
|
|
32
|
-
"@rollup/plugin-typescript": "8.1.1",
|
|
33
|
-
"@types/jest": "24.0.19",
|
|
34
|
-
"@types/lodash-es": "4.17.4",
|
|
35
|
-
"@typescript-eslint/eslint-plugin": "2.33.0",
|
|
36
|
-
"@typescript-eslint/parser": "2.33.0",
|
|
37
|
-
"@vue/cli-plugin-babel": "4.5.0",
|
|
38
|
-
"@vue/cli-plugin-eslint": "4.5.0",
|
|
39
|
-
"@vue/cli-plugin-typescript": "4.5.0",
|
|
40
|
-
"@vue/cli-plugin-unit-jest": "4.5.11",
|
|
41
|
-
"@vue/cli-service": "4.5.0",
|
|
31
|
+
"@rollup/plugin-node-resolve": "^11.1.1",
|
|
32
|
+
"@rollup/plugin-typescript": "^8.1.1",
|
|
33
|
+
"@types/jest": "^24.0.19",
|
|
34
|
+
"@types/lodash-es": "^4.17.4",
|
|
35
|
+
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
36
|
+
"@typescript-eslint/parser": "^2.33.0",
|
|
37
|
+
"@vue/cli-plugin-babel": "~4.5.0",
|
|
38
|
+
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
39
|
+
"@vue/cli-plugin-typescript": "~4.5.0",
|
|
40
|
+
"@vue/cli-plugin-unit-jest": "~4.5.11",
|
|
41
|
+
"@vue/cli-service": "~4.5.0",
|
|
42
42
|
"@vue/compiler-sfc": "^3.0.0",
|
|
43
|
-
"@vue/eslint-config-typescript": "5.1.0",
|
|
43
|
+
"@vue/eslint-config-typescript": "~5.1.0",
|
|
44
44
|
"@vue/test-utils": "2.0.0-alpha.8",
|
|
45
|
-
"eslint": "6.7.2",
|
|
46
|
-
"eslint-plugin-vue": "7.0.0",
|
|
47
|
-
"husky": "4.3.8",
|
|
48
|
-
"rimraf": "3.0.2",
|
|
49
|
-
"rollup": "2.38.5",
|
|
50
|
-
"rollup-plugin-css-only": "3.1.0",
|
|
51
|
-
"rollup-plugin-typescript2": "0.29.0",
|
|
52
|
-
"rollup-plugin-vue": "6.0.0",
|
|
53
|
-
"typescript": "3.9.3",
|
|
54
|
-
"vue": "3.2.0",
|
|
45
|
+
"eslint": "^6.7.2",
|
|
46
|
+
"eslint-plugin-vue": "^7.0.0",
|
|
47
|
+
"husky": "^4.3.8",
|
|
48
|
+
"rimraf": "^3.0.2",
|
|
49
|
+
"rollup": "^2.38.5",
|
|
50
|
+
"rollup-plugin-css-only": "^3.1.0",
|
|
51
|
+
"rollup-plugin-typescript2": "^0.29.0",
|
|
52
|
+
"rollup-plugin-vue": "^6.0.0",
|
|
53
|
+
"typescript": "^3.9.3",
|
|
54
|
+
"vue": "~3.2.0",
|
|
55
55
|
"vue-jest": "5.0.0-alpha.9"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"vue": "3.2.0"
|
|
58
|
+
"vue": "~3.2.0"
|
|
59
59
|
},
|
|
60
60
|
"homepage": "https://github.com/Kitesource/lego-bricks",
|
|
61
61
|
"keywords": [
|