Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 26, 2024
1 parent cec6502 commit b49e895
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 119 deletions.
4 changes: 2 additions & 2 deletions examples/vite-demo-vanilla-bundle/package.json
Expand Up @@ -10,7 +10,7 @@
"vite:dev": "vite --mode development"
},
"dependencies": {
"@faker-js/faker": "^8.3.1",
"@faker-js/faker": "^8.4.0",
"@fnando/sparkline": "^0.3.10",
"@slickgrid-universal/binding": "workspace:~",
"@slickgrid-universal/common": "workspace:~",
Expand All @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/fnando__sparkline": "^0.3.7",
"@types/node": "^20.11.5",
"@types/node": "^20.11.7",
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.70.0",
"typescript": "^5.3.3",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -54,7 +54,7 @@
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.14.3",
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@jest/types": "^29.6.3",
Expand All @@ -63,12 +63,12 @@
"@lerna-lite/run": "^3.2.1",
"@lerna-lite/watch": "^3.2.1",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@types/node": "^20.11.7",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"cross-env": "^7.0.3",
"cypress": "^13.6.3",
"dotenv": "^16.3.2",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -82,12 +82,12 @@
"jsdom-global": "^3.0.2",
"moment-mini": "^2.29.4",
"npm-run-all2": "^6.1.1",
"pnpm": "^8.14.1",
"pnpm": "^8.14.3",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"servor": "^4.0.2",
"sortablejs": "^1.15.2",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"whatwg-fetch": "^3.6.20"
Expand Down

0 comments on commit b49e895

Please sign in to comment.