+49
-5
lines changedFilter options
+49
-5
lines changed Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "vue-tel-input",
3
-
"version": "9.3.0",
3
+
"version": "9.4.0",
4
4
"description": "International Telephone Input with Vue",
5
5
"author": "Steven Dao <iamstevendao@gmail.com>",
6
6
"license": "MIT",
@@ -36,6 +36,7 @@
36
36
"dist"
37
37
],
38
38
"devDependencies": {
39
+
"@types/node": "^22.14.0",
39
40
"@vitejs/plugin-vue": "^5.0.4",
40
41
"@vitest/ui": "^1.4.0",
41
42
"@vue/test-utils": "^2.4.5",
Original file line number Diff line number Diff line change
@@ -4,7 +4,17 @@
4
4
"skipLibCheck": true,
5
5
"module": "ESNext",
6
6
"moduleResolution": "bundler",
7
-
"allowSyntheticDefaultImports": true
7
+
"allowSyntheticDefaultImports": true,
8
+
"types": [
9
+
"node"
10
+
],
11
+
"lib": [
12
+
"ES2015",
13
+
"DOM"
14
+
],
15
+
"target": "ES2015"
8
16
},
9
-
"include": ["vite.config.ts"]
17
+
"include": [
18
+
"vite.config.ts"
19
+
]
10
20
}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4