Skip to content

Commit

Permalink
chore(deps): update all non-major npm dependencies (#749)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: guidojw <[email protected]>
  • Loading branch information
renovate[bot] and guidojw authored Aug 27, 2022
1 parent 9e1dbd1 commit a93020d
Show file tree
Hide file tree
Showing 2 changed files with 1,046 additions and 998 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"name": "S.O.F.I.A.",
"name": "sofia",
"private": true,
"scripts": {
"lint": "eslint --ext .js app/javascript"
},
"dependencies": {
"@babel/core": "^7.18",
"@babel/plugin-proposal-class-properties": "^7.17",
"@babel/plugin-syntax-dynamic-import": "^7.8",
"@babel/plugin-syntax-object-rest-spread": "^7.8",
"@babel/plugin-transform-runtime": "^7.18",
"@babel/preset-env": "^7.18",
"@babel/core": "^7.18.13",
"@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.18.10",
"@babel/preset-env": "^7.18.10",
"@rails/webpacker": "^5.4.3",
"@sentry/browser": "^6.19.7",
"autosuggest-highlight": "^3.2",
"autosuggest-highlight": "^3.3.4",
"axios": "^0.27.2",
"babel-loader": "^8.2",
"bootstrap": "^4.6",
"bootstrap-vue": "^2.22",
"babel-loader": "^8.2.5",
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.22.0",
"css-loader": "^6.7.1",
"eslint-plugin-vue": "^9.1.1",
"jquery": "^3.6",
"moment": "^2.29",
"popper.js": "^1.16",
"postcss-cssnext": "^3.1",
"remove-accents": "^0.4",
"turbolinks-animate": "^3.2",
"vue": "^2.6",
"vue-loader": "^15.9",
"vue-resource": "^1.5",
"vue-simple-spinner": "1.2",
"vue-template-compiler": "^2.6",
"vue-turbolinks": "^2.2",
"webfontloader": "^1.6",
"jquery": "^3.6.1",
"moment": "^2.29.4",
"popper.js": "^1.16.1",
"postcss-cssnext": "^3.1.1",
"remove-accents": "^0.4.2",
"turbolinks-animate": "^3.2.1",
"vue": "^2.7.10",
"vue-loader": "^15.10.0",
"vue-resource": "^1.5.3",
"vue-simple-spinner": "1.2.10",
"vue-template-compiler": "^2.7.10",
"vue-turbolinks": "^2.2.2",
"webfontloader": "^1.6.28",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"eslint": "^8.18.0",
"eslint": "^8.23.0",
"eslint-loader": "^4.0.2",
"sass-lint": "^1.13",
"webpack-dev-server": "^4.9.2"
},
"scripts": {
"lint": "eslint --ext .js --ext .jsx app/javascript"
"eslint-plugin-vue": "^9.4.0",
"sass-lint": "^1.13.1",
"webpack-dev-server": "^4.10.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit a93020d

Please sign in to comment.