Compare commits

...

3 Commits

Author SHA1 Message Date
Christofer Jungberg
b1809e0e1c 2.0.0 2023-01-17 12:58:57 +01:00
Christofer Jungberg
403a510e0e
Merge pull request #27 from chohner/patch-1
Add node v18 support
2023-01-17 12:57:00 +01:00
chris
25ff082461
Add node v18 support
Node 18 is supported in strapi since https://github.com/strapi/strapi/pull/14350
This updates the corresponding node engine to supported the same range
2023-01-02 15:48:40 +01:00
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "strapi-plugin-populate-deep",
"version": "1.1.2",
"version": "2.0.0",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{
"name": "strapi-plugin-populate-deep",
"version": "1.1.2",
"version": "2.0.0",
"description": "This is the description of the plugin.",
"strapi": {
"name": "strapi-plugin-populate-deep",
@ -21,7 +21,7 @@
"url": "https://github.com/Barelydead/strapi-plugin-deep-populate"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"