Skip to content

Commit

Permalink
#1 -Upgrade react and vite and auth packages
Browse files Browse the repository at this point in the history
  • Loading branch information
patkyn committed Oct 29, 2024
1 parent b141cd4 commit b1dd14f
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions publishing-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "lists-ui-vite",
"name": "publish-ui-vite",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -10,8 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.8.3",
"@emotion/react": "^11.11.1",
"@apollo/client": "^3.11.8",
"@emotion/react": "^11.13.3",
"@mantine/core": "^6.0.21",
"@mantine/dropzone": "^6.0.21",
"@mantine/form": "^6.0.21",
Expand All @@ -21,33 +21,33 @@
"@mantine/prism": "^6.0.21",
"@mantine/spotlight": "^6.0.21",
"@mapbox/geojson-extent": "^1.0.1",
"@tabler/icons": "^2.33.0",
"@tabler/icons-react": "^2.34.0",
"@types/geojson": "^7946.0.11",
"@types/mapbox-gl": "^2.7.14",
"apexcharts": "^3.44.0",
"axios": "^1.6.1",
"graphql": "^16.8.0",
"mapbox-gl": "^2.15.0",
"oidc-client-ts": "^2.2.5",
"react": "^18.2.0",
"@tabler/icons": "^3.20.0",
"@tabler/icons-react": "^3.20.0",
"@types/geojson": "^7946.0.14",
"@types/mapbox-gl": "^3.4.0",
"apexcharts": "^3.54.1",
"axios": "^1.7.7",
"graphql": "^16.9.0",
"mapbox-gl": "^3.7.0",
"oidc-client-ts": "^3.1.0",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0",
"react-intl": "^6.4.4",
"react-oidc-context": "^2.3.0",
"react-router-dom": "^6.15.0",
"react-dom": "^18.3.1",
"react-intl": "^6.8.1",
"react-oidc-context": "^3.2.0",
"react-router-dom": "^6.27.0",
"wkt": "^0.1.1"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}

0 comments on commit b1dd14f

Please sign in to comment.