Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nitedani committed Jan 1, 2024
1 parent a5f874d commit acb2ba2
Show file tree
Hide file tree
Showing 7 changed files with 328 additions and 1,147 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/platform-server": "^17.0.0",
"@nitedani/vite-plugin-angular": "^17.0.11",
"@vikejs/vite-plugin-angular": "^17.0.12",
"rxjs": "^7.8.1",
"typescript": "5.2.2",
"vike": "^0.4.152",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { angular } from '@nitedani/vite-plugin-angular/plugin'
import { angular } from '@vikejs/vite-plugin-angular/plugin'
import vike from 'vike/plugin'
import type { UserConfig } from 'vite'

Expand Down
3 changes: 2 additions & 1 deletion packages/vike-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
},
"peerDependencies": {
"@angular/core": "^17.0.0",
"@nitedani/vite-plugin-angular": "^17.0.11",
"@vikejs/vite-plugin-angular": "^17.0.12",
"vike": "^0.4.152",
"vite": "^5.0.0"
},
"devDependencies": {
"@angular/core": "^17.0.0",
"@vikejs/vite-plugin-angular": "^17.0.12",
"@brillout/release-me": "^0.1.12",
"@types/node": "^18.17.18",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-angular/renderer/onRenderClient.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { onRenderClient }

import { renderPage } from '@nitedani/vite-plugin-angular/client'
import { renderPage } from '@vikejs/vite-plugin-angular/client'
import { OnRenderClientAsync } from 'vike/types'
import { PageContext } from './PageContext'

Expand Down
2 changes: 1 addition & 1 deletion packages/vike-angular/renderer/onRenderHtml.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://vike.dev/onRenderHtml
export { onRenderHtml }

import { renderToString } from '@nitedani/vite-plugin-angular/server'
import { renderToString } from '@vikejs/vite-plugin-angular/server'
import { dangerouslySkipEscape, escapeInject, version } from 'vike/server'
import type { OnRenderHtmlAsync } from 'vike/types'
import { PageContext } from './PageContext.js'
Expand Down
Loading

0 comments on commit acb2ba2

Please sign in to comment.