@plasmicpkgs/antd5 0.0.368 → 0.0.370

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/antd.esm.js CHANGED
@@ -4253,7 +4253,7 @@ function InnerConfigProvider(props) {
4253
4253
  let warned = false;
4254
4254
  function warnOutdatedDeps() {
4255
4255
  if (!warned) {
4256
- console.log(
4256
+ console.warn(
4257
4257
  `You are using a version of @plasmicapp/* that is too old. Please upgrade to the latest version.`
4258
4258
  );
4259
4259
  warned = true;