fix: update dependencies

This commit is contained in:
Amin Yahyaabadi 2022-10-19 14:30:11 -07:00
parent 86617ca741
commit 453df99f1c
1 changed files with 13 additions and 13 deletions

View File

@ -50,7 +50,7 @@
}, },
"prettier": "prettier-config-atomic", "prettier": "prettier-config-atomic",
"dependencies": { "dependencies": {
"@actions/core": "^1.9.1", "@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1", "@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2", "@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
@ -65,8 +65,8 @@
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#9f672c1", "msvc-dev-cmd": "github:aminya/msvc-dev-cmd#9f672c1",
"numerous": "1.0.3", "numerous": "1.0.3",
"patha": "^0.4.1", "patha": "^0.4.1",
"semver": "7.3.7",
"setup-python": "github:actions/setup-python#c474c82340438924daab9282d07300bfe7e3692d", "setup-python": "github:actions/setup-python#c474c82340438924daab9282d07300bfe7e3692d",
"semver": "7.3.8",
"time-delta": "github:aminya/time-delta#69d91a41cef28e569be9a2991129f5f7d1f0d00e", "time-delta": "github:aminya/time-delta#69d91a41cef28e569be9a2991129f5f7d1f0d00e",
"ubuntu-version": "^2.0.0", "ubuntu-version": "^2.0.0",
"untildify-user": "workspace:1.0.0", "untildify-user": "workspace:1.0.0",
@ -75,21 +75,21 @@
}, },
"devDependencies": { "devDependencies": {
"@types/cross-spawn": "^6.0.2", "@types/cross-spawn": "^6.0.2",
"@types/jest": "^29.0.3", "@types/jest": "^29.2.0",
"@types/mri": "^1.1.1", "@types/mri": "^1.1.1",
"@types/node": "^18.7.18", "@types/node": "^18.11.2",
"@types/semver": "^7.3.12", "@types/semver": "^7.3.12",
"@types/which": "^2.0.1", "@types/which": "^2.0.1",
"caxa": "^2.1.0", "caxa": "^3.0.1",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"cspell": "^6.9.1", "cspell": "^6.12.0",
"eslint": "^8.23.1", "eslint": "^8.25.0",
"eslint-config-atomic": "^1.18.1", "eslint-config-atomic": "^1.18.1",
"gen-readme": "^1.6.0", "gen-readme": "^1.6.0",
"jest": "^29.0.3", "jest": "^29.2.1",
"loose-ts-check": "^1.2.0", "loose-ts-check": "^1.2.0",
"npm-check-updates": "^16.1.3", "npm-check-updates": "^16.3.14",
"npm-run-all2": "^6.0.2", "npm-run-all2": "^6.0.2",
"parcel": "2.7.0", "parcel": "2.7.0",
"prettier": "2.7.1", "prettier": "2.7.1",
@ -97,9 +97,9 @@
"readme-md-generator": "^1.0.0", "readme-md-generator": "^1.0.0",
"shx": "0.3.4", "shx": "0.3.4",
"terser-config-atomic": "^0.1.1", "terser-config-atomic": "^0.1.1",
"ts-jest": "^29.0.1", "ts-jest": "^29.0.3",
"ts-readme": "^1.1.3", "ts-readme": "^1.1.3",
"typescript": "^4.8.3" "typescript": "^4.8.4"
}, },
"engines": { "engines": {
"node": ">=12.x" "node": ">=12.x"
@ -129,8 +129,8 @@
}, },
"pnpm": { "pnpm": {
"overrides": { "overrides": {
"semver": "7.3.7", "semver": "7.3.8",
"eslint": "^8.23.1", "eslint": "^8.25.0",
"prettier": "2.7.1", "prettier": "2.7.1",
"lru-cache": "7.8.1", "lru-cache": "7.8.1",
"core-js": "*", "core-js": "*",