Skip to content

Commit

Permalink
⬆️(dependencies) update js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 272b18a commit db87249
Show file tree
Hide file tree
Showing 7 changed files with 221 additions and 210 deletions.
2 changes: 1 addition & 1 deletion src/frontend/apps/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:ui": "yarn test --ui"
},
"devDependencies": {
"@playwright/test": "1.42.1",
"@playwright/test": "1.43.0",
"@types/node": "*",
"eslint-config-impress": "*",
"typescript": "*"
Expand Down
10 changes: 5 additions & 5 deletions src/frontend/apps/impress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@blocknote/core": "0.12.4",
"@blocknote/react": "0.12.4",
"@openfun/cunningham-react": "2.7.0",
"@tanstack/react-query": "5.28.14",
"i18next": "23.10.1",
"@tanstack/react-query": "5.29.0",
"i18next": "23.11.1",
"lodash": "4.17.21",
"luxon": "3.4.4",
"next": "14.1.4",
Expand All @@ -35,15 +35,15 @@
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.28.14",
"@tanstack/react-query-devtools": "5.29.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.2",
"@testing-library/react": "14.3.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.0",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.2.74",
"@types/react": "18.2.75",
"@types/react-dom": "*",
"dotenv": "16.4.5",
"eslint-config-impress": "*",
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"i18n:test": "yarn I18N run test"
},
"resolutions": {
"@types/node": "20.12.4",
"@types/node": "20.12.7",
"@types/react-dom": "18.2.24",
"typescript": "5.4.3"
"typescript": "5.4.4"
}
}
8 changes: 4 additions & 4 deletions src/frontend/packages/eslint-config-impress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"dependencies": {
"@next/eslint-plugin-next": "14.1.4",
"@tanstack/eslint-plugin-query": "5.28.11",
"@typescript-eslint/eslint-plugin": "7.5.0",
"eslint": "8.57.0",
"@typescript-eslint/eslint-plugin": "7.6.0",
"eslint": "9.0.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.2.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-playwright": "1.5.4",
"eslint-plugin-playwright": "1.6.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-testing-library": "6.2.0"
Expand Down
Loading

0 comments on commit db87249

Please sign in to comment.