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 Feb 9, 2024
1 parent fb67d22 commit 7c43fe5
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 226 deletions.
6 changes: 3 additions & 3 deletions examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"vite:dev": "vite --mode development"
},
"dependencies": {
"@faker-js/faker": "^8.4.0",
"@faker-js/faker": "^8.4.1",
"@fnando/sparkline": "^0.3.10",
"@slickgrid-universal/binding": "workspace:~",
"@slickgrid-universal/common": "workspace:~",
Expand All @@ -35,10 +35,10 @@
},
"devDependencies": {
"@types/fnando__sparkline": "^0.3.7",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"vite": "^5.1.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"@lerna-lite/run": "^3.2.1",
"@lerna-lite/watch": "^3.2.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cross-env": "^7.0.3",
"cypress": "^13.6.4",
"dotenv": "^16.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"cross-env": "^7.0.3",
"cssnano": "^6.0.3",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.33",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0",
"sass": "^1.70.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-force-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"archiver": "^6.0.1",
"cross-env": "^7.0.3",
"npm-run-all2": "^6.1.2",
"vite": "^5.0.12",
"vite": "^5.1.0",
"yargs": "^17.7.2"
}
}

0 comments on commit 7c43fe5

Please sign in to comment.