Skip to content

Commit

Permalink
Update dependencies to the latest stable version. (lichess-org#10870)
Browse files Browse the repository at this point in the history
* Update dependencies to the latest stable version.

* Installed jest-environment-jsdom for the tests. It is not included in the latest jest version.

* Downgrade jest

* Updated Jest

* Downgrade jest and upgrade ts-jest.

* update yarn.lock

Co-authored-by: Thibault Duplessis <[email protected]>
  • Loading branch information
Harry-Hopkinson and ornicar authored Apr 30, 2022
1 parent fe49af3 commit bf939b7
Show file tree
Hide file tree
Showing 3 changed files with 550 additions and 342 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
},
"devDependencies": {
"@types/web": "^0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"typescript": "^4"
},
"scripts": {
Expand Down
13 changes: 6 additions & 7 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
],
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.17.4",
"@babel/preset-env": "^7.16.11",
"@types/jest": "^27.4.0",
"babel-jest": "^27.5.1",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@types/jest": "^27.4.1",
"babel-jest": "^28.0.0",
"breakpoint-sass": "^2.7.1",
"glob": "^7.2.0",
"glob": "^8.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cached": "^1.1.1",
Expand All @@ -29,7 +28,7 @@
"jest": "^27.5.1",
"node-sass": "^7.0.1",
"plugin-error": "^1.0.1",
"ts-jest": "^27.1.3",
"ts-jest": "^27.1.4",
"typescript": "^4"
},
"scripts": {
Expand Down
Loading

0 comments on commit bf939b7

Please sign in to comment.