Skip to content

Commit

Permalink
Merge pull request #1509 from sandhu/master
Browse files Browse the repository at this point in the history
Upgrade antd to 3.3.0
  • Loading branch information
Deraen committed Mar 13, 2018
2 parents b25249f + 11aa701 commit d443e25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions antd/boot-cljsjs-checksums.edn
@@ -1,4 +1,4 @@
{"cljsjs/antd/development/antd.inc.js"
"2C02CF7F5A8B06E3EA8D2883996DA539",
"57E942DF276FE50EFAE6190F061A0549",
"cljsjs/antd/production/antd.min.inc.js"
"795F0B84278947099EF2811BEFE1136F"}
"7C61C04649440FF480CCD8507ED91B97"}
6 changes: 3 additions & 3 deletions antd/build.boot
@@ -1,13 +1,13 @@
(set-env!
:resource-paths #{"resources"}
:dependencies '[[cljsjs/boot-cljsjs "0.9.0" :scope "test"]
[cljsjs/react "16.2.0-0"]
[cljsjs/react-dom "16.2.0-0"]
[cljsjs/react "16.2.0-3"]
[cljsjs/react-dom "16.2.0-3"]
[cljsjs/moment "2.17.1-1"]])

(require '[cljsjs.boot-cljsjs.packaging :refer :all])

(def +lib-version+ "3.2.0")
(def +lib-version+ "3.3.0")
(def +version+ (str +lib-version+ "-0"))

(task-options!
Expand Down
1 change: 0 additions & 1 deletion antd/resources/cljsjs/antd/common/antd.ext.js
Expand Up @@ -1406,7 +1406,6 @@ var antd = {
},
"defaultProps": {
"choiceTransitionName": {},
"dropdownClassName": {},
"prefixCls": {},
"showSearch": {},
"transitionName": {}
Expand Down

0 comments on commit d443e25

Please sign in to comment.