|
62 | 62 | "watch": "yarn build -w" |
63 | 63 | }, |
64 | 64 | "dependencies": { |
65 | | - "@vue/composition-api": "1.0.0-rc.10", |
| 65 | + "@vue/composition-api": "1.0.0-rc.11", |
66 | 66 | "defu": "^5.0.0", |
67 | 67 | "estree-walker": "^2.0.2", |
68 | 68 | "fs-extra": "^9.1.0", |
|
79 | 79 | "@nuxt/typescript-build": "^2.1.0", |
80 | 80 | "@nuxtjs/module-test-utils": "^1.6.3", |
81 | 81 | "@nuxtjs/pwa": "^3.3.5", |
82 | | - "@release-it/conventional-changelog": "^2.0.1", |
| 82 | + "@release-it/conventional-changelog": "^3.0.0", |
83 | 83 | "@types/fs-extra": "^9.0.11", |
84 | 84 | "@types/jest": "^26.0.23", |
85 | 85 | "@types/normalize-path": "^3.0.0", |
86 | | - "@typescript-eslint/eslint-plugin": "^4.26.0", |
87 | | - "@typescript-eslint/parser": "^4.26.0", |
| 86 | + "@typescript-eslint/eslint-plugin": "^4.26.1", |
| 87 | + "@typescript-eslint/parser": "^4.26.1", |
88 | 88 | "babel-loader": "^8.2.2", |
89 | 89 | "codecov": "^3.8.2", |
90 | | - "core-js": "3.13.1", |
| 90 | + "core-js": "3.14.0", |
91 | 91 | "cross-env": "^7.0.3", |
92 | | - "eslint": "^7.27.0", |
| 92 | + "eslint": "^7.28.0", |
93 | 93 | "eslint-config-prettier": "^8.3.0", |
94 | 94 | "eslint-plugin-jest": "^24.3.6", |
95 | 95 | "eslint-plugin-prettier": "^3.4.0", |
96 | 96 | "eslint-plugin-promise": "^5.1.0", |
97 | 97 | "http-server": "^0.12.3", |
98 | | - "jest": "^27.0.3", |
| 98 | + "jest": "^27.0.4", |
99 | 99 | "lint-staged": "^11.0.0", |
100 | 100 | "npm-run-all": "^4.1.5", |
101 | 101 | "nuxt": "^2.15.6", |
102 | | - "prettier": "^2.3.0", |
103 | | - "release-it": "14.7.0", |
| 102 | + "prettier": "^2.3.1", |
| 103 | + "release-it": "14.8.0", |
104 | 104 | "rimraf": "^3.0.2", |
105 | 105 | "siroc": "0.11.0", |
106 | | - "start-server-and-test": "^1.12.3", |
| 106 | + "start-server-and-test": "^1.12.5", |
107 | 107 | "testcafe": "1.14.2", |
108 | 108 | "ts-loader": "^8.3.0", |
109 | | - "tsd": "^0.16.0", |
| 109 | + "tsd": "^0.17.0", |
110 | 110 | "typescript": "4.3.2", |
111 | 111 | "yorkie": "^2.0.0" |
112 | 112 | }, |
|
0 commit comments