mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: update javascript dependencies
This commit is contained in:
parent
41b429ded8
commit
d8c9a3e744
2 changed files with 1002 additions and 952 deletions
25
package.json
25
package.json
|
|
@ -6,22 +6,22 @@
|
|||
},
|
||||
"private": "true",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.0.0-0",
|
||||
"@babel/helper-compilation-targets": "7.20.7",
|
||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "7.20.7",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/core": "^7.22.9",
|
||||
"@babel/helper-compilation-targets": "^7.22.9",
|
||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5",
|
||||
"@babel/preset-env": "^7.22.9",
|
||||
"@fortawesome/fontawesome-free": "^6.0.0-beta3",
|
||||
"@hotwired/stimulus": "^3.0.1",
|
||||
"@hotwired/turbo-rails": "^7.1.1",
|
||||
"@popperjs/core": "^2.10.2",
|
||||
"@rails/actioncable": "^6.0.0",
|
||||
"@rails/activestorage": "^6.0.0",
|
||||
"@rails/ujs": "^6.0.0",
|
||||
"@rails/actioncable": "^7.0.6",
|
||||
"@rails/activestorage": "^7.0.6",
|
||||
"@rails/ujs": "^7.0.6",
|
||||
"bootstrap": "^5.1.3",
|
||||
"debounce": "^1.2.1",
|
||||
"esbuild": "^0.17.12",
|
||||
"esbuild": "^0.18.12",
|
||||
"sass": "^1.43.4",
|
||||
"semver": "7.5.2"
|
||||
"semver": "6.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds",
|
||||
|
|
@ -31,9 +31,10 @@
|
|||
"watch:all": "yarn watch:css & yarn build --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^27.2.5",
|
||||
"markdownlint": "^0.25.1",
|
||||
"prettier": "2.7.1"
|
||||
"jest": "^29.6.1",
|
||||
"jest-environment-jsdom": "^29.6.1",
|
||||
"markdownlint": "^0.29.0",
|
||||
"prettier": "3.0.0"
|
||||
},
|
||||
"jest": {
|
||||
"roots": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue