@modusoperandi/licit 0.14.17 → 0.14.18
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/.babelrc +0 -4
- package/.github/dependabot.yml +17 -0
- package/babel.config.json +0 -4
- package/dist/bom.xml +68268 -14660
- package/package.json +10 -5
package/.babelrc
CHANGED
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
],
|
|
30
30
|
"@babel/plugin-syntax-dynamic-import",
|
|
31
31
|
"@babel/plugin-syntax-import-meta",
|
|
32
|
-
"@babel/plugin-proposal-json-strings",
|
|
33
32
|
[
|
|
34
33
|
"@babel/plugin-proposal-decorators",
|
|
35
34
|
{
|
|
@@ -38,17 +37,14 @@
|
|
|
38
37
|
],
|
|
39
38
|
"@babel/plugin-proposal-function-sent",
|
|
40
39
|
"@babel/plugin-proposal-export-namespace-from",
|
|
41
|
-
"@babel/plugin-proposal-numeric-separator",
|
|
42
40
|
"@babel/plugin-proposal-throw-expressions",
|
|
43
41
|
"@babel/plugin-proposal-logical-assignment-operators",
|
|
44
|
-
"@babel/plugin-proposal-optional-chaining",
|
|
45
42
|
[
|
|
46
43
|
"@babel/plugin-proposal-pipeline-operator",
|
|
47
44
|
{
|
|
48
45
|
"proposal": "minimal"
|
|
49
46
|
}
|
|
50
47
|
],
|
|
51
|
-
"@babel/plugin-proposal-nullish-coalescing-operator",
|
|
52
48
|
"@babel/plugin-proposal-do-expressions"
|
|
53
49
|
]
|
|
54
50
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# To get started with Dependabot version updates, you'll need to specify which
|
|
2
|
+
# package ecosystems to update and where the package manifests are located.
|
|
3
|
+
# Please see the documentation for all configuration options:
|
|
4
|
+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
5
|
+
|
|
6
|
+
version: 2
|
|
7
|
+
updates:
|
|
8
|
+
- package-ecosystem: "npm" # See documentation for possible values
|
|
9
|
+
directory: "/" # Location of package manifests
|
|
10
|
+
schedule:
|
|
11
|
+
interval: "weekly"
|
|
12
|
+
# Raise pull requests for version updates
|
|
13
|
+
# to npm against the `develop` branch
|
|
14
|
+
target-branch: "develop"
|
|
15
|
+
# Labels on pull requests for security and version updates
|
|
16
|
+
labels:
|
|
17
|
+
- "npm dependencies"
|
package/babel.config.json
CHANGED
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
],
|
|
30
30
|
"@babel/plugin-syntax-dynamic-import",
|
|
31
31
|
"@babel/plugin-syntax-import-meta",
|
|
32
|
-
"@babel/plugin-proposal-json-strings",
|
|
33
32
|
[
|
|
34
33
|
"@babel/plugin-proposal-decorators",
|
|
35
34
|
{
|
|
@@ -38,17 +37,14 @@
|
|
|
38
37
|
],
|
|
39
38
|
"@babel/plugin-proposal-function-sent",
|
|
40
39
|
"@babel/plugin-proposal-export-namespace-from",
|
|
41
|
-
"@babel/plugin-proposal-numeric-separator",
|
|
42
40
|
"@babel/plugin-proposal-throw-expressions",
|
|
43
41
|
"@babel/plugin-proposal-logical-assignment-operators",
|
|
44
|
-
"@babel/plugin-proposal-optional-chaining",
|
|
45
42
|
[
|
|
46
43
|
"@babel/plugin-proposal-pipeline-operator",
|
|
47
44
|
{
|
|
48
45
|
"proposal": "minimal"
|
|
49
46
|
}
|
|
50
47
|
],
|
|
51
|
-
"@babel/plugin-proposal-nullish-coalescing-operator",
|
|
52
48
|
"@babel/plugin-proposal-do-expressions"
|
|
53
49
|
]
|
|
54
50
|
}
|