Skip to content

Commit

Permalink
Merge branch 'main' into fix/file-router/missing-route-after-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
platosha authored Dec 10, 2024
2 parents 69c4336 + 35aaded commit 2e9762a
Show file tree
Hide file tree
Showing 61 changed files with 4,185 additions and 3,963 deletions.
1,921 changes: 1,075 additions & 846 deletions package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,44 +34,44 @@
},
"devDependencies": {
"@nx/js": "^18.0.4",
"@preact/signals-react-transform": "^0.3.1",
"@remcovaes/web-test-runner-vite-plugin": "^1.2.1",
"@types/karma": "^6.3.8",
"@types/node": "^20.11.19",
"@preact/signals-react-transform": "^0.4.0",
"@remcovaes/web-test-runner-vite-plugin": "^1.2.2",
"@types/karma": "^6.3.9",
"@types/node": "^22.10.1",
"@vaadin/react-components": "24.6.0-rc1",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.4",
"@web/test-runner": "^0.19.0",
"chai-dom": "^1.12.0",
"compare-versions": "^6.1.0",
"compare-versions": "^6.1.1",
"concurrently": "^8.2.2",
"cssnano": "^6.0.3",
"esbuild": "^0.20.1",
"esbuild": "^0.24.0",
"eslint": "^8.56.0",
"eslint-config-vaadin": "1.0.0-alpha.18",
"eslint-plugin-mocha": "^10.3.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tsdoc": "^0.2.17",
"glob": "^10.3.10",
"karma": "^6.4.3",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-mocha": "^2.0.1",
"karma-spec-reporter": "^0.0.36",
"karma-viewport": "^1.0.9",
"karma-vite": "^1.0.5",
"lint-staged": "^15.2.2",
"magic-string": "^0.30.7",
"lint-staged": "^15.2.10",
"magic-string": "^0.30.14",
"meow": "^13.2.0",
"micromatch": "^4.0.5",
"micromatch": "^4.0.8",
"mocha": "^10.3.0",
"nx": "^18.0.4",
"postcss": "^8.4.35",
"postcss": "^8.4.49",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.9.0",
"simple-git-hooks": "^2.11.1",
"sync-request": "^6.1.0",
"tsx": "^4.16.2",
"type-fest": "^4.28.1",
"typescript": "5.6.2",
"vite": "5.4.6"
"tsx": "^4.19.2",
"type-fest": "^4.30.0",
"typescript": "5.7.2",
"vite": "^5.4.11"
}
}
Loading

0 comments on commit 2e9762a

Please sign in to comment.