Skip to content

Commit

Permalink
Bump jquery to 1.12.4 (#236)
Browse files Browse the repository at this point in the history
This will allow us to migrate to the latest version of jquery 1.x series.

After we're on 1.9.x we can upgrade to the 3.x series.

I bumped this, and then checked the developer console while clicking
through the various panels offered in FDBT... Everything worked as
expected and I got zero warnings from `jquery-migrate`. So I think it's
safe to pull this in.

This is a pre-requesite to upgrading to the latest version of `jquery`,
as per their docs we have to first bump to `1.9+`, then bump the version
of `jquery-migrate`, then can bump to latest `jquery` version.

While I could do this in a single PR, I thought simpler to do it as a
series of PRs for easier reversion if we later run into problems.

Related:
* #166
  • Loading branch information
jeffwidman authored Apr 13, 2024
1 parent 56beb35 commit c2804c4
Show file tree
Hide file tree
Showing 4 changed files with 11,756 additions and 8 deletions.
Loading

0 comments on commit c2804c4

Please sign in to comment.