Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Fix DEP0148 warning message #279

Merged
merged 3 commits into from Dec 10, 2021
Merged

Commits on Oct 30, 2021

  1. Fix DEP0148 warning message

    ERROR  (node:69269) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at /Volumes/Dane/Repozytoria/osklad.pl/node_modules/@nuxtjs/sanity/package.json.
    Update this package.json to use a subpath pattern like "./*".
    (Use `node --trace-deprecation ...` to show where the warning was created)
    
    Node: v16.11.1
    NPM: 8.0.0
    
    It is compatible with Node v12 as this state: postcss/postcss#1455 (comment)
    Triloworld committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    3aa2c88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b978f5 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    If this is ok then yes! I just see that LTS (https://nodejs.org/en/about/releases/) it is supported right now so it is viable to give some time. I don't know how much people use v12 and this library
    
    Co-authored-by: Daniel Roe <daniel@roe.dev>
    Triloworld and danielroe committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    532cdf9 View commit details
    Browse the repository at this point in the history