From a4868893c81f5106cd7bb06d31faa645692649f6 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Thu, 1 May 2025 00:51:46 -0700 Subject: [PATCH] like a phoenix from the ashes --- babel.config.js | 12 ++++++++++++ package.json | 2 +- yarn.lock | 14 +++++++------- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/babel.config.js b/babel.config.js index c341fb29..8a19dba1 100644 --- a/babel.config.js +++ b/babel.config.js @@ -56,6 +56,18 @@ module.exports = function(api) { loose: true } ], + [ + "@babel/plugin-proposal-private-property-in-object", + { + "loose": true + } + ], + [ + "@babel/plugin-proposal-private-methods", + { + "loose": true + } + ], [ '@babel/plugin-proposal-object-rest-spread', { diff --git a/package.json b/package.json index 9160f6bf..45fc1329 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "pluralize": "^8.0.0", "prop-types": "^15.7.2", - "rails_admin": "3.1.1", + "rails_admin": "3.1.2", "react": "^16.14.0", "react-dom": "^16.14.0", "react-simple-format": "^0.3.0", diff --git a/yarn.lock b/yarn.lock index 43295980..06997ce4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2052,9 +2052,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001449: - version "1.0.30001695" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001695.tgz" - integrity sha512-vHyLade6wTgI2u1ec3WQBxv+2BrTERV28UXQu9LO6lZ9pYeMk34vjXFLOxo1A4UBA8XTL4njRQZdno/yYaSmWw== + version "1.0.30001716" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001716.tgz" + integrity sha512-49/c1+x3Kwz7ZIWt+4DvK3aMJy9oYXXG6/97JKsnjdCk/6n9vVyWL8NAwVt95Lwt9eigI10Hl782kDfZUUlRXw== case-sensitive-paths-webpack-plugin@^2.4.0: version "2.4.0" @@ -6045,10 +6045,10 @@ querystringify@^2.1.1: resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== -rails_admin@3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/rails_admin/-/rails_admin-3.1.1.tgz#f0ddbdfb44c5cab01e360337a86e1ac5b5c94a6a" - integrity sha512-d0OAHKF0tM2gfTC9uBKIq0nZJb31mtde7oFmMGbWl/BOPiehffglGQKUtoSUxHBJlBKPiK8k8yiAbfzrf3kaFg== +rails_admin@3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/rails_admin/-/rails_admin-3.1.2.tgz#00d6d85b7a00c89c69b5dbf5f1f4620702626504" + integrity sha512-uIQHN27lBvlav6s5ppmOtVxKN8GIxyhHuDFc9ZbvWgFknR4zgG4/xEUGzKzQ9R34AEsfZ/t8cZbvtvgj+aXp4A== dependencies: "@babel/runtime" "^7.16.7" "@fortawesome/fontawesome-free" ">=5.15.0 <7.0.0"