Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 22, 2024
1 parent cce4693 commit 7bcabae
Show file tree
Hide file tree
Showing 6 changed files with 483 additions and 466 deletions.
8 changes: 4 additions & 4 deletions examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"bulma": "^0.9.4",
"fetch-jsonp": "^1.3.0",
"flatpickr": "^4.6.13",
"isomorphic-dompurify": "^2.4.0",
"isomorphic-dompurify": "^2.6.0",
"moment-mini": "^2.29.4",
"multiple-select-vanilla": "^2.2.1",
"rxjs": "^7.8.1",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@types/fnando__sparkline": "^0.3.7",
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.72.0",
"typescript": "^5.4.2",
"vite": "^5.1.6"
"typescript": "^5.4.3",
"vite": "^5.2.3"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@
"packageManager": "[email protected]",
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@commitlint/cli": "^19.2.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@jest/types": "^29.6.3",
"@lerna-lite/cli": "^3.3.1",
"@lerna-lite/publish": "^3.3.1",
"@lerna-lite/run": "^3.3.1",
"@lerna-lite/watch": "^3.3.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"cross-env": "^7.0.3",
"cypress": "^13.7.0",
"cypress": "^13.7.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.1",
Expand All @@ -95,7 +95,7 @@
"sortablejs": "^1.15.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"whatwg-fetch": "^3.6.20"
},
"funding": {
Expand Down
8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"dequal": "^2.0.3",
"excel-builder-vanilla": "3.0.1",
"flatpickr": "^4.6.13",
"isomorphic-dompurify": "^2.4.0",
"isomorphic-dompurify": "^2.6.0",
"moment-mini": "^2.29.4",
"multiple-select-vanilla": "^2.2.1",
"sortablejs": "^1.15.2",
Expand All @@ -83,12 +83,12 @@
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/sortablejs": "^1.15.8",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cssnano": "^6.1.0",
"cssnano": "^6.1.1",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.36",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"sass": "^1.72.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-tooltip-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@slickgrid-universal/common": "workspace:~",
"@slickgrid-universal/utils": "workspace:~",
"isomorphic-dompurify": "^2.4.0"
"isomorphic-dompurify": "^2.6.0"
},
"devDependencies": {
"@types/dompurify": "^3.0.5"
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 @@ -73,7 +73,7 @@
"fflate": "^0.8.2",
"glob": "^10.3.10",
"normalize-path": "^3.0.0",
"vite": "^5.1.6",
"vite": "^5.2.3",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit 7bcabae

Please sign in to comment.