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] committed Sep 13, 2024
1 parent 7013f10 commit c626e9f
Show file tree
Hide file tree
Showing 5 changed files with 3,867 additions and 2,788 deletions.
50 changes: 25 additions & 25 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,33 +13,33 @@
},
"dependencies": {
"@openfun/verna": "1.0.0-beta.1",
"@rjsf/core": "4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "6.2.5"
"@rjsf/core": "5.21.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "6.6.8"
},
"devDependencies": {
"@formatjs/cli": "5.1.12",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"@vitejs/plugin-react": "3.0.0",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-compat": "4.0.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"postcss": "8.4.20",
"sass": "1.57.1",
"stylelint": "14.16.0",
"stylelint-config-standard": "29.0.0",
"stylelint-config-standard-scss": "6.1.0",
"stylelint-order": "5.0.0",
"@formatjs/cli": "6.2.12",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@vitejs/plugin-react": "4.3.1",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.36.1",
"postcss": "8.4.45",
"sass": "1.78.0",
"stylelint": "16.9.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"typescript": "4.8.4",
"vite": "4.0.3"
"vite": "5.4.5"
}
}
66 changes: 33 additions & 33 deletions examples/poll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,41 +14,41 @@
},
"dependencies": {
"@openfun/verna": "1.0.0-beta.1",
"@rjsf/core": "4.2.3",
"grommet": "2.28.0",
"grommet-icons": "4.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "6.2.5",
"react-is": "18.2.0",
"styled-components": "5.3.6",
"uuid": "9.0.0"
"@rjsf/core": "5.21.1",
"grommet": "2.40.1",
"grommet-icons": "4.12.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "6.6.8",
"react-is": "18.3.1",
"styled-components": "6.1.13",
"uuid": "10.0.0"
},
"devDependencies": {
"@babel/preset-react": "7.18.6",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"@vitejs/plugin-react": "3.0.0",
"babel-plugin-module-resolver": "4.1.0",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-compat": "4.0.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"jest": "29.3.1",
"postcss": "8.4.20",
"sass": "1.57.1",
"stylelint": "14.16.0",
"stylelint-config-standard": "29.0.0",
"stylelint-config-standard-scss": "6.1.0",
"stylelint-order": "5.0.0",
"@babel/preset-react": "7.24.7",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@vitejs/plugin-react": "4.3.1",
"babel-plugin-module-resolver": "5.0.2",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.36.1",
"jest": "29.7.0",
"postcss": "8.4.45",
"sass": "1.78.0",
"stylelint": "16.9.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"typescript": "4.8.4",
"uuid": "9.0.0",
"vite": "4.0.3"
"uuid": "10.0.0",
"vite": "5.4.5"
}
}
80 changes: 40 additions & 40 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,55 +43,55 @@
],
"license": "MIT",
"dependencies": {
"@rjsf/core": "4.2.3",
"@rjsf/core": "5.21.1",
"json-schema": "0.4.0",
"lodash": "4.17.21",
"uuid": "9.0.0"
"uuid": "10.0.0"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "6.2.5"
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "6.6.8"
},
"files": [
"dist"
],
"devDependencies": {
"@babel/core": "7.20.7",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@formatjs/cli": "5.1.12",
"@testing-library/dom": "8.19.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.2.4",
"@types/lodash": "4.14.191",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/uuid": "9.0.0",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"@vitejs/plugin-react": "3.0.0",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-compat": "4.0.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"prettier": "2.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "6.2.5",
"rollup": "3.8.0",
"tslib": "2.4.1",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@formatjs/cli": "6.2.12",
"@testing-library/dom": "10.4.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.13",
"@types/lodash": "4.17.7",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@vitejs/plugin-react": "4.3.1",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.36.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "6.6.8",
"rollup": "4.21.3",
"tslib": "2.7.0",
"typescript": "4.8.4",
"vite": "4.0.3",
"vite-plugin-dts": "1.7.1"
"vite": "5.4.5",
"vite-plugin-dts": "4.2.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
],
"volta": {
"node": "16.17.1",
"yarn": "1.22.19"
"yarn": "1.22.22"
},
"devDependencies": {
"turbo": "1.6.3"
"turbo": "2.1.2"
}
}
Loading

0 comments on commit c626e9f

Please sign in to comment.