Skip to content

Commit

Permalink
Deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed Oct 9, 2024
1 parent b908f38 commit 9c3611e
Show file tree
Hide file tree
Showing 24 changed files with 1,832 additions and 1,449 deletions.
46 changes: 23 additions & 23 deletions examples/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"@firecms/schema_inference": "^3.0.0-canary.131",
"@firecms/ui": "^3.0.0-canary.131",
"@firecms/user_management": "^3.0.0-canary.131",
"@fontsource/jetbrains-mono": "^5.0.20",
"@radix-ui/react-portal": "^1.1.1",
"@fontsource/jetbrains-mono": "^5.1.1",
"@radix-ui/react-portal": "^1.1.2",
"clsx": "^2.1.1",
"firebase": "^10.12.4",
"firebase": "^10.14.0",
"react": "^18.3.1",
"react-datepicker": "^7.3.0",
"react-datepicker": "^7.4.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-dropzone": "^14.2.9",
"react-fast-compare": "^3.2.2",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"typeface-rubik": "^1.1.13"
},
"scripts": {
Expand All @@ -47,27 +47,27 @@
]
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.3",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.11",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^9.7.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-react-app": "^7.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-react": "^7.34.3",
"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.7",
"postcss": "^8.4.40",
"eslint-plugin-react-refresh": "^0.4.12",
"postcss": "^8.4.47",
"realm-web": "^2.0.1",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0"
}
}
22 changes: 11 additions & 11 deletions examples/example_cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
},
"dependencies": {
"@firecms/cloud": "^3.0.0-canary.131",
"@fontsource/jetbrains-mono": "^5.0.20",
"firebase": "^10.12.4",
"@fontsource/jetbrains-mono": "^5.1.1",
"firebase": "^10.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typeface-rubik": "^1.1.13"
},
"devDependencies": {
"@originjs/vite-plugin-federation": "^1.3.5",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "18.3.3",
"@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.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.4",
"vite": "^5.3.4"
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
}
42 changes: 21 additions & 21 deletions examples/example_pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@firecms/schema_inference": "^3.0.0-canary.131",
"@firecms/ui": "^3.0.0-canary.131",
"@firecms/user_management": "^3.0.0-canary.131",
"@fontsource/jetbrains-mono": "^5.0.20",
"@supabase/supabase-js": "^2.45.3",
"firebase": "^10.12.4",
"@fontsource/jetbrains-mono": "^5.1.1",
"@supabase/supabase-js": "^2.45.4",
"firebase": "^10.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"react18-json-view": "^0.2.8",
"typeface-rubik": "^1.1.13"
},
Expand All @@ -47,27 +47,27 @@
]
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.3",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.11",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^9.7.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-react-app": "^7.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-react": "^7.34.3",
"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.7",
"postcss": "^8.4.40",
"eslint-plugin-react-refresh": "^0.4.12",
"postcss": "^8.4.47",
"realm-web": "^2.0.1",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@
"release": "git push origin main:release"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@eslint/js": "^9.12.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^9.7.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"eslint": "^9.12.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"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",
"lerna": "^8.1.7",
"lerna": "^8.1.8",
"npm-run-all": "^4.1.5",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0"
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1"
}
}
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@
"chalk": "^4.1.2",
"execa": "^4.1.0",
"form-data": "^4.0.0",
"googleapis": "^140.0.1",
"googleapis": "^144.0.0",
"inquirer": "^7.3.3",
"json5": "^2.2.3",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"nocache": "^4.0.0",
"open": "^10.1.0",
"ora": "^8.0.1",
"ora": "^8.1.0",
"ws": "^8.18.0",
"zip-folder": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@types/node": "^20.16.11",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"vite": "^5.3.4"
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"files": [
"bin/",
Expand Down
16 changes: 8 additions & 8 deletions packages/collection_editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@firecms/schema_inference": "^3.0.0-canary.131",
"@firecms/ui": "^3.0.0-canary.131",
"json5": "^2.2.3",
"prism-react-renderer": "^2.3.1"
"prism-react-renderer": "^2.4.0"
},
"peerDependencies": {
"react": "^18.3.1",
Expand Down Expand Up @@ -50,15 +50,15 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/react": "^18.3.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"jest": "^29.7.0",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1",
"ts-jest": "^29.2.3",
"typescript": "^5.5.4",
"vite": "^5.3.4"
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"files": [
"dist",
Expand Down
8 changes: 4 additions & 4 deletions packages/collection_editor_firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.4",
"vite": "^5.3.4"
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions packages/create_firecms_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@firecms/cli": "^3.0.0-canary.131"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@types/node": "^20.16.11",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"files": [
"bin/"
Expand Down
14 changes: 7 additions & 7 deletions packages/data_enhancement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
]
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@testing-library/jest-dom": "^6.5.0",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.3",
"typescript": "^5.5.4",
"vite": "^5.3.4"
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"jest": {
"transform": {
Expand Down
14 changes: 7 additions & 7 deletions packages/data_export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@testing-library/jest-dom": "^6.4.6",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@testing-library/jest-dom": "^6.5.0",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.3",
"typescript": "^5.5.4",
"vite": "^5.3.4"
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"jest": {
"transform": {
Expand Down
14 changes: 7 additions & 7 deletions packages/data_import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@testing-library/jest-dom": "^6.4.6",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@testing-library/jest-dom": "^6.5.0",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.3",
"typescript": "^5.5.4",
"vite": "^5.3.4"
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"jest": {
"transform": {
Expand Down
14 changes: 7 additions & 7 deletions packages/data_import_export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@testing-library/jest-dom": "^6.4.6",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@testing-library/jest-dom": "^6.5.0",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.3",
"typescript": "^5.5.4",
"vite": "^5.3.4"
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"jest": {
"transform": {
Expand Down
8 changes: 4 additions & 4 deletions packages/datatalk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"@monaco-editor/react": "^4.6.0"
},
"devDependencies": {
"@types/node": "20.14.12",
"@types/react": "^18.3.3",
"@types/node": "20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "18.3.0",
"typescript": "^5.5.4",
"vite": "^5.3.4"
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"gitHead": "0c46cee41d666c60817c9f4f0447f78fcfa07ddf"
}
Loading

0 comments on commit 9c3611e

Please sign in to comment.