Skip to content

Commit fc386d8

Browse files
chore(deps): update all non-major dependencies (#816)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ca0bc0c commit fc386d8

File tree

6 files changed

+339
-106
lines changed

6 files changed

+339
-106
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"@rollup/plugin-node-resolve": "^13.0.6",
2626
"@rollup/plugin-replace": "^3.0.0",
2727
"@sucrase/jest-plugin": "^2.2.0",
28-
"@types/jest": "^27.0.2",
28+
"@types/jest": "^27.0.3",
2929
"@types/lodash.kebabcase": "^4.1.6",
30-
"@types/node": "^16.11.7",
30+
"@types/node": "^16.11.9",
3131
"chalk": "^4.1.2",
3232
"conventional-changelog-cli": "^2.1.1",
3333
"enquirer": "^2.3.6",
@@ -37,20 +37,20 @@
3737
"jest": "^27.3.1",
3838
"jest-mock-warn": "^1.1.0",
3939
"lerna": "^4.0.0",
40-
"lint-staged": "^12.0.2",
40+
"lint-staged": "^12.1.2",
4141
"lodash.kebabcase": "^4.1.1",
4242
"minimist": "^1.2.5",
4343
"p-series": "^3.0.0",
4444
"pascalcase": "^1.0.0",
4545
"prettier": "^2.4.1",
4646
"rimraf": "^3.0.2",
47-
"rollup": "^2.60.0",
47+
"rollup": "^2.60.1",
4848
"rollup-plugin-terser": "^7.0.2",
49-
"rollup-plugin-typescript2": "^0.30.0",
49+
"rollup-plugin-typescript2": "^0.31.0",
5050
"semver": "^7.3.5",
5151
"typedoc": "^0.22.9",
52-
"typedoc-plugin-markdown": "^3.11.6",
53-
"typescript": "^4.4.4",
52+
"typedoc-plugin-markdown": "^3.11.7",
53+
"typescript": "^4.5.2",
5454
"yorkie": "^2.0.0"
5555
},
5656
"gitHooks": {

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"docs:build": "vitepress build ."
99
},
1010
"dependencies": {
11-
"@vueuse/core": "^7.0.0",
11+
"@vueuse/core": "^7.0.1",
1212
"pinia": "^2.0.0-rc.4",
1313
"vitepress": "^0.20.1"
1414
}

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@nuxt/types": "^2.15.8",
5151
"pinia": "^2.0.0-0",
52-
"unbuild": "^0.5.11"
52+
"unbuild": "^0.5.13"
5353
},
5454
"peerDependencies": {
5555
"pinia": "~2.0.3"

packages/pinia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@microsoft/api-extractor": "7.18.19",
7272
"@vue/compiler-sfc": "^3.2.22",
7373
"@vue/server-renderer": "^3.2.22",
74-
"@vue/test-utils": "^2.0.0-rc.16",
74+
"@vue/test-utils": "^2.0.0-rc.17",
7575
"vue": "^3.2.22",
7676
"vue2": "npm:vue@2"
7777
},
@@ -81,7 +81,7 @@
8181
},
8282
"peerDependencies": {
8383
"@vue/composition-api": "^1.4.0",
84-
"typescript": "^4.4.4",
84+
"typescript": "^4.5.2",
8585
"vue": "^2.6.14 || ^3.2.0"
8686
},
8787
"peerDependenciesMeta": {

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@vue/compiler-sfc": "^3.2.22",
16-
"@vueuse/core": "^7.0.0",
16+
"@vueuse/core": "^7.0.1",
1717
"mande": "^1.0.0",
1818
"pinia": "^2.0.0-rc.4",
1919
"swrv": "^1.0.0-beta.8",

0 commit comments

Comments
 (0)