Skip to content

Commit 2a00820

Browse files
committed
chore: up nuxt deps
1 parent 944fd2f commit 2a00820

File tree

3 files changed

+546
-264
lines changed

3 files changed

+546
-264
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@rollup/plugin-replace": "^4.0.0",
2727
"@sucrase/jest-plugin": "^2.2.0",
2828
"@types/jest": "^27.4.1",
29-
"@types/lodash.kebabcase": "^4.1.6",
30-
"@types/node": "^16.11.26",
29+
"@types/lodash.kebabcase": "^4.1.7",
30+
"@types/node": "^16.11.29",
3131
"chalk": "^4.1.2",
3232
"conventional-changelog-cli": "^2.2.2",
3333
"enquirer": "^2.3.6",
@@ -36,7 +36,7 @@
3636
"globby": "^12.2.0",
3737
"jest": "^27.5.1",
3838
"jest-mock-warn": "^1.1.0",
39-
"lint-staged": "^12.3.7",
39+
"lint-staged": "^12.4.0",
4040
"lodash.kebabcase": "^4.1.1",
4141
"minimist": "^1.2.6",
4242
"p-series": "^3.0.0",
@@ -46,9 +46,9 @@
4646
"rollup": "^2.70.2",
4747
"rollup-plugin-terser": "^7.0.2",
4848
"rollup-plugin-typescript2": "^0.31.2",
49-
"semver": "^7.3.6",
49+
"semver": "^7.3.7",
5050
"typedoc": "^0.22.15",
51-
"typedoc-plugin-markdown": "^3.12.0",
51+
"typedoc-plugin-markdown": "^3.12.1",
5252
"typescript": "^4.6.3",
5353
"yorkie": "^2.0.0"
5454
},

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",
52-
"unbuild": "^0.6.3"
52+
"unbuild": "^0.7.4"
5353
},
5454
"peerDependencies": {
5555
"pinia": "~2.0.9"

0 commit comments

Comments
 (0)