Skip to content

Commit

Permalink
Template dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed Oct 9, 2024
1 parent 9c3611e commit ea57008
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 58 deletions.
Binary file modified packages/cli/templates/template/.yarn/install-state.gz
Binary file not shown.
43 changes: 21 additions & 22 deletions packages/cli/templates/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,18 @@
"@firecms/core": "^3.0.0-beta",
"@firecms/firebase": "^3.0.0-beta",
"@firecms/ui": "^3.0.0-beta",
"firebase": "^10.12.2",
"firebase": "^10.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3"
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2"
},
"scripts": {
"dev": "vite --mode development",
"build": "vite build && tsc",
"preview": "vite build && vite preview",
"deploy": "vite build && firebase deploy --only hosting --project [REPLACE_WITH_PROJECT_ID]"
},

"browserslist": {
"production": [
">0.2%",
Expand All @@ -33,25 +32,25 @@
]
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.71",
"@types/react-dom": "18.2.22",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.11",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0"
}
}
22 changes: 11 additions & 11 deletions packages/cli/templates/template_cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
},
"dependencies": {
"@firecms/cloud": "^3.0.0-beta",
"firebase": "^10.12.2",
"firebase": "^10.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@originjs/vite-plugin-federation": "^1.3.5",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"@originjs/vite-plugin-federation": "^1.3.6",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"vite": "^5.2.6"
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
}
Binary file modified packages/cli/templates/template_pro/.yarn/install-state.gz
Binary file not shown.
49 changes: 24 additions & 25 deletions packages/cli/templates/template_pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,30 @@
"private": true,
"type": "module",
"dependencies": {
"typeface-rubik": "^1.1.13",
"@fontsource/jetbrains-mono": "^5.0.20",
"@firecms/collection_editor": "^3.0.0-beta",
"@firecms/collection_editor_firebase": "^3.0.0-beta",
"@firecms/core": "^3.0.0-beta",
"@firecms/data_enhancement": "^3.0.0-beta",
"@firecms/data_import": "^3.0.0-beta",
"@firecms/data_export": "^3.0.0-beta",
"@firecms/data_import": "^3.0.0-beta",
"@firecms/firebase": "^3.0.0-beta",
"@firecms/schema_inference": "^3.0.0-beta",
"@firecms/ui": "^3.0.0-beta",
"@firecms/user_management": "^3.0.0-beta",
"firebase": "^10.12.2",
"@fontsource/jetbrains-mono": "^5.1.1",
"firebase": "^10.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3"
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"typeface-rubik": "^1.1.13"
},
"scripts": {
"dev": "vite --mode development",
"build": "vite build && tsc",
"preview": "vite build && vite preview",
"deploy": "vite build && firebase deploy --only hosting --project [REPLACE_WITH_PROJECT_ID]"
},

"browserslist": {
"production": [
">0.2%",
Expand All @@ -42,25 +41,25 @@
]
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.71",
"@types/react-dom": "18.2.22",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.11",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0"
}
}

0 comments on commit ea57008

Please sign in to comment.