Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 1, 2022
1 parent b4ffd6e commit d77c1f2
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 129 deletions.
4 changes: 2 additions & 2 deletions 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.9",
"@types/node": "^18.11.10",
"@types/webpack": "^5.28.0",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "^11.0.0",
Expand All @@ -68,7 +68,7 @@
"fork-ts-checker-webpack-plugin": "^7.2.13",
"html-loader": "^4.2.0",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "^2.7.0",
"mini-css-extract-plugin": "^2.7.1",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"@lerna-lite/cli": "^1.13.0",
"@lerna-lite/run": "^1.13.0",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@types/node": "^18.11.10",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"cross-env": "^7.0.3",
"cypress": "^11.2.0",
"eslint": "^8.28.0",
Expand All @@ -61,14 +61,14 @@
"jsdom": "^20.0.3",
"jsdom-global": "^3.0.2",
"moment-mini": "^2.29.4",
"pnpm": "^7.17.0",
"pnpm": "^7.17.1",
"rimraf": "^3.0.2",
"rxjs": "^7.5.7",
"serve": "^14.1.2",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"node": ">=14.17.0",
"npm": ">=6.14.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"nodemon": "^2.0.20",
"npm-run-all2": "^6.0.4",
"postcss": "^8.4.19",
"postcss-cli": "^10.0.0",
"postcss-cli": "^10.1.0",
"rimraf": "^3.0.2",
"sass": "^1.56.1"
},
Expand Down
Loading

0 comments on commit d77c1f2

Please sign in to comment.