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 7, 2022
1 parent cc95ee3 commit 5097cea
Show file tree
Hide file tree
Showing 7 changed files with 464 additions and 465 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.1.0
- uses: pnpm/action-setup@v2.2.2
with:
version: 7
run_install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 2 # codecov-bash seems to require this

- name: Install pnpm itself
uses: pnpm/action-setup@v2.2.0
uses: pnpm/action-setup@v2.2.2
with:
version: 7

Expand Down
10 changes: 5 additions & 5 deletions examples/webpack-demo-vanilla-bundle/package.json
Expand Up @@ -34,7 +34,7 @@
"not dead"
],
"dependencies": {
"@faker-js/faker": "^7.1.0",
"@faker-js/faker": "^7.2.0",
"@fnando/sparkline": "^0.3.10",
"@slickgrid-universal/common": "workspace:*",
"@slickgrid-universal/composite-editor-component": "workspace:*",
Expand Down Expand Up @@ -68,13 +68,13 @@
"html-loader": "^3.1.0",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"sass": "^1.52.1",
"sass": "^1.52.2",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.1",
"typescript": "^4.7.2",
"typescript": "^4.7.3",
"url-loader": "^4.1.1",
"webpack": "^5.72.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.1"
"webpack-dev-server": "^4.9.2"
}
}
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -39,27 +39,27 @@
"devDependencies": {
"@lerna-lite/cli": "^1.4.0",
"@lerna-lite/run": "^1.4.0",
"@types/jest": "^27.5.1",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"cross-env": "^7.0.3",
"cypress": "^9.7.0",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^28.1.0",
"jest-cli": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jest": "^28.1.1",
"jest-cli": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"jest-extended": "^2.0.0",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"npm-run-all2": "^5.0.2",
"pnpm": "^7.1.7",
"pnpm": "^7.1.9",
"rxjs": "^7.5.5",
"serve": "^13.0.2",
"ts-jest": "^28.0.3",
"typescript": "^4.7.2"
"ts-jest": "^28.0.4",
"typescript": "^4.7.3"
},
"pnpm": {
"overrides": {
Expand All @@ -68,7 +68,7 @@
"jquery-ui-dist": "1.12.1"
}
},
"packageManager": "pnpm@7.1.0",
"packageManager": "pnpm@7.1.9",
"engines": {
"node": ">=14.17.0",
"npm": ">=6.14.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Expand Up @@ -93,7 +93,7 @@
"npm-run-all2": "^5.0.2",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"sass": "^1.52.1"
"sass": "^1.52.2"
},
"engines": {
"node": ">=14.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-force-bundle/package.json
Expand Up @@ -68,6 +68,6 @@
"cross-env": "^7.0.3",
"html-loader": "^3.1.0",
"npm-run-all2": "^5.0.2",
"webpack": "^5.72.1"
"webpack": "^5.73.0"
}
}

0 comments on commit 5097cea

Please sign in to comment.