Skip to content

Commit 2ad2a97

Browse files
authored
fix: pin kit dependency (#64)
1 parent e10cd96 commit 2ad2a97

File tree

3 files changed

+2543
-1049
lines changed

3 files changed

+2543
-1049
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@
3636
"test": "pnpm lint"
3737
},
3838
"dependencies": {
39-
"@nuxt/kit": "^3.0.0",
40-
"defu": "^6.1.1",
41-
"pathe": "^1.0.0",
42-
"ufo": "^1.0.0",
43-
"web-vitals": "^3.1.0"
39+
"@nuxt/kit": "3.2.3",
40+
"defu": "^6.1.2",
41+
"pathe": "^1.1.0",
42+
"ufo": "^1.1.1",
43+
"web-vitals": "^3.3.0"
4444
},
4545
"devDependencies": {
4646
"@nuxt/module-builder": "^0.2.1",
4747
"@nuxtjs/eslint-config-typescript": "^12.0.0",
48-
"eslint": "^8.28.0",
49-
"nuxt": "^3.0.0",
48+
"eslint": "^8.36.0",
49+
"nuxt": "^3.3.1",
5050
"standard-version": "^9.5.0",
51-
"typescript": "^4.9.3"
51+
"typescript": "^5.0.2"
5252
}
5353
}

playground/nuxt.config.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { defineNuxtConfig } from 'nuxt/config'
2-
31
export default defineNuxtConfig({
42
modules: [
53
'../src/module'

0 commit comments

Comments
 (0)