Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v6

- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
Expand All @@ -21,7 +21,7 @@ jobs:
bundler-cache: true

- name: Set up Python 3.12
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"webpack-assets-manifest": "^6.4.0",
"webpack-cli": "^7.0.2",
"webpack-merge": "^6.0.1",
"xdsmjs": "^2.0.0"
"xdsmjs": "2.0.1-rc.0"
},
"version": "0.1.0",
"babel": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13175,7 +13175,7 @@ __metadata:
webpack-cli: "npm:^7.0.2"
webpack-dev-server: "npm:^5.0.4"
webpack-merge: "npm:^6.0.1"
xdsmjs: "npm:^2.0.0"
xdsmjs: "npm:2.0.1-rc.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13338,15 +13338,15 @@ __metadata:
languageName: node
linkType: hard

"xdsmjs@npm:^2.0.0":
version: 2.0.0
resolution: "xdsmjs@npm:2.0.0"
"xdsmjs@npm:2.0.1-rc.0":
version: 2.0.1-rc.0
resolution: "xdsmjs@npm:2.0.1-rc.0"
dependencies:
d3-color: "npm:^3.1.0"
d3-fetch: "npm:^3.0.1"
d3-selection: "npm:^3.0.0"
d3-transition: "npm:^3.0.1"
checksum: 10c0/021fab74ef6b78ba17d110dd85ed2da71d24c9bd9c4764c499be75e292a74e982cb4f202cb43d310481bde51d6bea812eb3ab69caf77892356e46335288f6bda
checksum: 10c0/e112a986316d42feeee4167fa9f84c39b1b13b6b6c28d37f428c0af829e00948bb73c8b60b5b747461dea50221f9e36fb3dd78b2d835dd5d77e5774d0db531b4
languageName: node
linkType: hard

Expand Down
Loading