Skip to content

Commit

Permalink
Update packages & bring apps in line
Browse files Browse the repository at this point in the history
  • Loading branch information
braddf committed Apr 19, 2024
1 parent 815dc23 commit bbcd711
Show file tree
Hide file tree
Showing 6 changed files with 5,562 additions and 9,088 deletions.
22 changes: 11 additions & 11 deletions apps/nowcasting-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"cookies": "^0.8.0",
"js-cookie": "^3.0.5",
"mapbox-gl": "^2.8.2",
"next": "^12.0.7",
"next": "14.1.0",
"openapi-fetch": "^0.9.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18",
"react-dom": "^18",
"react-hooks-global-state": "^1.0.2",
"react-icons": "^4.4.0",
"react-toastify": "^9.0.4",
"rechart": "^0.0.1",
"recharts": "^2.12.0",
"resize-observer-polyfill": "^1.5.1",
"turbo": "^1.0.26"
},
Expand All @@ -40,21 +40,21 @@
"@babel/eslint-parser": "^7.19.1",
"@jest/globals": "^29.7.0",
"@openclimatefix/nowcasting-tsconfig": "*",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/addon-actions": "^8.0.8",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.4.22",
"@storybook/manager-webpack5": "^6.4.22",
"@storybook/react": "^6.4.22",
"@storybook/builder-webpack5": "^8.0.8",
"@storybook/manager-webpack5": "^7.0.0-alpha.10",
"@storybook/react": "^8.0.8",
"@tailwindcss/forms": "^0.5.1",
"@tailwindcss/typography": "^0.5.2",
"@types/jest": "^29.5.5",
"@types/js-cookie": "^3.0.3",
"@types/leaflet": "^1.7.9",
"@types/mapbox-gl": "^2.7.2",
"@types/react": "^18",
"@types/react-dom": "^18.2.24",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
Expand Down
6 changes: 3 additions & 3 deletions apps/nowcasting-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@heroicons/react": "^1.0.6",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"next": "12.1.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"next": "14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"turbo": "^1.2.11"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions apps/ux-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"d3": "^7.3.0",
"leaflet": "^1.7.1",
"mapbox-gl": "^2.7.0",
"next": "12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"next": "14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^3.2.5",
"recharts": "^2.1.9"
},
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"prepare": "husky install"
},
"workspaces": [
"packages/*",
"apps/*"
"packages/nowcasting-tsconfig",
"apps/nowcasting-app",
"apps/quartz-app"
],
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/nowcasting-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"postcss": "^8.4.5",
"react": "^17.0.2",
"react": "^18.2.0",
"tailwindcss": "^3.0.13",
"tsup": "^5.10.1",
"typescript": "^4.5.3"
Expand Down
Loading

0 comments on commit bbcd711

Please sign in to comment.