@plasmicpkgs/antd5 0.0.369 → 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/index.js CHANGED
@@ -4270,7 +4270,7 @@ function InnerConfigProvider(props) {
4270
4270
  let warned = false;
4271
4271
  function warnOutdatedDeps() {
4272
4272
  if (!warned) {
4273
- console.log(
4273
+ console.warn(
4274
4274
  `You are using a version of @plasmicapp/* that is too old. Please upgrade to the latest version.`
4275
4275
  );
4276
4276
  warned = true;