Skip to content

Commit d21304f

Browse files
authored
chore: upgrade all deps (#210)
1 parent fb209e8 commit d21304f

File tree

3 files changed

+1440
-1342
lines changed

3 files changed

+1440
-1342
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,30 +28,30 @@
2828
"test": "yarn lint && yarn build && jest"
2929
},
3030
"dependencies": {
31-
"defu": "5.0.1",
32-
"html-validate": "7.4.0"
31+
"defu": "^5.0.1",
32+
"html-validate": "~7.4.1"
3333
},
3434
"devDependencies": {
3535
"@babel/plugin-transform-runtime": "7.18.10",
36-
"@babel/preset-env": "7.18.10",
36+
"@babel/preset-env": "7.19.0",
3737
"@babel/preset-typescript": "7.18.6",
3838
"@nuxt/test-utils": "0.2.2",
3939
"@nuxt/types": "2.15.8",
40-
"@nuxtjs/eslint-config-typescript": "10.0.0",
41-
"@release-it/conventional-changelog": "5.0.0",
42-
"@types/jest": "28.1.6",
40+
"@nuxtjs/eslint-config-typescript": "11.0.0",
41+
"@release-it/conventional-changelog": "5.1.0",
42+
"@types/jest": "29.0.1",
4343
"babel-eslint": "latest",
44-
"babel-jest": "28.1.3",
45-
"eslint": "8.21.0",
44+
"babel-jest": "29.0.3",
45+
"eslint": "8.23.0",
4646
"husky": "8.0.1",
47-
"jest": "28.1.3",
47+
"jest": "29.0.3",
4848
"lint-staged": "13.0.3",
4949
"nuxt-edge": "2.16.0-27226092.034b9901",
50-
"release-it": "15.3.0",
50+
"release-it": "15.4.1",
5151
"siroc": "0.16.0"
5252
},
5353
"peerDependencies": {
54-
"chalk": "^3.0.0 || ^4.0.0",
54+
"chalk": "^3.0.0 || ^4.0.0 || ^5.0.0",
5555
"consola": "^2.15.0",
5656
"prettier": "^2.1.2"
5757
},

test/__snapshots__/validator.test.ts.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`useValidator returns a valid htmlValidate instance 1`] = `
4-
Array [
5-
Object {
4+
[
5+
{
66
"errorCount": 1,
77
"filePath": "inline",
8-
"messages": Array [
9-
Object {
8+
"messages": [
9+
{
1010
"column": 42,
11-
"context": Object {
11+
"context": {
1212
"ancestor": "<a>",
1313
"child": "<a>",
1414
"kind": "descendant",

0 commit comments

Comments
 (0)