Skip to content

Commit

Permalink
test: build
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Sep 10, 2024
1 parent 13c725d commit 4f5f7cb
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
version: 6.10.0

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@layer/mobile",
"main": "expo-router/entry",
"types": "./bridge/native.ts",
"version": "1.0.2-SNAPSHOT",
"version": "1.0.3",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@layer/web",
"private": true,
"version": "1.0.2-SNAPSHOT",
"version": "1.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -81,7 +81,7 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"typescript": "~5.3.3",
"vite": "^5.2.0",
"vite-plugin-svgr": "^4.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "layer",
"version": "1.0.2-SNAPSHOT",
"version": "1.0.3",
"private": true,
"scripts": {
"web": "pnpm -F @layer/web",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layer/shared",
"version": "1.0.2-SNAPSHOT",
"version": "1.0.3",
"description": "",
"main": "index.ts",
"types": "./index.ts",
Expand Down
124 changes: 62 additions & 62 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f5f7cb

Please sign in to comment.