Skip to content

Commit

Permalink
Update npm dependencies update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent bbede1f commit 7e85dca
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/blazor-workspace/NimbleBlazor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
],
"peerDependencies": {
"cross-env": "^7.0.3",
"rimraf": "^5.0.5"
"rimraf": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/blazor-workspace/SprightBlazor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
],
"peerDependencies": {
"cross-env": "^7.0.3",
"rimraf": "^5.0.5"
"rimraf": "^6.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/blazor-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@ni/spright-components": "*",
"@rollup/plugin-node-resolve": "^15.0.1",
"cross-env": "^7.0.3",
"glob": "^10.3.10",
"glob": "^11.0.0",
"playwright": "1.44.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.0",
"rollup": "^4.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-nimble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"peerDependencies": {
"@ni/eslint-config-javascript": "^4.2.0",
"@ni/eslint-config-typescript": "^4.2.0",
"eslint": "^8.7.0"
"eslint": "^9.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/nimble-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@types/d3-scale": "^4.0.2",
"@types/d3-selection": "^3.0.0",
"@types/d3-zoom": "^3.0.0",
"@types/markdown-it": "^13.0.8",
"@types/markdown-it": "^14.0.0",
"comlink": "4.4.1",
"d3-array": "^3.2.2",
"d3-random": "^3.0.1",
Expand All @@ -101,12 +101,12 @@
"tslib": "^2.2.0"
},
"peerDependencies": {
"apache-arrow": "16.1.0"
"apache-arrow": "17.0.0"
},
"devDependencies": {
"@ni-private/eslint-config-nimble": "*",
"@ni/jasmine-parameterized": "^1.0.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^26.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-terser": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/spright-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@ni/jasmine-parameterized": "^1.0.0",
"@ni-private/eslint-config-nimble": "*",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^26.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-terser": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@storybook/html-webpack5": "^8.2.4",
"@storybook/manager-api": "^8.2.4",
"@storybook/theming": "^8.2.4",
"apache-arrow": "16.1.0",
"apache-arrow": "17.0.0",
"circular-dependency-plugin": "^5.2.0",
"js-beautify": "^1.15.1",
"prettier-eslint": "^16.3.0",
Expand Down

0 comments on commit 7e85dca

Please sign in to comment.