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 28, 2022
1 parent dcb03bf commit 8d1b8ee
Show file tree
Hide file tree
Showing 5 changed files with 508 additions and 1,425 deletions.
20 changes: 10 additions & 10 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@
"@formatjs/cli": "5.1.3",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@vitejs/plugin-react": "2.2.0",
"eslint": "8.26.0",
"eslint": "8.28.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.10",
"postcss": "8.3.3",
"sass": "1.55.0",
"stylelint": "14.14.0",
"eslint-plugin-react": "7.31.11",
"postcss": "8.4.19",
"sass": "1.56.1",
"stylelint": "14.15.0",
"stylelint-config-standard": "29.0.0",
"stylelint-config-standard-scss": "6.0.0",
"stylelint-config-standard-scss": "6.1.0",
"stylelint-order": "5.0.0",
"typescript": "4.8.4",
"vite": "3.2.2"
"typescript": "4.9.3",
"vite": "3.2.4"
}
}
42 changes: 21 additions & 21 deletions examples/poll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,41 @@
},
"dependencies": {
"@openfun/verna": "1.0.0-beta.1",
"@rjsf/core": "4.2.0",
"grommet": "2.24.0",
"grommet-icons": "4.7.0",
"@rjsf/core": "4.2.3",
"grommet": "2.28.0",
"grommet-icons": "4.8.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "6.2.1",
"react-is": "16.8.0",
"styled-components": "5.3.5",
"uuid": "8.3.2"
"react-is": "18.2.0",
"styled-components": "5.3.6",
"uuid": "9.0.0"
},
"devDependencies": {
"@babel/preset-react": "7.18.6",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",
"@types/styled-components": "5.1.25",
"@typescript-eslint/eslint-plugin": "5.30.5",
"@typescript-eslint/parser": "5.30.5",
"@vitejs/plugin-react": "1.3.2",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@vitejs/plugin-react": "2.2.0",
"babel-plugin-module-resolver": "4.1.0",
"eslint": "8.19.0",
"eslint": "8.28.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.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react": "7.31.11",
"jest": "29.3.1",
"postcss": "8.3.3",
"sass": "1.53.0",
"stylelint": "14.9.1",
"stylelint-config-standard": "26.0.0",
"stylelint-config-standard-scss": "4.0.0",
"postcss": "8.4.19",
"sass": "1.56.1",
"stylelint": "14.15.0",
"stylelint-config-standard": "29.0.0",
"stylelint-config-standard-scss": "6.1.0",
"stylelint-order": "5.0.0",
"typescript": "4.6.4",
"uuid": "8.3.2",
"vite": "3.2.2"
"typescript": "4.9.3",
"uuid": "9.0.0",
"vite": "3.2.4"
}
}
32 changes: 16 additions & 16 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,42 +52,42 @@
"dist"
],
"devDependencies": {
"@babel/core": "7.19.6",
"@babel/preset-env": "7.19.4",
"@babel/core": "7.20.5",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@formatjs/cli": "5.1.3",
"@rollup/plugin-typescript": "9.0.2",
"@rollup/plugin-typescript": "10.0.1",
"@testing-library/dom": "8.19.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.2.1",
"@types/lodash": "4.14.187",
"@types/jest": "29.2.3",
"@types/lodash": "4.14.190",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@vitejs/plugin-react": "2.2.0",
"eslint": "8.26.0",
"eslint": "8.28.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.10",
"jest": "29.2.2",
"jest-environment-jsdom": "29.2.2",
"prettier": "2.7.1",
"eslint-plugin-react": "7.31.11",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"prettier": "2.8.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "6.2.1",
"rollup": "3.2.5",
"tsc-alias": "1.7.0",
"rollup": "3.5.0",
"tsc-alias": "1.7.1",
"tslib": "2.4.1",
"typescript": "4.8.4",
"vite": "3.2.2"
"typescript": "4.9.3",
"vite": "3.2.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"yarn": "1.22.19"
},
"devDependencies": {
"concurrently": "7.5.0"
"concurrently": "7.6.0"
}
}
Loading

0 comments on commit 8d1b8ee

Please sign in to comment.