Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 13, 2022
1 parent a1eaa3b commit 4e05a4b
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 123 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.2.2
- uses: pnpm/action-setup@v2.2.3
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.2
uses: pnpm/action-setup@v2.2.3
with:
version: 7

Expand Down
2 changes: 1 addition & 1 deletion examples/webpack-demo-vanilla-bundle/package.json
Expand Up @@ -34,7 +34,7 @@
"not dead"
],
"dependencies": {
"@faker-js/faker": "^7.5.0",
"@faker-js/faker": "^7.6.0",
"@fnando/sparkline": "^0.3.10",
"@slickgrid-universal/common": "workspace:~",
"@slickgrid-universal/composite-editor-component": "workspace:~",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -45,11 +45,11 @@
"@types/jest": "^29.1.2",
"@types/moment": "^2.13.0",
"@types/node": "^18.7.16",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"cross-env": "^7.0.3",
"cypress": "^10.9.0",
"eslint": "^8.24.0",
"cypress": "^10.10.0",
"eslint": "^8.25.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.1.2",
Expand All @@ -60,14 +60,14 @@
"jsdom-global": "^3.0.2",
"moment-mini": "^2.29.4",
"npm-run-all2": "^6.0.2",
"pnpm": "^7.13.2",
"pnpm": "^7.13.4",
"rimraf": "^3.0.2",
"rxjs": "^7.5.6",
"serve": "^14.0.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"packageManager": "pnpm@7.13.2",
"packageManager": "pnpm@7.13.4",
"engines": {
"node": ">=14.17.0",
"npm": ">=6.14.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Expand Up @@ -92,7 +92,7 @@
"cross-env": "^7.0.3",
"nodemon": "^2.0.20",
"npm-run-all2": "^6.0.2",
"postcss": "^8.4.17",
"postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"rimraf": "^3.0.2",
"sass": "^1.55.0"
Expand Down

0 comments on commit 4e05a4b

Please sign in to comment.