Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 15, 2022
1 parent dd5db7f commit 7b8cfa0
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 257 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v3
- uses: andresz1/size-limit-action@v1.6.1
- uses: andresz1/size-limit-action@v1.7.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,36 +42,36 @@
],
"license": "MIT",
"devDependencies": {
"@microsoft/api-extractor": "7.23.1",
"@microsoft/api-extractor": "7.25.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^3.1.0",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/jest": "^27.5.0",
"@types/jest": "^27.5.2",
"@types/jsdom": "^16.2.14",
"@vitejs/plugin-vue": "^2.3.2",
"@vue/compiler-sfc": "^3.2.33",
"@vue/server-renderer": "^3.2.33",
"@vue/test-utils": "^2.0.0-rc.21",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"@vue/server-renderer": "^3.2.37",
"@vue/test-utils": "^2.0.1",
"codecov": "^3.8.3",
"conventional-changelog-cli": "^2.2.2",
"faked-promise": "^2.2.2",
"jest": "^27.5.1",
"jest-mock-warn": "^1.1.0",
"lint-staged": "^13.0.0",
"mande": "^2.0.1",
"lint-staged": "^13.0.1",
"mande": "^2.0.2",
"pascalcase": "^1.0.0",
"prettier": "^2.6.2",
"prettier": "^2.7.0",
"prismjs": "^1.28.0",
"rollup": "^2.72.1",
"rollup": "^2.75.6",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"rollup-plugin-typescript2": "^0.32.1",
"size-limit": "^6.0.4",
"ts-jest": "^27.1.4",
"typescript": "^4.6.4",
"vite": "^2.9.8",
"vue": "^3.2.33",
"ts-jest": "^27.1.5",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vue": "^3.2.37",
"vue-prism-component": "^2.0.0",
"yorkie": "^2.0.0"
},
Expand Down
Loading

0 comments on commit 7b8cfa0

Please sign in to comment.