Skip to content

Commit e40e1e7

Browse files
authored
RmJQuery: remove jquery-visible (#1452)
1 parent 4d1acd9 commit e40e1e7

5 files changed

Lines changed: 0 additions & 12 deletions

File tree

app/javascript/application.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import * as bootstrap from "bootstrap";
66

77
window.bootstrap = bootstrap;
88
import "mousetrap";
9-
import "jquery-visible";
109
import _ from "underscore";
1110
import Backbone from "backbone";
1211
import "backbone.nativeview";

bin/build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ esbuild app/javascript/*.ts \
1010
--public-path=/assets \
1111
--alias:jquery=./app/javascript/support/jquery-global.ts \
1212
--alias:bootstrap=./node_modules/bootstrap/dist/js/bootstrap.bundle.js \
13-
--alias:jquery-visible=./node_modules/jquery-visible/jquery.visible.min.js \
1413
"$@"

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"bootstrap": "^5.3.3",
1515
"font-awesome": "4.7.0",
1616
"jquery": "2.2.4",
17-
"jquery-visible": "1.2.0",
1817
"mousetrap": "1.4.6",
1918
"underscore": "1.13.8"
2019
},

pnpm-lock.yaml

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vitest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export default defineConfig({
1818
{find: "jquery", replacement: path.resolve(root, "app/javascript/support/jquery-global.ts")},
1919
{find: "bootstrap", replacement: path.resolve(root, "node_modules/bootstrap/dist/js/bootstrap.js")},
2020
{find: "mousetrap", replacement: path.resolve(root, "node_modules/mousetrap/mousetrap.js")},
21-
{find: "jquery-visible", replacement: path.resolve(root, "node_modules/jquery-visible/jquery.visible.min.js")},
2221
{
2322
find: /^support\//u,
2423
replacement: `${path.resolve(root, "spec/javascript/support")}/`,

0 commit comments

Comments
 (0)