Skip to content

Commit

Permalink
feat!: update deps to new majors
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop node 12, 14, 16
  • Loading branch information
mdonnalley committed Sep 18, 2023
1 parent ec6c352 commit 3796769
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 606 deletions.
2 changes: 1 addition & 1 deletion index.js
@@ -1,4 +1,4 @@
module.exports = { // eslint-disable-line unicorn/prefer-module
module.exports = {
extends: [
'eslint:recommended',
'xo-space',
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -2,19 +2,19 @@
"name": "eslint-config-oclif",
"description": "eslint config for oclif",
"version": "4.0.0",
"author": "Jeff Dickey @jdxcode",
"author": "Salesforce",
"bugs": "https://github.com/oclif/eslint-config-oclif/issues",
"dependencies": {
"eslint-config-xo-space": "^0.27.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-config-xo-space": "^0.34.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^36.0.0"
"eslint-plugin-unicorn": "^48.0.1"
},
"devDependencies": {
"eslint": "^7.32.0"
"eslint": "^8.49.0"
},
"engines": {
"node": ">=12.0.0"
"node": ">=18.0.0"
},
"files": [
"/index.js"
Expand Down

0 comments on commit 3796769

Please sign in to comment.