chore: update javascript dependencies

rpp-main
rebuilt 2 years ago
parent 41b429ded8
commit d8c9a3e744

@ -6,22 +6,22 @@
}, },
"private": "true", "private": "true",
"dependencies": { "dependencies": {
"@babel/core": "^7.0.0-0", "@babel/core": "^7.22.9",
"@babel/helper-compilation-targets": "7.20.7", "@babel/helper-compilation-targets": "^7.22.9",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "7.20.7", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5",
"@babel/preset-env": "^7.20.2", "@babel/preset-env": "^7.22.9",
"@fortawesome/fontawesome-free": "^6.0.0-beta3", "@fortawesome/fontawesome-free": "^6.0.0-beta3",
"@hotwired/stimulus": "^3.0.1", "@hotwired/stimulus": "^3.0.1",
"@hotwired/turbo-rails": "^7.1.1", "@hotwired/turbo-rails": "^7.1.1",
"@popperjs/core": "^2.10.2", "@popperjs/core": "^2.10.2",
"@rails/actioncable": "^6.0.0", "@rails/actioncable": "^7.0.6",
"@rails/activestorage": "^6.0.0", "@rails/activestorage": "^7.0.6",
"@rails/ujs": "^6.0.0", "@rails/ujs": "^7.0.6",
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",
"debounce": "^1.2.1", "debounce": "^1.2.1",
"esbuild": "^0.17.12", "esbuild": "^0.18.12",
"sass": "^1.43.4", "sass": "^1.43.4",
"semver": "7.5.2" "semver": "6.3.1"
}, },
"scripts": { "scripts": {
"build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds", "build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds",
@ -31,9 +31,10 @@
"watch:all": "yarn watch:css & yarn build --watch" "watch:all": "yarn watch:css & yarn build --watch"
}, },
"devDependencies": { "devDependencies": {
"jest": "^27.2.5", "jest": "^29.6.1",
"markdownlint": "^0.25.1", "jest-environment-jsdom": "^29.6.1",
"prettier": "2.7.1" "markdownlint": "^0.29.0",
"prettier": "3.0.0"
}, },
"jest": { "jest": {
"roots": [ "roots": [

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save