Skip to content

Commit

Permalink
chore(deps): pin dependencies (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 27, 2022
1 parent c455ef1 commit 88458b6
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 119 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,30 @@
"release:patch": "standard-version --no-verify --release-as patch"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@commitlint/cz-commitlint": "^17.0.0",
"@playwright/test": "^1.22.2",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@commitlint/cz-commitlint": "17.0.3",
"@playwright/test": "1.22.2",
"@sveltejs/adapter-auto": "1.0.0-next.50",
"@sveltejs/kit": "1.0.0-next.350",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"commitizen": "^4.2.4",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"husky": "^8.0.1",
"inquirer": "^8.2.4",
"lint-staged": "^13.0.2",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"standard-version": "^9.5.0",
"svelte": "^3.48.0",
"svelte-check": "^2.7.2",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.10",
"tslib": "^2.4.0",
"typescript": "~4.7.4"
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"commitizen": "4.2.4",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-svelte3": "4.0.0",
"husky": "8.0.1",
"inquirer": "8.2.4",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"prettier-plugin-svelte": "2.7.0",
"standard-version": "9.5.0",
"svelte": "3.48.0",
"svelte-check": "2.8.0",
"svelte-preprocess": "4.10.7",
"svelte2tsx": "0.5.11",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"type": "module",
"keywords": [
Expand Down
Loading

0 comments on commit 88458b6

Please sign in to comment.