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 Nov 27, 2023
1 parent e3882eb commit 282b81f
Show file tree
Hide file tree
Showing 5 changed files with 186 additions and 177 deletions.
8 changes: 4 additions & 4 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@openfun/cunningham-react": "*",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@vitejs/plugin-react": "4.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.69.5",
"typescript": "5.2.2",
"vite": "5.0.0"
"typescript": "5.3.2",
"vite": "5.0.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"main": ".eslintrc.json",
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint": "8.54.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,24 @@
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.8",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/jest": "29.5.10",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@vitejs/plugin-react": "4.2.0",
"@vitest/coverage-c8": "0.33.0",
"@vitest/ui": "0.34.6",
"babel-loader": "9.1.3",
"css-loader": "6.8.1",
"glob": "10.3.10",
"jsdom": "22.1.0",
"jsdom": "23.0.0",
"react-hook-form": "7.48.2",
"remark-gfm": "3.0.1",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"storybook": "7.5.3",
"style-loader": "3.3.3",
"typescript": "5.2.2",
"vite": "5.0.0",
"typescript": "5.3.2",
"vite": "5.0.2",
"vite-plugin-dts": "3.6.3",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
},
"devDependencies": {
"@types/figlet": "1.5.8",
"@types/jest": "29.5.8",
"@types/node": "20.9.2",
"@types/jest": "29.5.10",
"@types/node": "20.10.0",
"eslint-config-custom": "*",
"jest": "29.7.0",
"nodemon": "3.0.1",
"prettier": "3.1.0",
"ts-jest": "29.1.1",
"tsc-alias": "1.8.8",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit 282b81f

Please sign in to comment.