proto-table-wc 0.0.463 → 0.0.465
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "proto-table-wc",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.465",
|
4
4
|
"description": "Stencil Component Starter",
|
5
5
|
"main": "dist/index.cjs.js",
|
6
6
|
"module": "dist/index.js",
|
@@ -30,9 +30,9 @@
|
|
30
30
|
"devDependencies": {
|
31
31
|
"cspell": "8.1.3",
|
32
32
|
"eslint": "8.55.0",
|
33
|
-
"prettier": "3.1.
|
33
|
+
"prettier": "3.1.1",
|
34
34
|
"tslint": "6.1.3",
|
35
|
-
"typescript": "5.3.
|
35
|
+
"typescript": "5.3.3"
|
36
36
|
},
|
37
37
|
"license": "MIT"
|
38
38
|
}
|