Skip to content

Commit

Permalink
Merge branch 'sw/up-pnpm-version' into sw/add-evolu-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
samwightt committed Sep 10, 2024
2 parents e1d7a22 + 435b7df commit 746920d
Show file tree
Hide file tree
Showing 16 changed files with 944 additions and 847 deletions.
9 changes: 9 additions & 0 deletions apps/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# native

## 1.0.54

### Patch Changes

- Updated dependencies [60d6fdd]
- @evolu/common@5.4.4
- @evolu/react@8.2.0
- @evolu/react-native@11.1.0

## 1.0.53

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "native",
"version": "1.0.53",
"version": "1.0.54",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -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"
}
}
6 changes: 6 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# server

## 1.1.5

### Patch Changes

- @evolu/server@7.2.4

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.1.4",
"version": "1.1.5",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# web

## 1.0.66

### Patch Changes

- Updated dependencies [60d6fdd]
- @evolu/common@5.4.4
- @evolu/react@8.2.0

## 1.0.65

### Patch Changes
Expand Down
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.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.65",
"version": "1.0.66",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down 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"
}
}
2 changes: 1 addition & 1 deletion packages/evolu-common-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"vitest": "^2.0.0"
},
"peerDependencies": {
"@evolu/common": "^5.4.3",
"@evolu/common": "^5.4.4",
"react": "^18.2.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-common-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"vitest": "^2.0.0"
},
"peerDependencies": {
"@evolu/common": "^5.4.3",
"@evolu/common": "^5.4.4",
"@sqlite.org/sqlite-wasm": "^3.46.1-build1"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/evolu-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @evolu/common

## 5.4.4

### Patch Changes

- 60d6fdd: Update Effect Platform dependency

## 5.4.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/evolu-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolu/common",
"version": "5.4.3",
"version": "5.4.4",
"description": "Local-first platform designed for privacy, ease of use, and no vendor lock-in to sync and backup people's lifetime data",
"keywords": [
"evolu",
Expand Down Expand Up @@ -62,7 +62,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 @@ -75,7 +75,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
2 changes: 1 addition & 1 deletion packages/evolu-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"vitest": "^2.0.0"
},
"peerDependencies": {
"@evolu/common": "^5.4.3",
"@evolu/common": "^5.4.4",
"@evolu/common-react": "^8.1.0",
"@evolu/common-web": "^8.2.1",
"react-dom": "^18.2.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/evolu-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @evolu/server

## 7.2.4

### Patch Changes

- Updated dependencies [60d6fdd]
- @evolu/common@5.4.4

## 7.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/evolu-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolu/server",
"version": "7.2.3",
"version": "7.2.4",
"description": "Node.js server for Evolu",
"author": "Daniel Steigerwald <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -50,7 +50,7 @@
"vitest": "^2.0.0"
},
"peerDependencies": {
"@evolu/common": "^5.4.3",
"@evolu/common": "^5.4.4",
"express": "^4.19.2"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 746920d

Please sign in to comment.