Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 10, 2023
1 parent 0a0ab48 commit 7ed59de
Show file tree
Hide file tree
Showing 8 changed files with 176 additions and 176 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 @@ -27,13 +27,13 @@
"fetch-jsonp": "^1.3.0",
"flatpickr": "^4.6.13",
"moment-mini": "^2.29.4",
"multiple-select-vanilla": "^0.5.0",
"multiple-select-vanilla": "^0.6.1",
"rxjs": "^7.8.1",
"whatwg-fetch": "^3.6.19"
},
"devDependencies": {
"@types/fnando__sparkline": "^0.3.6",
"@types/node": "^20.8.10",
"@types/fnando__sparkline": "^0.3.7",
"@types/node": "^20.9.0",
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.69.5",
"typescript": "^5.2.2",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
"@lerna-lite/publish": "^2.6.0",
"@lerna-lite/run": "^2.6.0",
"@lerna-lite/watch": "^2.6.0",
"@types/jest": "^29.5.7",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"cross-env": "^7.0.3",
"cypress": "^13.4.0",
"cypress": "^13.5.0",
"dotenv": "^16.3.1",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"not dead"
],
"devDependencies": {
"@types/dompurify": "^3.0.4",
"@types/dompurify": "^3.0.5",
"cross-env": "^7.0.3",
"npm-run-all2": "^6.1.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@
"dependencies": {
"@slickgrid-universal/event-pub-sub": "workspace:~",
"@slickgrid-universal/utils": "workspace:~",
"autocompleter": "^9.1.1",
"autocompleter": "^9.1.2",
"dequal": "^2.0.3",
"dompurify": "^3.0.6",
"flatpickr": "^4.6.13",
"moment-mini": "^2.29.4",
"multiple-select-vanilla": "^0.5.0",
"multiple-select-vanilla": "^0.6.1",
"slickgrid": "^4.1.3",
"sortablejs": "^1.15.0",
"un-flatten-tree": "^2.0.12"
},
"devDependencies": {
"@types/dompurify": "^3.0.4",
"@types/sortablejs": "^1.15.4",
"@types/dompurify": "^3.0.5",
"@types/sortablejs": "^1.15.5",
"autoprefixer": "^10.4.16",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
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 @@ -58,7 +58,7 @@
"dompurify": "^3.0.6"
},
"devDependencies": {
"@types/dompurify": "^3.0.4",
"@types/dompurify": "^3.0.5",
"cross-env": "^7.0.3",
"npm-run-all2": "^6.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/text-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"text-encoding-utf-8": "^1.0.2"
},
"devDependencies": {
"@types/text-encoding-utf-8": "^1.0.4",
"@types/text-encoding-utf-8": "^1.0.5",
"cross-env": "^7.0.3",
"npm-run-all2": "^6.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"devDependencies": {
"@slickgrid-universal/graphql": "workspace:~",
"@types/sortablejs": "^1.15.4",
"@types/sortablejs": "^1.15.5",
"cross-env": "^7.0.3",
"npm-run-all2": "^6.1.1"
},
Expand Down
Loading

0 comments on commit 7ed59de

Please sign in to comment.