feffery_antd_components 0.1.1 → 0.1.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feffery_antd_components",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Best implementation of Antd components in Plotly Dash.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@ant-design/charts": "^1.1.4",
27
27
  "@ant-design/icons": "^4.6.3",
28
- "antd": "4.17.0-alpha.8",
28
+ "antd": "^4.18.5",
29
29
  "dash-extensions-js": "^0.0.8",
30
30
  "is-absolute-url": "^4.0.1",
31
31
  "md5": "^2.3.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feffery_antd_components",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Best implementation of Antd components in Plotly Dash.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@ant-design/charts": "^1.1.4",
27
27
  "@ant-design/icons": "^4.6.3",
28
- "antd": "4.17.0-alpha.8",
28
+ "antd": "^4.18.5",
29
29
  "dash-extensions-js": "^0.0.8",
30
30
  "is-absolute-url": "^4.0.1",
31
31
  "md5": "^2.3.0",
@@ -3,7 +3,7 @@ module FefferyAntdComponents
3
3
  using Dash
4
4
 
5
5
  const resources_path = realpath(joinpath( @__DIR__, "..", "deps"))
6
- const version = "0.1.1"
6
+ const version = "0.1.2"
7
7
 
8
8
  include("jl/'feffery'_antdaffix.jl")
9
9
  include("jl/'feffery'_antdalert.jl")
@@ -92,14 +92,14 @@ function __init__()
92
92
  [
93
93
  DashBase.Resource(
94
94
  relative_package_path = "feffery_antd_components.min.js",
95
- external_url = "https://unpkg.com/feffery_antd_components@0.1.1/feffery_antd_components/feffery_antd_components.min.js",
95
+ external_url = "https://unpkg.com/feffery_antd_components@0.1.2/feffery_antd_components/feffery_antd_components.min.js",
96
96
  dynamic = nothing,
97
97
  async = nothing,
98
98
  type = :js
99
99
  ),
100
100
  DashBase.Resource(
101
101
  relative_package_path = "feffery_antd_components.min.js.map",
102
- external_url = "https://unpkg.com/feffery_antd_components@0.1.1/feffery_antd_components/feffery_antd_components.min.js.map",
102
+ external_url = "https://unpkg.com/feffery_antd_components@0.1.2/feffery_antd_components/feffery_antd_components.min.js.map",
103
103
  dynamic = true,
104
104
  async = nothing,
105
105
  type = :js