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 Dec 26, 2024
1 parent 73985fc commit 48554ac
Show file tree
Hide file tree
Showing 6 changed files with 6,133 additions and 5,545 deletions.
6 changes: 3 additions & 3 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"packages/*"
],
"devDependencies": {
"turbo": "1.10.14",
"turbo": "2.3.3",
"@lib/eslint-config": "*",
"prettier": "3.0.3"
"prettier": "3.4.2"
},
"packageManager": "[email protected].19"
"packageManager": "[email protected].22"
}
108 changes: 54 additions & 54 deletions src/frontend/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,74 +34,74 @@
"build-theme": "cunningham -g css,ts -o src"
},
"dependencies": {
"@tanstack/react-query-devtools": "4.35.3",
"formik": "2.4.5",
"grommet": "2.33.2",
"grommet-icons": "4.11.0",
"keycloak-js": "22.0.3",
"validator": "13.11.0",
"yup": "1.3.0"
"@tanstack/react-query-devtools": "5.62.10",
"formik": "2.4.6",
"grommet": "2.43.0",
"grommet-icons": "4.12.1",
"keycloak-js": "26.0.7",
"validator": "13.12.0",
"yup": "1.6.1"
},
"peerDependencies": {
"@jitsi/react-sdk": "1.3.0",
"@openfun/cunningham-react": "1.3.0",
"@tanstack/react-query": "4.35.3",
"axios": "1.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "6.4.7",
"react-router-dom": "6.16.0",
"@jitsi/react-sdk": "1.4.0",
"@openfun/cunningham-react": "2.9.4",
"@tanstack/react-query": "5.62.10",
"axios": "1.7.9",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intl": "7.0.4",
"react-router-dom": "7.1.1",
"styled-components": "<6"
},
"devDependencies": {
"@bbbtech/storybook-formik": "3.0.0",
"@faker-js/faker": "8.1.0",
"@formatjs/cli": "6.2.0",
"@formatjs/intl-relativetimeformat": "11.2.6",
"@faker-js/faker": "9.3.0",
"@formatjs/cli": "6.3.14",
"@formatjs/intl-relativetimeformat": "11.4.8",
"@lib/eslint-config": "*",
"@lib/typescript-configs": "*",
"@openfun/cunningham-react": "1.3.0",
"@rollup/plugin-node-resolve": "15.2.1",
"@storybook/addon-actions": "7.4.5",
"@storybook/addon-essentials": "7.4.5",
"@storybook/addon-interactions": "7.4.5",
"@storybook/addon-links": "7.4.5",
"@storybook/cli": "7.4.5",
"@openfun/cunningham-react": "2.9.4",
"@rollup/plugin-node-resolve": "16.0.0",
"@storybook/addon-actions": "8.4.7",
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-interactions": "8.4.7",
"@storybook/addon-links": "8.4.7",
"@storybook/cli": "8.4.7",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "7.4.5",
"@storybook/react-vite": "7.4.5",
"@storybook/testing-library": "0.2.1",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.3",
"@storybook/react": "8.4.7",
"@storybook/react-vite": "8.4.7",
"@storybook/testing-library": "0.2.2",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.5.1",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@types/styled-components": "5.1.28",
"@types/validator": "13.11.1",
"@vitejs/plugin-react": "4.1.0",
"@vitest/ui": "0.34.5",
"@testing-library/user-event": "14.5.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/styled-components": "5.1.34",
"@types/validator": "13.12.2",
"@vitejs/plugin-react": "4.3.4",
"@vitest/ui": "2.1.8",
"babel-plugin-react-intl": "8.2.25",
"cljs-merge": "1.1.1",
"intl-pluralrules": "2.0.1",
"jsdom": "22.1.0",
"msw": "1.3.1",
"msw-storybook-addon": "1.8.0",
"postcss": "8.4.30",
"prettier": "3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"storybook": "7.4.5",
"storybook-addon-react-router-v6": "2.0.7",
"jsdom": "25.0.1",
"msw": "2.7.0",
"msw-storybook-addon": "2.0.4",
"postcss": "8.4.49",
"prettier": "3.4.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"storybook": "8.4.7",
"storybook-addon-react-router-v6": "2.0.15",
"styled-components": "5.3.11",
"ts-node": "10.9.1",
"tslib": "2.6.2",
"typescript": "5.2.2",
"typescript-plugin-css-modules": "5.0.1",
"use-debounce": "9.0.4",
"vite": "4.4.9",
"vite-plugin-dts": "3.5.4",
"vitest": "0.34.5",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.7.2",
"typescript-plugin-css-modules": "5.1.0",
"use-debounce": "10.0.4",
"vite": "6.0.6",
"vite-plugin-dts": "4.4.0",
"vitest": "2.1.8",
"vitest-dom": "0.1.1"
},
"engines": {
Expand Down
28 changes: 14 additions & 14 deletions src/frontend/packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"license": "MIT",
"main": ".eslintrc.json",
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-webpack": "0.13.7",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-formatjs": "4.10.5",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0"
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-webpack": "0.13.10",
"eslint-plugin-compat": "6.0.2",
"eslint-plugin-formatjs": "5.2.8",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
80 changes: 40 additions & 40 deletions src/frontend/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,56 +19,56 @@
"build-theme": "cunningham -g css,ts -o src"
},
"dependencies": {
"@jitsi/react-sdk": "1.3.0",
"@openfun/cunningham-react": "1.3.0",
"@jitsi/react-sdk": "1.4.0",
"@openfun/cunningham-react": "2.9.4",
"@openfun/jitsi-magnify": "*",
"@tanstack/react-query": "4.35.3",
"@tanstack/react-query-devtools": "4.35.3",
"@types/styled-components": "5.1.28",
"axios": "1.5.0",
"grommet": "2.33.2",
"grommet-icons": "4.11.0",
"polished": "4.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "6.4.7",
"react-router-dom": "6.16.0",
"@tanstack/react-query": "5.62.10",
"@tanstack/react-query-devtools": "5.62.10",
"@types/styled-components": "5.1.34",
"axios": "1.7.9",
"grommet": "2.43.0",
"grommet-icons": "4.12.1",
"polished": "4.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intl": "7.0.4",
"react-router-dom": "7.1.1",
"react-scripts": "5.0.1",
"stream": "npm:stream-browserify",
"stream-browserify": "3.0.0",
"styled-components": "5.3.11",
"validator": "13.11.0",
"web-vitals": "3.4.0"
"validator": "13.12.0",
"web-vitals": "4.2.4"
},
"devDependencies": {
"@lib/eslint-config": "*",
"@lib/typescript-configs": "*",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "13.0.0",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.5",
"@types/node": "18.18.0",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@vitejs/plugin-react": "4.1.0",
"@vitest/ui": "0.34.5",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.2",
"jsdom": "22.1.0",
"msw": "1.3.1",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.5",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"@vitejs/plugin-react": "4.3.4",
"@vitest/ui": "2.1.8",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-compat": "6.0.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.3",
"jsdom": "25.0.1",
"msw": "2.7.0",
"prettier": "3.4.2",
"ts-jest": "29.2.5",
"typescript": "5.7.2",
"vite": "6.0.6",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8",
"vitest-dom": "0.1.1"
}
}
4 changes: 2 additions & 2 deletions src/frontend/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"new-component": "ts-node src/generateComponent.ts"
},
"devDependencies": {
"ts-node": "10.9.1",
"typescript": "5.2.2"
"ts-node": "10.9.2",
"typescript": "5.7.2"
}
}
Loading

0 comments on commit 48554ac

Please sign in to comment.