Skip to content

Commit

Permalink
Merge pull request #182 from jonnyeom/node-package-updates
Browse files Browse the repository at this point in the history
Node package updates
  • Loading branch information
jonnyeom authored Oct 9, 2024
2 parents 7b84c31 + 5364e4b commit 18684a7
Show file tree
Hide file tree
Showing 3 changed files with 1,606 additions and 3,009 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"ag-grid-react": "^32.2.0",
"bulma": "1.0.0",
"bulma": "^1.0.2",
"highlight.js": "^11.4.0"
},
"devDependencies": {
Expand All @@ -26,15 +26,15 @@
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/ux-react": "file:vendor/symfony/ux-react/assets",
"@symfony/webpack-encore": "^4.6.0",
"@symfony/webpack-encore": "^5.0.1",
"core-js": "^3.23.0",
"imagemin-cli": "^7.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-cli": "^8.0.0",
"imagemin-pngquant": "^10.0.0",
"react": "^18.0",
"react-dom": "^18.0",
"regenerator-runtime": "^0.14.0",
"sass": "^1.53.0",
"sass-loader": "^13",
"sass-loader": "^16.0.2",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.1",
"webpack-notifier": "^1.15.0"
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabledManagers": ["composer"],
"enabledManagers": ["composer","npm"],
"extends": [
"config:recommended",
":automergePatch",
Expand Down
Loading

0 comments on commit 18684a7

Please sign in to comment.