diff --git a/HISTORY.md b/HISTORY.md index 740ac89..f8bc79b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## v6.15.0 2023 November 23 + +- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) + ## v6.14.2 2023 November 23 - Fix `version-range` to `^4.5.1` which resolves the v6.14.1 patch diff --git a/package-lock.json b/package-lock.json index 220ffbe..ec37451 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "editions", - "version": "6.14.2", + "version": "6.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "editions", - "version": "6.14.2", + "version": "6.15.0", "license": "Artistic-2.0", "dependencies": { - "version-range": "^4.5.1" + "version-range": "^4.6.0" }, "devDependencies": { "@bevry/update-contributors": "^1.23.0", @@ -3908,9 +3908,9 @@ } }, "node_modules/version-range": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/version-range/-/version-range-4.5.1.tgz", - "integrity": "sha512-agXRpnZv4DEUcguWORBkcQqMrETSrXtdljW/YJ7oIQh4CtxHbsIDyFHaFasx0VF+zGhj9kuRIpVugGGlPPOQ1w==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/version-range/-/version-range-4.6.0.tgz", + "integrity": "sha512-9abTQcIh2H+BoFSh0l9OfiSxVuYaWFDQCH/JiT3QDj/4tjNNTSd59pljOvCzgbUz86lEEA5pGI2f2fQcyldqSA==", "engines": { "node": ">=4" }, diff --git a/package.json b/package.json index 83881dc..b6a83a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "editions", - "version": "6.14.2", + "version": "6.15.0", "description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)", "homepage": "https://github.com/bevry/editions", "license": "Artistic-2.0", @@ -101,7 +101,7 @@ "require" ], "engines": { - "node": true, + "node": "4 || 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21", "browsers": false } }, @@ -116,7 +116,7 @@ "import" ], "engines": { - "node": true, + "node": "12 || 14 || 16 || 18 || 20 || 21", "browsers": false } }, @@ -143,7 +143,7 @@ } }, "dependencies": { - "version-range": "^4.5.1" + "version-range": "^4.6.0" }, "devDependencies": { "@bevry/update-contributors": "^1.23.0", @@ -163,23 +163,6 @@ "typescript": "5.2.2", "valid-directory": "^4.5.0" }, - "eslintConfig": { - "extends": [ - "bevry" - ] - }, - "prettier": { - "semi": false, - "singleQuote": true, - "trailingComma": "es5" - }, - "boundation": { - "browser": false, - "compiler": "typescript", - "targets": [ - "ES5" - ] - }, "scripts": { "our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", "our:compile": "npm run our:compile:edition-es5 && npm run our:compile:edition-es5-esm && npm run our:compile:edition-types", @@ -206,5 +189,22 @@ "our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source", "our:verify:prettier": "prettier --write .", "test": "node ./edition-es5/test.js" + }, + "eslintConfig": { + "extends": [ + "bevry" + ] + }, + "prettier": { + "semi": false, + "singleQuote": true, + "trailingComma": "es5" + }, + "boundation": { + "browser": false, + "compiler": "typescript", + "targets": [ + "ES5" + ] } } \ No newline at end of file