Skip to content
Snippets Groups Projects
Commit 480ad739 authored by David Rychlý's avatar David Rychlý
Browse files

Aktualizace balíčků a verze Nodu

parent b07ae100
No related branches found
No related tags found
No related merge requests found
16.19
18.20.4
FROM node:16.9-alpine as build
FROM node:18.20.4-alpine AS build
ARG BUILD_REACT_APP_STYLEGUIDE_URL
......@@ -18,7 +18,7 @@ RUN npm run build
# ---
FROM nginx:alpine as production
FROM nginx:alpine AS production
COPY --from=build /home/node/cf/build /usr/share/nginx/html/
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
This diff is collapsed.
{
"name": "cf",
"version": "0.1.0",
"license": "",
"private": true,
"dependencies": {
"@react-keycloak/web": "^3.4.0",
"@sentry/integrations": "^6.13.3",
"@sentry/react": "^6.13.3",
"@sentry/tracing": "^6.13.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"classnames": "^2.3.1",
"keycloak-js": "^15.0.2",
"leaflet": "^1.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@sentry/browser": "^8.33.1",
"@sentry/integrations": "^7.119.1",
"@sentry/react": "^8.33.1",
"@sentry/tracing": "^7.119.1",
"classnames": "^2.5.1",
"keycloak-js": "^26.0.0",
"leaflet": "^1.9.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hint": "^3.2.1",
"react-hook-form": "^7.19.4",
"react-leaflet": "^3.2.2",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"styled-components": "^5.3.3",
"unfetch": "^4.2.0",
"web-vitals": "^1.1.2"
"react-hook-form": "^7.53.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.26.2",
"react-scripts": "^5.0.1",
"styled-components": "^6.1.13",
"web-vitals": "^4.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint --cache 'src/**/*.{js,jsx}'",
"lint:fix": "eslint --cache --fix 'src/**/*.{js,jsx}'",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"plugin:prettier/recommended",
"plugin:testing-library/recommended",
"plugin:jest-dom/recommended"
],
"plugins": [
"simple-import-sort",
"testing-library",
"jest-dom"
],
"rules": {
"sort-imports": "off",
"prettier/prettier": "warn",
"react/no-unknown-property": [
1
],
"simple-import-sort/imports": [
"warn",
{
"groups": [
[
"^react",
"^@?\\w"
],
[
"^(config|components|pages)(/.*|$)"
],
[
"^(test-utils)(/.*|$)"
],
[
"^\\u0000"
],
[
"^\\.\\.(?!/?$)",
"^\\.\\./?$"
],
[
"^\\./(?=.*/)(?!/?$)",
"^\\.(?!/?$)",
"^\\./?$"
],
[
"^.+\\.s?css$"
]
]
}
],
"testing-library/await-async-query": "error",
"testing-library/no-await-sync-query": "error",
"testing-library/no-debug": "warn",
"jest-dom/prefer-checked": "error",
"jest-dom/prefer-enabled-disabled": "error",
"jest-dom/prefer-required": "error",
"jest-dom/prefer-to-have-attribute": "error"
}
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest-dom": "^3.9.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.4.1"
},
"resolutions": {
"react-side-effect": "^2.1.0"
}
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment