Skip to content

Commit 66703f3

Browse files
authored
Merge branch 'master' into render-sendInvitations-notification
2 parents 689a752 + 051319c commit 66703f3

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
executors:
44
default:
55
docker:
6-
- image: cimg/node:20.18
6+
- image: cimg/node:22.20
77
user: root
88
resource_class: large
99
working_directory: ~/buie

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/iron
1+
lts/jod

DEVELOPING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Our development setup assumes a LINUX/BSD environment.
44

55
## Project Setup
66

7-
1. Install Node v20.
7+
1. Install Node v22 `nvm install lts/jod && nvm use lts/jod`.
88
2. Install Yarn package manager `https://yarnpkg.com/en/docs/install` v1.10 or higher.
99
3. Fork the upstream repo `https://github.com/box/box-ui-elements` via github.
1010
4. Clone your fork locally `git clone [email protected]:[YOUR GITHUB USERNAME]/box-ui-elements.git`.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"url": "https://github.com/box/box-ui-elements/issues"
4646
},
4747
"engines": {
48-
"node": ">=18.x",
48+
"node": ">=18.x || ^20.x || ^22.x",
4949
"yarn": ">=1.10.0"
5050
},
5151
"scripts": {
@@ -167,7 +167,7 @@
167167
"@types/history": "^4.7.5",
168168
"@types/jest": "^29.5.12",
169169
"@types/lodash": "^4.14.149",
170-
"@types/node": "^20.17.23",
170+
"@types/node": "^22.18.10",
171171
"@types/pikaday": "^1.7.4",
172172
"@types/puppeteer": "^2.0.1",
173173
"@types/react": "^18.3.0",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5656,7 +5656,7 @@
56565656
dependencies:
56575657
"@types/node" "*"
56585658

5659-
"@types/node@*", "@types/node@^20.17.23":
5659+
"@types/node@*":
56605660
version "20.17.23"
56615661
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.23.tgz#d228a57bbab954f763a883e495bacea8264efcd5"
56625662
integrity sha512-8PCGZ1ZJbEZuYNTMqywO+Sj4vSKjSjT6Ua+6RFOYlEvIvKQABPtrNkoVSLSKDb4obYcMhspVKmsw8Cm10NFRUg==
@@ -5668,6 +5668,13 @@
56685668
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190"
56695669
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
56705670

5671+
"@types/node@^22.18.10":
5672+
version "22.18.10"
5673+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.10.tgz#37f0ac8d2ec41af7bba06f162c85ff409e4e3420"
5674+
integrity sha512-anNG/V/Efn/YZY4pRzbACnKxNKoBng2VTFydVu8RRs5hQjikP8CQfaeAV59VFSCzKNp90mXiVXW2QzV56rwMrg==
5675+
dependencies:
5676+
undici-types "~6.21.0"
5677+
56715678
"@types/normalize-package-data@^2.4.3":
56725679
version "2.4.4"
56735680
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
@@ -19304,6 +19311,11 @@ undici-types@~6.19.2:
1930419311
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
1930519312
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
1930619313

19314+
undici-types@~6.21.0:
19315+
version "6.21.0"
19316+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
19317+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
19318+
1930719319
unicode-canonical-property-names-ecmascript@^2.0.0:
1930819320
version "2.0.0"
1930919321
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)