Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit d8d16d4

Browse files
committed
chore: upgrade @vue/composition-api
1 parent 93a0ee3 commit d8d16d4

File tree

2 files changed

+681
-669
lines changed

2 files changed

+681
-669
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"watch": "yarn build -w"
6363
},
6464
"dependencies": {
65-
"@vue/composition-api": "1.0.0-rc.9",
65+
"@vue/composition-api": "1.0.0-rc.10",
6666
"defu": "^5.0.0",
6767
"estree-walker": "^2.0.2",
6868
"fs-extra": "^9.1.0",
@@ -83,30 +83,31 @@
8383
"@types/fs-extra": "^9.0.11",
8484
"@types/jest": "^26.0.23",
8585
"@types/normalize-path": "^3.0.0",
86-
"@typescript-eslint/eslint-plugin": "^4.24.0",
87-
"@typescript-eslint/parser": "^4.24.0",
86+
"@typescript-eslint/eslint-plugin": "^4.25.0",
87+
"@typescript-eslint/parser": "^4.25.0",
8888
"babel-loader": "^8.2.2",
8989
"codecov": "^3.8.2",
90-
"core-js": "3.12.1",
90+
"core-js": "3.13.0",
9191
"cross-env": "^7.0.3",
9292
"eslint": "^7.27.0",
9393
"eslint-config-prettier": "^8.3.0",
9494
"eslint-plugin-jest": "^24.3.6",
9595
"eslint-plugin-prettier": "^3.4.0",
9696
"eslint-plugin-promise": "^5.1.0",
9797
"http-server": "^0.12.3",
98-
"jest": "^26.6.3",
98+
"jest": "^27.0.1",
9999
"lint-staged": "^11.0.0",
100100
"npm-run-all": "^4.1.5",
101101
"nuxt": "^2.15.6",
102102
"prettier": "^2.3.0",
103-
"release-it": "14.6.2",
103+
"release-it": "14.7.0",
104104
"rimraf": "^3.0.2",
105105
"siroc": "0.10.1",
106106
"start-server-and-test": "^1.12.3",
107107
"testcafe": "1.14.2",
108+
"ts-loader": "^8.3.0",
108109
"tsd": "^0.15.1",
109-
"typescript": "4.2.4",
110+
"typescript": "4.3.2",
110111
"yorkie": "^2.0.0"
111112
},
112113
"peerDependencies": {

0 commit comments

Comments
 (0)