Skip to content

Commit 9b7a8c2

Browse files
committed
build: update deps
1 parent a8c62c9 commit 9b7a8c2

File tree

5 files changed

+76
-76
lines changed

5 files changed

+76
-76
lines changed

examples/webpack-react-dom-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-react-refresh": "^0.4.13",
3838
"eslint-webpack-plugin": "4.2.0",
3939
"file-loader": "^6.2.0",
40-
"html-webpack-plugin": "^5.6.2",
40+
"html-webpack-plugin": "^5.6.3",
4141
"style-loader": "^4.0.0",
4242
"ts-loader": "^9.5.1",
4343
"typescript": "^5.6.3",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"devDependencies": {
5050
"@changesets/cli": "^2.27.9",
5151
"@effect/language-service": "^0.2.0",
52-
"@effect/platform": "^0.69.2",
53-
"@effect/platform-bun": "^0.49.3",
54-
"@effect/platform-node": "^0.64.3",
52+
"@effect/platform": "^0.69.5",
53+
"@effect/platform-bun": "^0.49.6",
54+
"@effect/platform-node": "^0.64.6",
5555
"@effect/schema": "^0.75.5",
5656
"@eslint/config-inspector": "^0.5.5",
5757
"@eslint/js": "^9.13.0",
@@ -71,7 +71,7 @@
7171
"concurrently": "^9.0.1",
7272
"cspell": "^8.15.4",
7373
"dprint": "^0.47.4",
74-
"effect": "^3.10.0",
74+
"effect": "^3.10.1",
7575
"esbuild": "^0.24.0",
7676
"eslint": "^9.13.0",
7777
"eslint-config-flat-gitignore": "^0.3.0",

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"publish": "pnpm run build && pnpm run lint:publish"
4343
},
4444
"devDependencies": {
45-
"effect": "^3.10.0",
45+
"effect": "^3.10.1",
4646
"tsup": "^8.3.0"
4747
}
4848
}

pnpm-lock.yaml

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"next": "^15.0.0",
13-
"nextra": "3.0.15",
14-
"nextra-theme-docs": "3.0.15",
13+
"nextra": "3.1.0",
14+
"nextra-theme-docs": "3.1.0",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
1717
"ts-pattern": "^5.5.0"
@@ -31,7 +31,7 @@
3131
"@vanilla-extract/next-plugin": "^2.4.6",
3232
"@vitejs/plugin-react": "^4.3.3",
3333
"autoprefixer": "^10.4.20",
34-
"effect": "^3.10.0",
34+
"effect": "^3.10.1",
3535
"eslint": "^9.13.0",
3636
"eslint-plugin-mdx": "^3.1.5",
3737
"eslint-plugin-react-hooks": "^5.0.0",

0 commit comments

Comments
 (0)