Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 24, 2022
1 parent 55c9eec commit 230291c
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 99 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 @@ -34,7 +34,7 @@
"not dead"
],
"dependencies": {
"@faker-js/faker": "^7.2.0",
"@faker-js/faker": "^7.3.0",
"@fnando/sparkline": "^0.3.10",
"@slickgrid-universal/common": "workspace:*",
"@slickgrid-universal/composite-editor-component": "workspace:*",
Expand Down Expand Up @@ -68,7 +68,7 @@
"html-loader": "^3.1.2",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"sass": "^1.52.3",
"sass": "^1.53.0",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.1",
"typescript": "^4.7.4",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"devDependencies": {
"@lerna-lite/cli": "^1.5.1",
"@lerna-lite/run": "^1.5.1",
"@types/jest": "^28.1.2",
"@types/jest": "^28.1.3",
"@types/node": "^17.0.41",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"cross-env": "^7.0.3",
"cypress": "^10.1.0",
"cypress": "^10.2.0",
"eslint": "^8.18.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
Expand All @@ -55,13 +55,13 @@
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"npm-run-all2": "^6.0.1",
"pnpm": "^7.2.1",
"pnpm": "^7.3.0",
"rxjs": "^7.5.5",
"serve": "^13.0.2",
"ts-jest": "^28.0.5",
"typescript": "^4.7.4"
},
"packageManager": "pnpm@7.2.1",
"packageManager": "pnpm@7.3.0",
"engines": {
"node": ">=14.17.0",
"npm": ">=6.14.13"
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
"autoprefixer": "^10.4.7",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"nodemon": "^2.0.16",
"nodemon": "^2.0.18",
"npm-run-all2": "^6.0.1",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"sass": "^1.52.3"
"sass": "^1.53.0"
},
"engines": {
"node": ">=14.17.0",
Expand Down
Loading

0 comments on commit 230291c

Please sign in to comment.