|
49 | 49 | "test:types": "tsc --build tsconfig.json"
|
50 | 50 | },
|
51 | 51 | "peerDependencies": {
|
52 |
| - "@vue/server-renderer": "^3.0.5", |
| 52 | + "@vue/server-renderer": "^3.0.6", |
53 | 53 | "vue": "^3.0.0"
|
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 |
| - "@babel/core": "^7.12.16", |
57 |
| - "@babel/plugin-transform-modules-commonjs": "^7.12.13", |
58 |
| - "@babel/preset-typescript": "^7.12.16", |
| 56 | + "@babel/core": "^7.13.8", |
| 57 | + "@babel/plugin-transform-modules-commonjs": "^7.13.8", |
| 58 | + "@babel/preset-typescript": "^7.13.0", |
59 | 59 | "@nuxtjs/eslint-config-typescript": "^5.0.0",
|
60 | 60 | "@rollup/plugin-alias": "^3.1.2",
|
61 | 61 | "@rollup/plugin-commonjs": "^17.1.0",
|
62 | 62 | "@rollup/plugin-node-resolve": "^11.2.0",
|
63 |
| - "@rollup/plugin-replace": "^2.3.4", |
| 63 | + "@rollup/plugin-replace": "^2.4.1", |
64 | 64 | "@types/webpack": "^4.41.26",
|
65 | 65 | "@types/webpack-env": "^1.16.0",
|
66 |
| - "@typescript-eslint/eslint-plugin": "^4.15.0", |
67 |
| - "@typescript-eslint/parser": "^4.15.0", |
68 |
| - "@vue/compiler-sfc": "^3.0.5", |
69 |
| - "@vue/server-renderer": "^3.0.5", |
| 66 | + "@typescript-eslint/eslint-plugin": "^4.15.2", |
| 67 | + "@typescript-eslint/parser": "^4.15.2", |
| 68 | + "@vue/compiler-sfc": "^3.0.6", |
| 69 | + "@vue/server-renderer": "^3.0.6", |
70 | 70 | "@vue/server-test-utils": "^1.1.3",
|
71 | 71 | "@vue/test-utils": "^1.1.3",
|
72 | 72 | "@wishy-gift/html-include-chunks-webpack-plugin": "^0.1.5",
|
|
80 | 80 | "chromedriver": "^88.0.0",
|
81 | 81 | "codecov": "^3.8.1",
|
82 | 82 | "consola": "^2.15.3",
|
83 |
| - "eslint": "^7.20.0", |
| 83 | + "eslint": "^7.21.0", |
84 | 84 | "express-urlrewrite": "^1.4.0",
|
85 | 85 | "geckodriver": "^1.22.1",
|
86 |
| - "html-webpack-plugin": "^5.1.0", |
| 86 | + "html-webpack-plugin": "^5.2.0", |
87 | 87 | "jest": "^26.6.3",
|
88 | 88 | "jest-environment-jsdom": "^26.6.2",
|
89 | 89 | "jest-environment-jsdom-global": "^2.0.4",
|
90 | 90 | "jiti": "^1.3.0",
|
91 | 91 | "jsdom": "^16.4.0",
|
92 |
| - "lodash": "^4.17.20", |
| 92 | + "lodash": "^4.17.21", |
93 | 93 | "node-env-file": "^0.1.8",
|
94 |
| - "puppeteer-core": "^7.1.0", |
| 94 | + "puppeteer-core": "^8.0.0", |
95 | 95 | "rimraf": "^3.0.2",
|
96 |
| - "rollup": "^2.39.0", |
| 96 | + "rollup": "^2.40.0", |
97 | 97 | "rollup-plugin-dts": "^2.0.1",
|
98 | 98 | "rollup-plugin-terser": "^7.0.2",
|
99 |
| - "rollup-plugin-typescript2": "^0.29.0", |
100 |
| - "selenium-webdriver": "^4.0.0-alpha.8", |
101 |
| - "standard-version": "^9.1.0", |
| 99 | + "rollup-plugin-typescript2": "^0.30.0", |
| 100 | + "selenium-webdriver": "^4.0.0-beta.1", |
| 101 | + "standard-version": "^9.1.1", |
102 | 102 | "tib": "^0.7.5",
|
103 |
| - "ts-jest": "^26.5.1", |
| 103 | + "ts-jest": "^26.5.2", |
104 | 104 | "ts-loader": "^8.0.17",
|
105 |
| - "typescript": "^4.1.5", |
| 105 | + "typescript": "^4.2.2", |
106 | 106 | "vite": "^2.0.4",
|
107 | 107 | "vue": "^3.0.5",
|
108 | 108 | "vue-jest": "^3.0.7",
|
109 | 109 | "vue-loader": "^16.0.0",
|
110 | 110 | "vue-router": "next",
|
111 |
| - "webpack": "^5.21.2", |
| 111 | + "webpack": "^5.24.2", |
112 | 112 | "webpack-bundle-analyzer": "^4.4.0",
|
113 | 113 | "webpack-cli": "^4.5.0",
|
114 | 114 | "webpack-dev-server": "^3.11.2",
|
|
0 commit comments