Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- 18.2.0
- 18.3.1
- 19.0.0
- 19.1.0-canary-de1eaa26-20250124
- 0.0.0-experimental-de1eaa26-20250124
- 19.1.0-canary-fbcda19a-20250317
- 0.0.0-experimental-fbcda19a-20250317
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ module.exports = {

5. Restart the application server
<br />
That's it you will now be able to do `import {
(state, useSnapshot, subscribe)
} from '@state';` from anywhere inside your application.
That's it you will now be able to do `import
{(state, useSnapshot, subscribe)} from '@state';` from anywhere inside your
application.

## Using a third party library

Expand Down
4 changes: 2 additions & 2 deletions examples/counter/src/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
code[class*='language-'],
pre[class*='language-'] {
color: #393a34;
font-family: 'Consolas', 'Bitstream Vera Sans Mono', 'Courier New', Courier,
monospace;
font-family:
'Consolas', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
direction: ltr;
text-align: left;
white-space: pre;
Expand Down
4 changes: 2 additions & 2 deletions examples/todo/src/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
code[class*='language-'],
pre[class*='language-'] {
color: #393a34;
font-family: 'Consolas', 'Bitstream Vera Sans Mono', 'Courier New', Courier,
monospace;
font-family:
'Consolas', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
direction: ltr;
text-align: left;
white-space: pre;
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,48 +107,48 @@
"proxy-compare": "^3.0.1"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.22.0",
"@redux-devtools/extension": "^3.3.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-typescript": "^12.1.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jsdom": "^21.1.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitest/coverage-v8": "^3.0.4",
"@vitest/eslint-plugin": "^1.1.25",
"@vitest/ui": "^3.0.4",
"esbuild": "^0.24.2",
"eslint": "9.19.0",
"eslint-import-resolver-typescript": "^3.7.0",
"@types/react": "^19.0.11",
"@types/react-dom": "^19.0.4",
"@vitest/coverage-v8": "^3.0.9",
"@vitest/eslint-plugin": "^1.1.37",
"@vitest/ui": "^3.0.9",
"esbuild": "^0.25.1",
"eslint": "9.22.0",
"eslint-import-resolver-typescript": "^4.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-decd7b8-20250118",
"eslint-plugin-react-compiler": "19.0.0-beta-3229e95-20250315",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-testing-library": "^7.1.1",
"jest-leak-detector": "^29.7.0",
"jsdom": "^26.0.0",
"json": "^11.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.4.2",
"prettier": "^3.5.3",
"proxy-memoize": "^3.0.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"redux": "^5.0.1",
"rollup": "^4.32.0",
"rollup-plugin-esbuild": "^6.1.1",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"rollup": "^4.36.0",
"rollup-plugin-esbuild": "^6.2.1",
"shelljs": "^0.9.2",
"shx": "^0.4.0",
"ts-expect": "^1.3.0",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.11",
"vitest": "^3.0.4"
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.2.2",
"vitest": "^3.0.9"
},
"peerDependencies": {
"@types/react": ">=18.0.0",
Expand Down
Loading