Skip to content

Commit 6b07801

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 2a8c941 commit 6b07801

File tree

3 files changed

+142
-223
lines changed

3 files changed

+142
-223
lines changed

.github/workflows/size-limit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
CI_JOB_NUMBER: 1
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: andresz1/size-limit-action@v1.6.1
13+
- uses: andresz1/size-limit-action@v1.7.0
1414
with:
1515
github_token: ${{ secrets.GITHUB_TOKEN }}

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"keywords": [],
3434
"license": "MIT",
3535
"devDependencies": {
36-
"@microsoft/api-extractor": "7.23.1",
36+
"@microsoft/api-extractor": "7.25.0",
3737
"@rollup/plugin-alias": "^3.1.9",
3838
"@rollup/plugin-commonjs": "^21.1.0",
3939
"@rollup/plugin-node-resolve": "^13.3.0",
@@ -42,19 +42,19 @@
4242
"@sucrase/jest-plugin": "^2.2.1",
4343
"@types/jest": "^26.0.24",
4444
"@types/jsdom": "^16.2.14",
45-
"@vue/test-utils": "^2.0.0-rc.21",
45+
"@vue/test-utils": "^2.0.1",
4646
"codecov": "^3.8.3",
4747
"conventional-changelog-cli": "^2.2.2",
4848
"jest": "^26.6.3",
49-
"lint-staged": "^13.0.0",
49+
"lint-staged": "^13.0.1",
5050
"pascalcase": "^1.0.0",
51-
"prettier": "^2.6.2",
52-
"rollup": "^2.72.1",
51+
"prettier": "^2.7.0",
52+
"rollup": "^2.75.6",
5353
"rollup-plugin-terser": "^7.0.2",
54-
"rollup-plugin-typescript2": "^0.31.2",
54+
"rollup-plugin-typescript2": "^0.32.1",
5555
"size-limit": "^6.0.4",
56-
"typescript": "^4.6.4",
57-
"vue": "^3.2.33",
56+
"typescript": "^4.7.3",
57+
"vue": "^3.2.37",
5858
"yorkie": "^2.0.0"
5959
},
6060
"gitHooks": {

0 commit comments

Comments
 (0)