Skip to content

Commit

Permalink
chore(deps): update all non-major npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent 465dc99 commit dde3380
Show file tree
Hide file tree
Showing 5 changed files with 2,154 additions and 2,115 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.6.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-3.8.6.cjs
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,40 @@
"lint": "eslint 'app/javascript/**/*.{js,vue}'"
},
"dependencies": {
"@babel/core": "^7.21.8",
"@babel/core": "^7.25.8",
"@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.25.7",
"@babel/preset-env": "^7.25.8",
"@popperjs/core": "^2.11.8",
"@rails/webpacker": "^5.4.4",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.4.0",
"babel-loader": "^8.3.0",
"bootstrap": "^5.2.3",
"css-loader": "^6.7.3",
"jquery": "^3.6.4",
"moment": "^2.29.4",
"babel-loader": "^8.4.1",
"bootstrap": "^5.3.3",
"css-loader": "^6.11.0",
"jquery": "^3.7.1",
"moment": "^2.30.1",
"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": "^2.7.16",
"vue-loader": "^15.11.1",
"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.57.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^9.11.0",
"eslint-plugin-vue": "^9.29.1",
"sass-lint": "^1.13.1",
"webpack-dev-server": "^4.14.0"
"webpack-dev-server": "^4.15.2"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@3.8.6"
}
Loading

0 comments on commit dde3380

Please sign in to comment.