mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-22 18:50:56 +00:00
feat!: update minimum node to v20 (#305)
* feat!: update min node to v20 * fix(eslint-config): update node to ^20.9 || >=21.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "@ivuorinen/base-configs",
|
"name": "@ivuorinen/base-configs-meta",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "A collection of base configs for code quality and linting tools.",
|
"description": "A collection of base configs for code quality and linting tools.",
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/ivuorinen/base-configs#readme",
|
"homepage": "https://github.com/ivuorinen/base-configs#readme",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/ivuorinen/base-configs/tree/main/packages/base-configs#readme",
|
"homepage": "https://github.com/ivuorinen/base-configs/tree/main/packages/base-configs#readme",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"main": "index.cjs",
|
"main": "index.cjs",
|
||||||
"module": "wrapper.mjs",
|
"module": "wrapper.mjs",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": "^20.9.0 || >=21.1.0"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.cjs",
|
"main": "index.cjs",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"index.json",
|
"index.json",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"main": "index.cjs",
|
"main": "index.cjs",
|
||||||
"module": "wrapper.mjs",
|
"module": "wrapper.mjs",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"index.cjs",
|
"index.cjs",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"main": "css/index.cjs",
|
"main": "css/index.cjs",
|
||||||
"module": "css/index.mjs",
|
"module": "css/index.mjs",
|
||||||
|
|||||||
Reference in New Issue
Block a user