@putout/operator-json
Advanced tools
Comparing version 1.3.0 to 2.0.0
{ | ||
"name": "@putout/operator-json", | ||
"version": "1.3.0", | ||
"version": "2.0.0", | ||
"type": "commonjs", | ||
@@ -33,12 +33,12 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
"devDependencies": { | ||
"@putout/test": "^7.0.0", | ||
"c8": "^8.0.0", | ||
"eslint": "^8.0.1", | ||
"eslint-plugin-n": "^16.0.0", | ||
"eslint-plugin-putout": "^21.0.0", | ||
"@putout/test": "^8.0.0", | ||
"c8": "^9.0.0", | ||
"eslint": "^9.0.0-alpha.0", | ||
"eslint-plugin-n": "^17.0.0-0", | ||
"eslint-plugin-putout": "^22.0.0", | ||
"lerna": "^6.0.1", | ||
"madrun": "^9.0.0", | ||
"madrun": "^10.0.0", | ||
"montag": "^1.2.1", | ||
"nodemon": "^3.0.1", | ||
"supertape": "^8.0.0", | ||
"supertape": "^9.0.0", | ||
"try-catch": "^3.0.0" | ||
@@ -48,3 +48,3 @@ }, | ||
"engines": { | ||
"node": ">=16" | ||
"node": ">=18" | ||
}, | ||
@@ -51,0 +51,0 @@ "publishConfig": { |
6038