Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jul 31, 2022
1 parent 71d162e commit 0677d42
Show file tree
Hide file tree
Showing 2 changed files with 861 additions and 889 deletions.
50 changes: 25 additions & 25 deletions package.json
Expand Up @@ -44,40 +44,40 @@
"node": ">=10.0.0"
},
"dependencies": {
"@types/json-schema": "^7.0.9",
"commander": "^9.0.0",
"glob": "^8.0.1",
"json5": "^2.2.0",
"@types/json-schema": "^7.0.11",
"commander": "^9.4.0",
"glob": "^8.0.3",
"json5": "^2.2.1",
"normalize-path": "^3.0.0",
"safe-stable-stringify": "^2.3.1",
"typescript": "~4.7.2"
"typescript": "~4.7.4"
},
"devDependencies": {
"@auto-it/conventional-commits": "^10.32.5",
"@auto-it/first-time-contributor": "^10.32.5",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/preset-typescript": "^7.16.7",
"@auto-it/conventional-commits": "^10.37.4",
"@auto-it/first-time-contributor": "^10.37.4",
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-typescript": "^7.18.6",
"@types/glob": "^7.2.0",
"@types/jest": "^28.1.1",
"@types/node": "^18.0.0",
"@types/jest": "^28.1.6",
"@types/node": "^18.6.3",
"@types/normalize-path": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"ajv": "^8.8.2",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"auto": "^10.32.5",
"chai": "^4.3.4",
"auto": "^10.37.4",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.0.3",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"jest-junit": "^14.0.0",
"prettier": "^2.5.1",
"ts-node": "^10.4.0",
"vega": "^5.21.0",
"vega-lite": "^5.3.0"
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"vega": "^5.22.1",
"vega-lite": "^5.4.0"
},
"scripts": {
"prepublishOnly": "yarn build",
Expand Down

0 comments on commit 0677d42

Please sign in to comment.