Skip to content

Commit a486889

Browse files
committed
like a phoenix from the ashes
1 parent f31af2f commit a486889

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

babel.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@ module.exports = function(api) {
5656
loose: true
5757
}
5858
],
59+
[
60+
"@babel/plugin-proposal-private-property-in-object",
61+
{
62+
"loose": true
63+
}
64+
],
65+
[
66+
"@babel/plugin-proposal-private-methods",
67+
{
68+
"loose": true
69+
}
70+
],
5971
[
6072
'@babel/plugin-proposal-object-rest-spread',
6173
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
1111
"pluralize": "^8.0.0",
1212
"prop-types": "^15.7.2",
13-
"rails_admin": "3.1.1",
13+
"rails_admin": "3.1.2",
1414
"react": "^16.14.0",
1515
"react-dom": "^16.14.0",
1616
"react-simple-format": "^0.3.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,9 +2052,9 @@ caniuse-api@^3.0.0:
20522052
lodash.uniq "^4.5.0"
20532053

20542054
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001449:
2055-
version "1.0.30001695"
2056-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001695.tgz"
2057-
integrity sha512-vHyLade6wTgI2u1ec3WQBxv+2BrTERV28UXQu9LO6lZ9pYeMk34vjXFLOxo1A4UBA8XTL4njRQZdno/yYaSmWw==
2055+
version "1.0.30001716"
2056+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001716.tgz"
2057+
integrity sha512-49/c1+x3Kwz7ZIWt+4DvK3aMJy9oYXXG6/97JKsnjdCk/6n9vVyWL8NAwVt95Lwt9eigI10Hl782kDfZUUlRXw==
20582058

20592059
case-sensitive-paths-webpack-plugin@^2.4.0:
20602060
version "2.4.0"
@@ -6045,10 +6045,10 @@ querystringify@^2.1.1:
60456045
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
60466046
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
60476047

6048-
6049-
version "3.1.1"
6050-
resolved "https://registry.yarnpkg.com/rails_admin/-/rails_admin-3.1.1.tgz#f0ddbdfb44c5cab01e360337a86e1ac5b5c94a6a"
6051-
integrity sha512-d0OAHKF0tM2gfTC9uBKIq0nZJb31mtde7oFmMGbWl/BOPiehffglGQKUtoSUxHBJlBKPiK8k8yiAbfzrf3kaFg==
6048+
6049+
version "3.1.2"
6050+
resolved "https://registry.yarnpkg.com/rails_admin/-/rails_admin-3.1.2.tgz#00d6d85b7a00c89c69b5dbf5f1f4620702626504"
6051+
integrity sha512-uIQHN27lBvlav6s5ppmOtVxKN8GIxyhHuDFc9ZbvWgFknR4zgG4/xEUGzKzQ9R34AEsfZ/t8cZbvtvgj+aXp4A==
60526052
dependencies:
60536053
"@babel/runtime" "^7.16.7"
60546054
"@fortawesome/fontawesome-free" ">=5.15.0 <7.0.0"

0 commit comments

Comments
 (0)