Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Sep 10, 2024
1 parent b84b458 commit 60d6fdd
Show file tree
Hide file tree
Showing 7 changed files with 898 additions and 832 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-trees-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@evolu/common": patch
---

Update Effect Platform dependency
4 changes: 2 additions & 2 deletions apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@evolu/react-native": "workspace:*",
"@expo/metro-runtime": "~3.2.1",
"@react-native-community/netinfo": "11.3.1",
"@types/react-native": "^0.73.0",
"babel-plugin-module-resolver": "^5.0.2",
"crypto-browserify": "^3.12.0",
"effect": "^3.2.1",
Expand All @@ -39,6 +38,7 @@
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@types/react-native": "^0.73.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-syntax-import-attributes": "^7.24.7",
"@babel/plugin-transform-dynamic-import": "^7.24.1",
Expand All @@ -51,7 +51,7 @@
"eslint": "^8.57.0",
"eslint-config-evolu": "workspace:*",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion apps/web/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint": "^8.57.0",
"eslint-config-evolu": "workspace:*",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
Expand Down
92 changes: 46 additions & 46 deletions examples/react-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"name": "@example/react-electron",
"private": true,
"productName": "react-electron-app",
"version": "0.1.0",
"description": "My Electron application description",
"main": ".webpack/main",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx ."
},
"keywords": [],
"author": {
"name": "Daniel Steigerwald",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@electron-forge/cli": "7.4.0",
"@electron-forge/maker-deb": "7.4.0",
"@electron-forge/maker-rpm": "7.4.0",
"@electron-forge/maker-squirrel": "7.4.0",
"@electron-forge/maker-zip": "7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "7.4.0",
"@electron-forge/plugin-webpack": "7.4.0",
"@vercel/webpack-asset-relocator-loader": "1.7.4",
"css-loader": "7.1.2",
"electron": "31.3.1",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
"fork-ts-checker-webpack-plugin": "9.0.2",
"node-loader": "2.0.0",
"style-loader": "4.0.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {
"@evolu/react": "latest",
"@types/react-dom": "~18.3.0",
"electron-squirrel-startup": "1.0.1",
"react": "18.3.1",
"react-dom": "18.3.1"
}
"name": "@example/react-electron",
"private": true,
"productName": "react-electron-app",
"version": "0.1.0",
"description": "My Electron application description",
"main": ".webpack/main",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx ."
},
"keywords": [],
"author": {
"name": "Daniel Steigerwald",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@electron-forge/cli": "7.4.0",
"@electron-forge/maker-deb": "7.4.0",
"@electron-forge/maker-rpm": "7.4.0",
"@electron-forge/maker-squirrel": "7.4.0",
"@electron-forge/maker-zip": "7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "7.4.0",
"@electron-forge/plugin-webpack": "7.4.0",
"@vercel/webpack-asset-relocator-loader": "1.7.4",
"css-loader": "7.1.2",
"electron": "31.3.1",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
"fork-ts-checker-webpack-plugin": "9.0.2",
"node-loader": "2.0.0",
"style-loader": "4.0.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "^5.5.4"
},
"dependencies": {
"@evolu/react": "latest",
"@types/react-dom": "~18.3.0",
"electron-squirrel-startup": "1.0.1",
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/evolu-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"nanoid": "^5.0.7"
},
"devDependencies": {
"@effect/platform": "^0.63.0",
"@effect/platform": "^0.64.0",
"@effect/schema": "^0.72.0",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.4",
Expand All @@ -74,7 +74,7 @@
"vitest": "^2.0.0"
},
"peerDependencies": {
"@effect/platform": "^0.63.0",
"@effect/platform": "^0.64.0",
"@effect/schema": "^0.72.0",
"effect": "^3.1.2"
},
Expand Down
Loading

0 comments on commit 60d6fdd

Please sign in to comment.