PaletteSwitcher/client/package.json

58 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "client",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
2024-01-13 10:12:42 +00:00
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
Update dependency @fortawesome/react-fontawesome to ^0.2.0 (#44) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) | dependencies | minor | [`^0.1.19` -> `^0.2.0`](https://renovatebot.com/diffs/npm/@fortawesome%2freact-fontawesome/0.1.19/0.2.2) | --- ### Release Notes <details> <summary>FortAwesome/react-fontawesome (@&#8203;fortawesome/react-fontawesome)</summary> ### [`v0.2.2`](https://github.com/FortAwesome/react-fontawesome/blob/HEAD/CHANGELOG.md#022---2024-05-22) [Compare Source](https://github.com/FortAwesome/react-fontawesome/compare/0.2.1...0.2.2) ##### Fixed - Props with nullable/undefined values no longer throw an error [#&#8203;562](https://github.com/FortAwesome/react-fontawesome/issues/562) [#&#8203;560](https://github.com/FortAwesome/react-fontawesome/issues/560) *** ### [`v0.2.1`](https://github.com/FortAwesome/react-fontawesome/blob/HEAD/CHANGELOG.md#021---2024-05-16) [Compare Source](https://github.com/FortAwesome/react-fontawesome/compare/0.2.0...0.2.1) ##### Changed - Remove defaultProps to be compatible with React 19 *** ### [`v0.2.0`](https://github.com/FortAwesome/react-fontawesome/blob/HEAD/CHANGELOG.md#020---2022-06-29) [Compare Source](https://github.com/FortAwesome/react-fontawesome/compare/0.1.19...0.2.0) ##### Added - Support for React forwardRef if using React >= 16.3 **Previous [0.1.x change log available here](https://github.com/FortAwesome/react-fontawesome/blob/0.1.x/CHANGELOG.md)** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Reviewed-on: https://gitea.bruyant.xyz/alexandre/PaletteSwitcher/pulls/44 Co-authored-by: Renovate <renovate@bruyant.xyz> Co-committed-by: Renovate <renovate@bruyant.xyz>
2024-11-08 12:05:13 +00:00
"@fortawesome/react-fontawesome": "^0.2.0",
"@testing-library/jest-dom": "^6.0.0",
2022-05-08 13:16:32 +00:00
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.1.1",
"@types/jest": "^27.5.0",
"@types/node": "^17.0.31",
"@types/react": "^18.0.9",
2021-12-12 16:50:58 +00:00
"classnames": "^2.3.1",
"file-saver": "^2.0.5",
2022-05-08 13:16:32 +00:00
"react": "^18.1.0",
"react-dom": "^18.1.0",
2021-12-12 16:50:58 +00:00
"react-scripts": "next",
2022-05-08 13:16:32 +00:00
"typescript": "^4.6.4",
"web-vitals": "^2.1.4"
},
"scripts": {
2021-12-13 12:54:19 +00:00
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2021-12-12 16:50:58 +00:00
},
"devDependencies": {
2022-05-08 13:16:32 +00:00
"@tailwindcss/forms": "^0.5.1",
"@types/file-saver": "^2.0.5",
"@types/react-dom": "^18.0.3",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24"
}
}