Fix npm & node version

This commit is contained in:
Paulo Gustavo Veiga 2020-12-05 08:24:50 -08:00
parent d2d2a09e33
commit 18f42c54e6
2 changed files with 6 additions and 2 deletions

4
package-lock.json generated
View File

@ -24,6 +24,10 @@
}, },
"devDependencies": { "devDependencies": {
"@formatjs/cli": "^2.13.14" "@formatjs/cli": "^2.13.14"
},
"engines": {
"node": ">=15.3.0",
"npm": ">=7.0.14"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {

View File

@ -44,5 +44,5 @@
] ]
}, },
"homepage": "http://localhost:8080/react", "homepage": "http://localhost:8080/react",
"license": "https://wisemapping.atlassian.net/wiki/spaces/WS/pages/524357/WiseMapping+Public+License+Version+1.0+WPL", "license": "https://wisemapping.atlassian.net/wiki/spaces/WS/pages/524357/WiseMapping+Public+License+Version+1.0+WPL"
} }