neeto-commons-backend 1.0.101 → 1.0.103
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ffc1d06bb5ac137a49bdd4e09432aa9bc42c415e471b6305e861cb5fe9e47057
|
4
|
+
data.tar.gz: b44bc8aea2d1dffb8a2869c3532372fc6d9401ec1e726b9da5fbc18e5b97f611
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f75b66a5988dd0487d09236256f31b7897ef80a390cf745a5c3a694468c8dc6bcceecec3f1172e0086c19b26594ce3cd1114ae4e39ba3c4164dbf4a2d50022b5
|
7
|
+
data.tar.gz: 44de4cbb6caaf6fdc9f6daff14586bdfa029e0040b6fe95c01b9a8b0d7fe8b7cdf20d0fa82d5943e6b77307b97ad07eea98d0743aa7bb7ea83ae82885027c61b
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
neeto-commons-backend (1.0.
|
4
|
+
neeto-commons-backend (1.0.103)
|
5
5
|
actionview
|
6
6
|
bullet
|
7
7
|
database_cleaner
|
@@ -25,14 +25,14 @@ PATH
|
|
25
25
|
GEM
|
26
26
|
remote: https://O6Ts9-SVDaUZpHMRs2CpJp22RwbETDE@gems.neeto.com/
|
27
27
|
specs:
|
28
|
-
neeto-compliance (1.0.
|
28
|
+
neeto-compliance (1.0.61)
|
29
29
|
colorize
|
30
30
|
deep_merge
|
31
31
|
hashdiff
|
32
32
|
json (~> 2.6.2)
|
33
33
|
neeto-email-prefixer (1.0.9)
|
34
34
|
rails (>= 4.0)
|
35
|
-
neeto-mail-interceptor (1.0.
|
35
|
+
neeto-mail-interceptor (1.0.49)
|
36
36
|
activesupport (>= 7)
|
37
37
|
aws-sdk-dynamodb (= 1.80)
|
38
38
|
zerobounce (~> 0.2.2)
|
@@ -110,7 +110,7 @@ GEM
|
|
110
110
|
ansi (1.5.0)
|
111
111
|
ast (2.4.2)
|
112
112
|
aws-eventstream (1.2.0)
|
113
|
-
aws-partitions (1.
|
113
|
+
aws-partitions (1.771.0)
|
114
114
|
aws-sdk-core (3.173.1)
|
115
115
|
aws-eventstream (~> 1, >= 1.0.2)
|
116
116
|
aws-partitions (~> 1, >= 1.651.0)
|
@@ -28,7 +28,7 @@
|
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
30
|
"@babel/eslint-parser": "7.17.0",
|
31
|
-
"@bigbinary/eslint-plugin-neeto": "1.0.
|
31
|
+
"@bigbinary/eslint-plugin-neeto": "1.0.48",
|
32
32
|
"eslint": "8.14.0",
|
33
33
|
"eslint-config-prettier": "8.5.0",
|
34
34
|
"eslint-plugin-cypress": "2.12.1",
|
@@ -57,8 +57,8 @@
|
|
57
57
|
"@bigbinary/neeto-editor": "1.26.13",
|
58
58
|
"@bigbinary/neeto-filters-frontend": "2.11.6",
|
59
59
|
"@bigbinary/neeto-icons": "1.11.0",
|
60
|
-
"@bigbinary/neeto-commons-frontend": "2.0.
|
61
|
-
"@bigbinary/neeto-molecules": "1.0.
|
60
|
+
"@bigbinary/neeto-commons-frontend": "2.0.74",
|
61
|
+
"@bigbinary/neeto-molecules": "1.0.31",
|
62
62
|
"@bigbinary/neeto-tags-frontend": "1.1.5",
|
63
63
|
"@honeybadger-io/react": "2.0.1",
|
64
64
|
"antd": "4.24.3",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"dependencies": {
|
19
19
|
"@babel/core": "^7.19.1",
|
20
20
|
"@babel/preset-env": "7.17.10",
|
21
|
-
"@bigbinary/neeto-commons-frontend": "2.0.
|
21
|
+
"@bigbinary/neeto-commons-frontend": "2.0.74",
|
22
22
|
"@cypress/code-coverage": "^3.10.0",
|
23
23
|
"@cypress/grep": "3.1.1",
|
24
24
|
"@cypress/webpack-preprocessor": "^5.11.1",
|
data/package.json
CHANGED
@@ -8,8 +8,8 @@
|
|
8
8
|
"@babel/plugin-transform-runtime": "7.17.10",
|
9
9
|
"@babel/preset-env": "7.17.10",
|
10
10
|
"@babel/preset-react": "7.16.7",
|
11
|
-
"@bigbinary/eslint-plugin-neeto": "1.0.
|
12
|
-
"@bigbinary/neeto-commons-frontend": "2.0.
|
11
|
+
"@bigbinary/eslint-plugin-neeto": "1.0.48",
|
12
|
+
"@bigbinary/neeto-commons-frontend": "2.0.74",
|
13
13
|
"eslint": "8.14.0",
|
14
14
|
"eslint-config-prettier": "8.5.0",
|
15
15
|
"eslint-plugin-cypress": "2.12.1",
|
data/yarn.lock
CHANGED
@@ -967,15 +967,15 @@
|
|
967
967
|
"@babel/helper-validator-identifier" "^7.18.6"
|
968
968
|
to-fast-properties "^2.0.0"
|
969
969
|
|
970
|
-
"@bigbinary/eslint-plugin-neeto@1.0.
|
971
|
-
version "1.0.
|
972
|
-
resolved "https://registry.yarnpkg.com/@bigbinary/eslint-plugin-neeto/-/eslint-plugin-neeto-1.0.
|
973
|
-
integrity sha512-
|
974
|
-
|
975
|
-
"@bigbinary/neeto-commons-frontend@2.0.
|
976
|
-
version "2.0.
|
977
|
-
resolved "https://registry.yarnpkg.com/@bigbinary/neeto-commons-frontend/-/neeto-commons-frontend-2.0.
|
978
|
-
integrity sha512-
|
970
|
+
"@bigbinary/eslint-plugin-neeto@1.0.48":
|
971
|
+
version "1.0.48"
|
972
|
+
resolved "https://registry.yarnpkg.com/@bigbinary/eslint-plugin-neeto/-/eslint-plugin-neeto-1.0.48.tgz#a4003e9653ec0a08c2c9bc0a06c476319dbcc8e0"
|
973
|
+
integrity sha512-P5DVjX7wy/oLxgEq4ocCWO3UlWHzalya/UtTnEnSezaNSUlanysNfFOClXhLrNv5F+RRHVY5tAMiwo4+7JlGBQ==
|
974
|
+
|
975
|
+
"@bigbinary/neeto-commons-frontend@2.0.74":
|
976
|
+
version "2.0.74"
|
977
|
+
resolved "https://registry.yarnpkg.com/@bigbinary/neeto-commons-frontend/-/neeto-commons-frontend-2.0.74.tgz#ee0c74c420ad4fa1ad78d4c58108e8b03bcc28b2"
|
978
|
+
integrity sha512-jgtGBo8uHQIkfGPhLt/8KR/z7ryQU+msUyGCFeBc/QLYuZr9OpqM5WzHF0CPp44Tt3tjHiJZSa4+gCDq3gxfWg==
|
979
979
|
|
980
980
|
"@eslint/eslintrc@^1.2.2":
|
981
981
|
version "1.3.0"
|