-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major npm dependencies
- Loading branch information
1 parent
6ce2302
commit e6847fe
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,40 +5,40 @@ | |
"lint": "eslint 'app/javascript/**/*.{js,vue}'" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.21.8", | ||
"@babel/core": "^7.22.17", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.21.4", | ||
"@babel/preset-env": "^7.21.5", | ||
"@popperjs/core": "^2.11.7", | ||
"@babel/plugin-transform-runtime": "^7.22.15", | ||
"@babel/preset-env": "^7.22.15", | ||
"@popperjs/core": "^2.11.8", | ||
"@rails/webpacker": "^5.4.4", | ||
"autosuggest-highlight": "^3.3.4", | ||
"axios": "^1.4.0", | ||
"axios": "^1.5.0", | ||
"babel-loader": "^8.3.0", | ||
"bootstrap": "^5.2.3", | ||
"css-loader": "^6.7.3", | ||
"jquery": "^3.6.4", | ||
"bootstrap": "^5.3.1", | ||
"css-loader": "^6.8.1", | ||
"jquery": "^3.7.1", | ||
"moment": "^2.29.4", | ||
"popper.js": "^1.16.1", | ||
"postcss-cssnext": "^3.1.1", | ||
"remove-accents": "^0.4.4", | ||
"remove-accents": "^0.5.0", | ||
"turbolinks-animate": "^3.2.1", | ||
"vue": "^2.7.14", | ||
"vue-loader": "^15.10.1", | ||
"vue-loader": "^15.10.2", | ||
"vue-resource": "^1.5.3", | ||
"vue-template-compiler": "^2.7.14", | ||
"vue-turbolinks": "^2.2.2", | ||
"webfontloader": "^1.6.28", | ||
"webpack": "^4.46.0", | ||
"webpack": "^4.47.0", | ||
"webpack-cli": "^4.10.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.40.0", | ||
"eslint": "^8.49.0", | ||
"eslint-loader": "^4.0.2", | ||
"eslint-plugin-vue": "^9.11.0", | ||
"eslint-plugin-vue": "^9.17.0", | ||
"sass-lint": "^1.13.1", | ||
"webpack-dev-server": "^4.14.0" | ||
"webpack-dev-server": "^4.15.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |