Skip to content

Commit

Permalink
revert changes to validator and popperjs importmap
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyThiessen committed Jan 13, 2025
1 parent ef00f5a commit 53a1edf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions config/importmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
pin '@hotwired/stimulus', to: 'stimulus.min.js', preload: true
pin '@hotwired/stimulus-loading', to: 'stimulus-loading.js', preload: true
pin 'flowbite', to: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/flowbite.turbo.min.js'
pin '@popperjs/core', to: '@popperjs--core.js' # @2.11.7
pin '@popperjs/core', to: 'https://ga.jspm.io/npm:@popperjs/[email protected]/dist/esm/index.js'
pin '@sindresorhus/slugify', to: '@sindresorhus--slugify.js' # @2.2.1
pin '@sindresorhus/transliterate', to: '@sindresorhus--transliterate.js' # @1.6.0
pin 'escape-string-regexp' # @5.0.0
pin '@rails/activestorage', to: '@rails--activestorage.js' # @7.2.201
pin_all_from 'app/javascript/controllers', under: 'controllers'
pin 'xlsx' # @0.18.5
pin 'validator' # @13.12.0
pin 'validator', to: 'https://ga.jspm.io/npm:validator@13.11.0/index.js'
pin_all_from 'app/javascript/utilities', under: 'utilities'
pin 'sortablejs' # @1.15.2
pin 'local-time' # @3.0.2
Expand Down
3 changes: 0 additions & 3 deletions vendor/javascript/@popperjs--core.js

This file was deleted.

Loading

0 comments on commit 53a1edf

Please sign in to comment.