Skip to content

Commit e7b1a9b

Browse files
committed
chore: upgrade deps
1 parent 632798e commit e7b1a9b

5 files changed

Lines changed: 736 additions & 1105 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,28 +53,28 @@
5353
},
5454
"devDependencies": {
5555
"@babel/plugin-transform-runtime": "7.14.3",
56-
"@babel/preset-env": "7.14.2",
56+
"@babel/preset-env": "7.14.4",
5757
"@babel/preset-typescript": "7.13.0",
5858
"@nuxt/test-utils": "0.2.2",
5959
"@nuxt/types": "2.15.6",
6060
"@nuxt/typescript-build": "2.1.0",
6161
"@nuxtjs/eslint-config-typescript": "6.0.1",
6262
"@nuxtjs/tailwindcss": "4.1.2",
6363
"@release-it/conventional-changelog": "2.0.1",
64-
"@sanity/client": "2.8.0",
64+
"@sanity/client": "2.10.5",
6565
"@types/fs-extra": "9.0.11",
6666
"@types/jest": "26.0.23",
6767
"@types/webpack-env": "1.16.0",
6868
"@vue/test-utils": "1.2.0",
69-
"babel-jest": "26.6.3",
69+
"babel-jest": "27.0.2",
7070
"eslint": "7.27.0",
7171
"husky": "6.0.0",
72-
"jest": "26.6.3",
72+
"jest": "27.0.2",
7373
"jest-serializer-vue-tjw": "3.18.0",
7474
"lint-staged": "11.0.0",
7575
"nuxt": "2.15.6",
7676
"playwright": "1.11.1",
77-
"release-it": "14.6.2",
77+
"release-it": "14.7.0",
7878
"siroc": "0.10.1",
7979
"ts-loader": "8.3.0"
8080
},

test/unit/sanity-content.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/**
2+
* @jest-environment jsdom
3+
*/
14
import { mount } from '@vue/test-utils'
25

36
import { SanityContent } from '../../src/components/sanity-content'

test/unit/sanity-file.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/**
2+
* @jest-environment jsdom
3+
*/
14
import { mount } from '@vue/test-utils'
25

36
import { SanityFile } from '../../src/components/sanity-file'

test/unit/sanity-image.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/**
2+
* @jest-environment jsdom
3+
*/
14
import { mount } from '@vue/test-utils'
25

36
import { SanityImage } from '../../src/components/sanity-image'

0 commit comments

Comments
 (0)