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 Sep 1, 2024
1 parent 418fac1 commit ecd0170
Show file tree
Hide file tree
Showing 6 changed files with 395 additions and 348 deletions.
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@openfun/cunningham-react": "*",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@types/react": "18.3.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "1.77.8",
"typescript": "5.5.4",
"vite": "5.4.1"
"vite": "5.4.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cross-env": "7.0.3",
"make-dir-cli": "4.0.0",
"prettier": "3.3.3",
"turbo": "2.0.14"
"turbo": "2.1.1"
},
"engines": {
"node": ">=18.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"license": "MIT",
"main": ".eslintrc.json",
"dependencies": {
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-compat": "6.0.0",
"eslint-plugin-formatjs": "4.13.3",
Expand Down
22 changes: 11 additions & 11 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"@react-aria/i18n": "3.12.2",
"@react-stately/calendar": "3.5.4",
"@react-stately/datepicker": "3.10.2",
"@tanstack/react-table": "8.20.1",
"@tanstack/react-table": "8.20.5",
"@types/react-modal": "3.16.3",
"chromatic": "11.7.1",
"classnames": "2.5.1",
"downshift": "9.0.8",
"react": "18.3.1",
"react-aria": "3.34.2",
"react-aria-components": "1.3.2",
"react-aria": "3.34.3",
"react-aria-components": "1.3.3",
"react-dom": "18.3.1",
"react-modal": "3.16.1",
"react-stately": "3.32.2"
Expand All @@ -71,7 +71,7 @@
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/plugin-proposal-export-default-from": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@chromatic-com/storybook": "1.6.1",
"@chromatic-com/storybook": "1.8.0",
"@faker-js/faker": "8.4.1",
"@hookform/resolvers": "3.9.0",
"@openfun/cunningham-tokens": "*",
Expand All @@ -86,28 +86,28 @@
"@storybook/react-vite": "8.2.9",
"@storybook/storybook-deployer": "2.8.16",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/react": "18.3.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-c8": "0.33.0",
"@vitest/ui": "2.0.5",
"babel-loader": "9.1.3",
"css-loader": "7.1.2",
"glob": "11.0.0",
"jsdom": "24.1.1",
"react-hook-form": "7.52.2",
"jsdom": "25.0.0",
"react-hook-form": "7.53.0",
"remark-gfm": "4.0.0",
"sass": "1.77.8",
"sass-loader": "16.0.1",
"storybook": "8.2.9",
"style-loader": "4.0.0",
"typescript": "5.5.4",
"vite": "5.4.1",
"vite-plugin-dts": "4.0.3",
"vite": "5.4.2",
"vite-plugin-dts": "4.1.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.0.5",
"vitest-fetch-mock": "0.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"devDependencies": {
"@types/figlet": "1.5.8",
"@types/jest": "29.5.12",
"@types/node": "20.16.1",
"@types/node": "20.16.3",
"eslint-config-custom": "*",
"jest": "29.7.0",
"nodemon": "3.1.4",
"prettier": "3.3.3",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"tsc-alias": "1.8.10",
"typescript": "5.5.4"
},
Expand Down
Loading

0 comments on commit ecd0170

Please sign in to comment.