Pin dependencies

This commit is contained in:
Renovate Bot 2022-05-08 12:57:51 +00:00
parent 8864b18928
commit 448b9ef7ff
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -34,13 +34,13 @@
"@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.9" "@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.9"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.10.5", "@types/node": "16.11.33",
"@typescript-eslint/parser": "^5.8.1", "@typescript-eslint/parser": "5.22.0",
"@vercel/ncc": "^0.31.1", "@vercel/ncc": "0.31.1",
"eslint": "^7.32.0", "eslint": "7.32.0",
"eslint-plugin-github": "^4.3.2", "eslint-plugin-github": "4.3.6",
"js-yaml": "^4.1.0", "js-yaml": "4.1.0",
"prettier": "2.5.1", "prettier": "2.5.1",
"typescript": "^4.4.4" "typescript": "4.6.4"
} }
} }