Skip to content

Commit

Permalink
Update dependencies (#5537)
Browse files Browse the repository at this point in the history
* update-deps

* Set minimum node version to 22

As required by dependency rifraf
  • Loading branch information
larsjohnsen authored Sep 15, 2024
1 parent e804618 commit 2837707
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 262 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '21'
node-version: '22'
- run: yarn install --frozen-lockfile

- run: yarn flow check --show-all-errors
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '21'
node-version: '22'
- run: yarn install --frozen-lockfile

- run: yarn build --browsers=all
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '21'
node-version: '22'
- run: yarn install --frozen-lockfile

- run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Thinking about contributing to RES? Awesome! We just ask that you follow a few s
#### First time installation

1. Install [git](https://git-scm.com/).
1. Install [node.js](https://nodejs.org) (version >= 21).
1. Install [node.js](https://nodejs.org) (version >= 22).
1. Install [yarn](https://yarnpkg.com/lang/en/docs/install/)
1. [Clone this repository](https://help.github.com/articles/cloning-a-repository/).
1. Run `yarn` in that folder.
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,29 +44,29 @@
],
"dependencies": {
"dashjs": "4.7.4",
"dayjs": "1.11.11",
"dompurify": "3.1.5",
"dayjs": "1.11.13",
"dompurify": "3.1.6",
"fast-levenshtein": "3.0.0",
"favico.js": "0.3.10",
"jquery": "3.7.1",
"lodash-es": "4.17.21",
"snudown-js": "4.0.1",
"sortablejs": "1.15.2",
"sortablejs": "1.15.3",
"suncalc": "1.9.0",
"tinycolor2": "1.6.0"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/eslint-parser": "7.24.7",
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/plugin-syntax-flow": "7.24.7",
"@babel/plugin-syntax-import-attributes": "7.24.7",
"@babel/plugin-transform-flow-strip-types": "7.24.7",
"@babel/plugin-syntax-import-attributes": "7.25.6",
"@babel/plugin-transform-flow-strip-types": "7.25.2",
"@babel/register": "7.24.6",
"ava": "6.1.3",
"chrome-extension-deploy": "3.0.0",
"commander": "12.1.0",
"cross-env": "7.0.3",
"esbuild": "0.23.0",
"esbuild": "0.23.1",
"esbuild-plugin-copy": "2.1.1",
"esbuild-sass-plugin": "3.3.1",
"eslint": "8.57.0",
Expand All @@ -80,13 +80,13 @@
"eslint-plugin-you-dont-need-lodash-underscore": "6.14.0",
"firefox-extension-deploy": "1.1.2",
"flow-bin": "0.84.0",
"flow-remove-types": "2.238.3",
"jscodeshift": "0.16.1",
"flow-remove-types": "2.246.0",
"jscodeshift": "17.0.0",
"jszip": "3.10.1",
"nightwatch": "1.7.13",
"postcss": "8.4.39",
"rimraf": "5.0.7",
"semver": "7.6.2",
"postcss": "8.4.45",
"rimraf": "6.0.1",
"semver": "7.6.3",
"stylelint": "16.6.1",
"stylelint-config-recommended": "14.0.1",
"stylelint-config-sass-guidelines": "11.1.0",
Expand Down
Loading

0 comments on commit 2837707

Please sign in to comment.