Skip to content

Commit 527360c

Browse files
committed
chore: up deps
1 parent 57efce6 commit 527360c

File tree

3 files changed

+23
-33
lines changed

3 files changed

+23
-33
lines changed

__tests__/RouterView.spec.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,6 @@ describe('RouterView', () => {
424424
},
425425
})
426426

427-
// FIXME: the slot default is causing a warning with VTU
428-
// https://github.com/vuejs/vue-test-utils-next/issues/549
429-
expect('').toHaveBeenWarned()
430-
431427
return { route, wrapper }
432428
}
433429

@@ -459,9 +455,6 @@ describe('RouterView', () => {
459455
},
460456
})
461457

462-
// FIXME: check comment above
463-
expect('').toHaveBeenWarned()
464-
465458
return { route, wrapper }
466459
}
467460

@@ -495,9 +488,6 @@ describe('RouterView', () => {
495488
},
496489
})
497490

498-
// FIXME: check comment above
499-
expect('').toHaveBeenWarned()
500-
501491
return { route, wrapper }
502492
}
503493

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,22 +91,22 @@
9191
"jest": "^26.6.1",
9292
"jest-mock-warn": "^1.1.0",
9393
"lint-staged": "^11.0.0",
94-
"nightwatch": "^1.7.3",
94+
"nightwatch": "^1.7.5",
9595
"nightwatch-helpers": "^1.2.0",
9696
"prettier": "^2.3.1",
97-
"rollup": "^2.51.2",
97+
"rollup": "^2.52.2",
9898
"rollup-plugin-terser": "^7.0.2",
9999
"rollup-plugin-typescript2": "^0.30.0",
100100
"selenium-server": "^3.141.59",
101101
"serve-handler": "^6.1.3",
102102
"style-loader": "^2.0.0",
103103
"ts-loader": "^9.2.3",
104104
"ts-node": "^10.0.0",
105-
"typescript": "^4.2.3",
105+
"typescript": "^4.3.4",
106106
"vitepress": "^0.14.1",
107107
"vue": "^3.0.7",
108108
"vue-loader": "^16.1.2",
109-
"webpack": "^5.38.1",
109+
"webpack": "^5.39.1",
110110
"webpack-bundle-analyzer": "^4.4.0",
111111
"webpack-cli": "^4.7.2",
112112
"webpack-dev-server": "^3.11.2",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,9 +1143,9 @@
11431143
integrity sha512-g+4pzAw7PYSjARtLBoDq6DmcblX8i9KJHSCnyM5VDDFFifUaUT9iHbFpOF/KOizQ9f7QAqU2JH3Y6aXjzUMhVA==
11441144

11451145
"@vue/test-utils@^2.0.0-rc.3":
1146-
version "2.0.0-rc.6"
1147-
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.0.0-rc.6.tgz#d0aac24d20450d379e183f70542c0822670b8783"
1148-
integrity sha512-0cnQBVH589PwgqWpyv1fgCAz+9Ram/MsvN3ZEAEVXi1aPuhUa22EudGc0WezQ9PKwR+L40NrBmt3JBXE2tSRRQ==
1146+
version "2.0.0-rc.8"
1147+
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.0.0-rc.8.tgz#9e9567fdc5ced8b77f81981bb83b98938d2411e0"
1148+
integrity sha512-D06/y5N08QsfwlN7MwjSDI069Vv8L6BLjdHz6wvu+uXtGuTkhbzkmzHWIXHU+lrvi3b6FoQDpYsTiHmdQJbYaw==
11491149

11501150
"@webassemblyjs/[email protected]":
11511151
version "1.11.0"
@@ -6171,10 +6171,10 @@ nightwatch-helpers@^1.2.0:
61716171
resolved "https://registry.yarnpkg.com/nightwatch-helpers/-/nightwatch-helpers-1.2.0.tgz#cdefeb7635074a141825a7b6d1b955b6d7810a0f"
61726172
integrity sha1-ze/rdjUHShQYJae20blVtteBCg8=
61736173

6174-
nightwatch@^1.7.3:
6175-
version "1.7.3"
6176-
resolved "https://registry.yarnpkg.com/nightwatch/-/nightwatch-1.7.3.tgz#0a924be207a46aa9e8c97f08b4cf41da486727b3"
6177-
integrity sha512-8haEi+FhJfjB3bfhsmNhGrllhFsLz+Ax+xxLbJ1vvyKPH27XgQQQ3UbYXAq2kvj+TiyfT4nHeHLKEwRvVeY3kA==
6174+
nightwatch@^1.7.5:
6175+
version "1.7.6"
6176+
resolved "https://registry.yarnpkg.com/nightwatch/-/nightwatch-1.7.6.tgz#6b76be0893a354f373b40bdbbb126254f8f9b7de"
6177+
integrity sha512-hObbZqPJ/OmPXnY2fSolJu2Ocb00uw4DflJb1HvNOzkVHG2beFxil6UwXJUUgvCWavwujBiH3XWYDbjKv1/2/Q==
61786178
dependencies:
61796179
assertion-error "^1.1.0"
61806180
chai-nightwatch "^0.4.0"
@@ -7457,10 +7457,10 @@ rollup@^2.38.5:
74577457
optionalDependencies:
74587458
fsevents "~2.3.1"
74597459

7460-
rollup@^2.51.2:
7461-
version "2.52.0"
7462-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.52.0.tgz#9df3de6028fae79569a985942b81110205a5a411"
7463-
integrity sha512-lSkBDGsVoXjqaBf7dsHwxBJz+p+hJEP72P+LOitA0yVs+Nzxj76FidkZE2thrmhjwGqLYiJo39opi7mAfaQ/Vg==
7460+
rollup@^2.52.2:
7461+
version "2.52.2"
7462+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.52.2.tgz#a7e90d10ddae3e8472c2857bd9f44b09ef34a47a"
7463+
integrity sha512-4RlFC3k2BIHlUsJ9mGd8OO+9Lm2eDF5P7+6DNQOp5sx+7N/1tFM01kELfbxlMX3MxT6owvLB1ln4S3QvvQlbUA==
74647464
optionalDependencies:
74657465
fsevents "~2.3.2"
74667466

@@ -8650,10 +8650,10 @@ typedarray-to-buffer@^3.1.5:
86508650
dependencies:
86518651
is-typedarray "^1.0.0"
86528652

8653-
typescript@^4.2.3:
8654-
version "4.3.2"
8655-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
8656-
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
8653+
typescript@^4.3.4:
8654+
version "4.3.4"
8655+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
8656+
integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==
86578657

86588658
typescript@~3.7.2:
86598659
version "3.7.7"
@@ -9074,10 +9074,10 @@ webpack@^5:
90749074
watchpack "^2.2.0"
90759075
webpack-sources "^2.3.0"
90769076

9077-
webpack@^5.38.1:
9078-
version "5.39.0"
9079-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.39.0.tgz#37d6899f1f40c31d5901abc0f39bc8cc7224138c"
9080-
integrity sha512-25CHmuDj+oOTyteI13sUqNlCnjCnySuhiKWE/cRYPQYeoQ3ijHgyWX27CiyUKLNGq27v8S0mrksyTreT/xo7pg==
9077+
webpack@^5.39.1:
9078+
version "5.39.1"
9079+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.39.1.tgz#d1e014b6d71e1aef385316ad528f21cd5b1f9784"
9080+
integrity sha512-ulOvoNCh2PvTUa+zbpRuEb1VPeQnhxpnHleMPVVCq3QqnaFogjsLyps+o42OviQFoaGtTQYrUqDXu1QNkvUPzw==
90819081
dependencies:
90829082
"@types/eslint-scope" "^3.7.0"
90839083
"@types/estree" "^0.0.47"

0 commit comments

Comments
 (0)