diff --git a/Gemfile.lock b/Gemfile.lock index 293424f3d..84055b2c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -507,7 +507,7 @@ GEM mini_magick (4.12.0) mini_mime (1.1.2) mini_portile2 (2.8.4) - minitest (5.19.0) + minitest (5.18.1) modis (4.0.1) activemodel (>= 5.2) activesupport (>= 5.2) @@ -883,7 +883,7 @@ GEM dante (>= 0.2.0) multi_json (~> 1.0) stripe (> 5, < 6) - strong_migrations (1.6.0) + strong_migrations (1.5.0) activerecord (>= 5.2) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) diff --git a/package.json b/package.json index a0a3fd135..7f9c5becb 100644 --- a/package.json +++ b/package.json @@ -44,10 +44,14 @@ "devDependencies": { "@babel/eslint-parser": "^7.19.1", "@babel/plugin-proposal-decorators": "^7.22.5", + "@cypress/code-coverage": "^3.11.0", + "@etchteam/storybook-addon-css-variables-theme": "^1.5.1", "@faker-js/faker": "^7.6.0", "@knapsack-pro/cypress": "^5.6.0", "@storybook/addon-a11y": "^6.5.16", "@storybook/addon-actions": "^6.5.16", + "@storybook/addon-backgrounds": "^6.5.16", + "@storybook/addon-controls": "^6.5.16", "@storybook/addon-docs": "^6.5.16", "@storybook/addon-knobs": "^6.4.0", "@storybook/addon-storysource": "^6.5.16", @@ -107,8 +111,6 @@ "@babel/plugin-transform-react-jsx": "^7.22.5", "@babel/preset-env": "^7.22.9", "@babel/preset-typescript": "^7.22.5", - "@cypress/code-coverage": "^3.11.0", - "@etchteam/storybook-addon-css-variables-theme": "^1.5.1", "@github/time-elements": "3.1.2", "@honeybadger-io/js": "^5.4.1", "@honeybadger-io/webpack": "^1.5.1", @@ -116,8 +118,6 @@ "@hotwired/stimulus-webpack-helpers": "1.0.1", "@rails/ujs": "7.0.3", "@rails/webpacker": "5.4.3", - "@storybook/addon-backgrounds": "^6.5.16", - "@storybook/addon-controls": "^6.5.16", "ahoy.js": "^0.4.3", "autoprefixer": "^10.4.14", "babel-plugin-inline-react-svg": "^2.0.2", diff --git a/vendor/cache/minitest-5.18.1.gem b/vendor/cache/minitest-5.18.1.gem new file mode 100644 index 000000000..a91b864e2 Binary files /dev/null and b/vendor/cache/minitest-5.18.1.gem differ diff --git a/vendor/cache/minitest-5.19.0.gem b/vendor/cache/minitest-5.19.0.gem deleted file mode 100644 index 2b14e41e2..000000000 Binary files a/vendor/cache/minitest-5.19.0.gem and /dev/null differ diff --git a/vendor/cache/strong_migrations-1.5.0.gem b/vendor/cache/strong_migrations-1.5.0.gem new file mode 100644 index 000000000..460050a66 Binary files /dev/null and b/vendor/cache/strong_migrations-1.5.0.gem differ diff --git a/vendor/cache/strong_migrations-1.6.0.gem b/vendor/cache/strong_migrations-1.6.0.gem deleted file mode 100644 index d1d03ed5c..000000000 Binary files a/vendor/cache/strong_migrations-1.6.0.gem and /dev/null differ