Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 3, 2022
1 parent b085e07 commit ef0ea73
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 182 deletions.
2 changes: 1 addition & 1 deletion examples/webpack-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@types/fnando__sparkline": "^0.3.4",
"@types/jquery": "^3.5.14",
"@types/node": "^18.11.7",
"@types/node": "^18.11.9",
"@types/webpack": "^5.28.0",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "^11.0.0",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"@jest/types": "^29.2.1",
"@lerna-lite/cli": "^1.12.0",
"@lerna-lite/run": "^1.12.0",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.7",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@types/jest": "^29.2.1",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"cross-env": "^7.0.3",
"cypress": "^10.11.0",
"eslint": "^8.26.0",
Expand All @@ -58,17 +58,17 @@
"jest-cli": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"jest-extended": "^3.1.0",
"jsdom": "^20.0.1",
"jsdom": "^20.0.2",
"jsdom-global": "^3.0.2",
"moment-mini": "^2.29.4",
"pnpm": "^7.14.0",
"pnpm": "^7.14.2",
"rimraf": "^3.0.2",
"rxjs": "^7.5.7",
"serve": "^14.0.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"engines": {
"node": ">=14.17.0",
"npm": ">=6.14.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-force-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"npm-run-all2": "^6.0.2",
"rimraf": "^3.0.2",
"webpack": "^5.74.0",
"yargs": "^17.6.0"
"yargs": "^17.6.1"
}
}
Loading

0 comments on commit ef0ea73

Please sign in to comment.