Skip to content

Commit

Permalink
build(deps-dev): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed May 30, 2023
1 parent 12c96e5 commit 09ce0be
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-engine",
"version": "15.1.0",
"version": "15.0.0",
"description": "Wrap your standards in a tortilla and cover it in special sauce.",
"keywords": [
"JavaScript Standard Style",
Expand Down Expand Up @@ -39,7 +39,7 @@
"build:1-declaration": "tsc -p declaration.tsconfig.json",
"build": "run-s build:*",
"check:dependency-check": "dependency-check *.js 'bin/**/*.js' 'lib/**/*.js' --no-dev",
"check:installed-check": "installed-check --engine-ignore dependency-check",
"check:installed-check": "installed-check --engine-no-dev",
"check:standard": "standard",
"check:tsc": "tsc",
"check:type-coverage": "type-coverage --detail --strict --at-least 95 --ignore-files 'test/*'",
Expand All @@ -58,29 +58,28 @@
"xdg-basedir": "^4.0.0"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.9",
"@tsconfig/node12": "^1.0.11",
"@types/cross-spawn": "^6.0.2",
"@types/eslint": "^8.4.1",
"@types/eslint": "^8.40.0",
"@types/minimist": "^1.2.2",
"@types/node": "~12.20.0",
"@types/tape": "^4.13.2",
"c8": "^7.10.0",
"@types/node": "^12.20.55",
"@types/tape": "^5.6.0",
"c8": "^7.14.0",
"cross-spawn": "^7.0.3",
"dependency-check": "^5.0.0-4",
"eslint": "^8.13.0",
"eslint-config-standard": "^17.0.0",
"dependency-check": "^5.0.0-7",
"eslint": "^8.41.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"installed-check": "^5.0.0",
"npm-run-all": "^4.1.5",
"standard": "^17.0.0-2",
"tape": "^5.5.2",
"type-coverage": "^2.21.0",
"typescript": "~4.6.3",
"version-guard": "^1.1.0"
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"installed-check": "^7.1.1",
"npm-run-all2": "^6.0.5",
"standard": "^17.1.0",
"tape": "^5.6.3",
"type-coverage": "^2.26.0",
"typescript": "~5.0.4"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Expand Down

0 comments on commit 09ce0be

Please sign in to comment.