Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#8905)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 4, 2022
1 parent 129c7c6 commit 4a24c17
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 125 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/types": "^7.18.7",
"@microsoft/api-extractor": "^7.28.1",
"@microsoft/api-extractor": "^7.28.2",
"@rollup/plugin-typescript": "^8.3.3",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -59,12 +59,12 @@
"@types/semver": "^7.3.10",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.30.4",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.47",
"eslint": "^8.18.0",
"eslint": "^8.19.0",
"eslint-define-config": "^1.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -76,8 +76,8 @@
"node-fetch": "^3.2.6",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.23.0",
"pnpm": "^7.4.0",
"playwright-chromium": "^1.23.1",
"pnpm": "^7.5.0",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
Expand All @@ -86,12 +86,12 @@
"simple-git-hooks": "^2.8.0",
"sirv": "^2.0.2",
"tslib": "^2.4.0",
"tsx": "^3.6.0",
"tsx": "^3.7.1",
"typescript": "^4.6.4",
"unbuild": "^0.7.4",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.4",
"vitest": "^0.16.0",
"vitest": "^0.17.0",
"vue": "^3.2.37"
},
"simple-git-hooks": {
Expand All @@ -112,7 +112,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.4.0",
"packageManager": "pnpm@7.5.0",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "tsc && vite build"
},
"dependencies": {
"lit": "^2.2.6"
"lit": "^2.2.7"
},
"devDependencies": {
"typescript": "^4.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "vite build"
},
"dependencies": {
"lit": "^2.2.6"
"lit": "^2.2.7"
},
"devDependencies": {
"vite": "^2.9.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"launch-editor-middleware": "^2.4.0",
"magic-string": "^0.26.2",
"micromatch": "^4.0.5",
"mlly": "^0.5.3",
"mlly": "^0.5.4",
"mrmime": "^1.0.1",
"node-forge": "^1.3.1",
"okie": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"ts-node": "^10.8.1"
"ts-node": "^10.8.2"
}
}

0 comments on commit 4a24c17

Please sign in to comment.