@plasmicpkgs/plasmic-rich-components 1.0.156 → 1.0.157
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/.tsbuildinfo +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicpkgs/plasmic-rich-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.157",
|
|
4
4
|
"description": "Rich batteries-included general purpose components for business apps, admin panels, etc.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,10 +19,8 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
21
|
"scripts": {
|
|
22
|
-
"build": "rollup -c rollup.config.mjs && yarn tsc --emitDeclarationOnly --declaration src/index.tsx --incremental --tsBuildInfoFile ./dist/.tsbuildinfo --skipLibCheck --jsx react --esModuleInterop --strict --outDir ./dist/",
|
|
23
|
-
"start": "tsdx watch",
|
|
22
|
+
"build": "rollup -c rollup.config.mjs && yarn tsc --emitDeclarationOnly --declaration src/index.tsx --incremental --tsBuildInfoFile ./dist/.tsbuildinfo --skipLibCheck --jsx react --lib dom,esnext --esModuleInterop --strict --outDir ./dist/",
|
|
24
23
|
"test": "yarn --cwd=../.. test --passWithNoTests",
|
|
25
|
-
"lint": "tsdx lint",
|
|
26
24
|
"prepare": "if-env PREPARE_NO_BUILD=true || yarn build",
|
|
27
25
|
"size": "size-limit",
|
|
28
26
|
"analyze": "size-limit --why"
|
|
@@ -39,15 +37,15 @@
|
|
|
39
37
|
"@rollup/plugin-json": "^6.0.0",
|
|
40
38
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
41
39
|
"@size-limit/preset-small-lib": "^4.11.0",
|
|
42
|
-
"@types/
|
|
43
|
-
"@types/node": "^
|
|
40
|
+
"@types/lodash": "^4.14.200",
|
|
41
|
+
"@types/node": "^20.8.9",
|
|
42
|
+
"@types/react": "^18.2.33",
|
|
44
43
|
"antd": "^5.4.0",
|
|
45
44
|
"rollup": "^3.26.2",
|
|
46
45
|
"rollup-plugin-esbuild": "^5.0.0",
|
|
47
46
|
"size-limit": "^4.11.0",
|
|
48
|
-
"tsdx": "^0.14.1",
|
|
49
47
|
"tslib": "^2.2.0",
|
|
50
|
-
"typescript": "^
|
|
48
|
+
"typescript": "^5.2.2"
|
|
51
49
|
},
|
|
52
50
|
"peerDependencies": {
|
|
53
51
|
"@ant-design/icons": ">=5.0.0",
|
|
@@ -62,11 +60,13 @@
|
|
|
62
60
|
"access": "public"
|
|
63
61
|
},
|
|
64
62
|
"dependencies": {
|
|
63
|
+
"@ctrl/tinycolor": "^3.6.1",
|
|
65
64
|
"@plasmicpkgs/luxon-parser": "^3.4.4",
|
|
65
|
+
"classnames": "^2.3.2",
|
|
66
66
|
"csv-writer-browser": "^1.0.0",
|
|
67
|
+
"dayjs": "^1.11.10",
|
|
67
68
|
"fast-stringify": "^2.0.0",
|
|
68
|
-
"lodash": "^4.17.21"
|
|
69
|
-
"tinycolor2": "^1.6.0"
|
|
69
|
+
"lodash": "^4.17.21"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "6db50a6b3e9ffd747e4a6521b42fcc0a8f32e97c"
|
|
72
72
|
}
|