@willbooster/shared-lib 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +22 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@willbooster/shared-lib",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "WillBooster Inc.",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -21,44 +21,45 @@
|
|
|
21
21
|
},
|
|
22
22
|
"prettier": "@willbooster/prettier-config",
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@babel/core": "7.
|
|
24
|
+
"@babel/core": "7.20.5",
|
|
25
25
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
26
26
|
"@babel/plugin-proposal-numeric-separator": "7.18.6",
|
|
27
|
-
"@babel/plugin-transform-runtime": "7.19.
|
|
28
|
-
"@babel/preset-env": "7.
|
|
27
|
+
"@babel/plugin-transform-runtime": "7.19.6",
|
|
28
|
+
"@babel/preset-env": "7.20.2",
|
|
29
29
|
"@babel/preset-typescript": "7.18.6",
|
|
30
|
-
"@rollup/plugin-commonjs": "
|
|
31
|
-
"@rollup/plugin-json": "
|
|
30
|
+
"@rollup/plugin-commonjs": "23.0.3",
|
|
31
|
+
"@rollup/plugin-json": "5.0.2",
|
|
32
32
|
"@rollup/plugin-node-resolve": "14.1.0",
|
|
33
|
-
"@
|
|
33
|
+
"@rollup/plugin-replace": "5.0.1",
|
|
34
|
+
"@types/babel__core": "7.1.20",
|
|
34
35
|
"@types/babel__preset-env": "7.9.2",
|
|
35
|
-
"@types/eslint": "8.4.
|
|
36
|
+
"@types/eslint": "8.4.10",
|
|
36
37
|
"@types/micromatch": "4.0.2",
|
|
37
38
|
"@types/prettier": "2.7.1",
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
39
|
-
"@typescript-eslint/parser": "5.
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "5.45.0",
|
|
40
|
+
"@typescript-eslint/parser": "5.45.0",
|
|
40
41
|
"@willbooster/babel-configs": "1.3.0",
|
|
41
|
-
"@willbooster/eslint-config-ts": "10.0.
|
|
42
|
+
"@willbooster/eslint-config-ts": "10.0.8",
|
|
42
43
|
"@willbooster/prettier-config": "9.1.1",
|
|
43
|
-
"@willbooster/rollup-configs": "3.0.
|
|
44
|
+
"@willbooster/rollup-configs": "3.0.1",
|
|
44
45
|
"babel-plugin-transform-remove-console": "6.9.4",
|
|
45
|
-
"eslint": "8.
|
|
46
|
+
"eslint": "8.29.0",
|
|
46
47
|
"eslint-config-prettier": "8.5.0",
|
|
47
|
-
"eslint-import-resolver-typescript": "3.5.
|
|
48
|
+
"eslint-import-resolver-typescript": "3.5.2",
|
|
48
49
|
"eslint-plugin-import": "2.26.0",
|
|
49
|
-
"eslint-plugin-sort-class-members": "1.
|
|
50
|
+
"eslint-plugin-sort-class-members": "1.16.0",
|
|
50
51
|
"eslint-plugin-sort-destructure-keys": "1.4.0",
|
|
51
|
-
"eslint-plugin-unicorn": "
|
|
52
|
-
"lint-staged": "13.0.
|
|
52
|
+
"eslint-plugin-unicorn": "45.0.1",
|
|
53
|
+
"lint-staged": "13.0.4",
|
|
53
54
|
"micromatch": "4.0.5",
|
|
54
|
-
"prettier": "2.
|
|
55
|
+
"prettier": "2.8.0",
|
|
55
56
|
"rollup": "2.79.1",
|
|
56
57
|
"rollup-plugin-analyzer": "4.0.0",
|
|
57
|
-
"rollup-plugin-node-externals": "5.0.
|
|
58
|
+
"rollup-plugin-node-externals": "5.0.2",
|
|
58
59
|
"rollup-plugin-terser": "7.0.2",
|
|
59
60
|
"rollup-plugin-ts": "3.0.2",
|
|
60
|
-
"sort-package-json": "2.
|
|
61
|
-
"typescript": "4.
|
|
61
|
+
"sort-package-json": "2.1.0",
|
|
62
|
+
"typescript": "4.9.3"
|
|
62
63
|
},
|
|
63
64
|
"publishConfig": {
|
|
64
65
|
"access": "public"
|