Skip to content

Commit 8b5a563

Browse files
committed
feat: v18
1 parent faec3cf commit 8b5a563

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-workspace",
3-
"version": "0.0.0",
3+
"version": "18.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/ngx-notion-cms/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "ngx-notion-cms",
3-
"version": "0.1.0",
3+
"version": "18.0.0",
44
"peerDependencies": {
5-
"@angular/common": "~18.0.0",
6-
"@angular/core": "~18.0.0",
7-
"ngx-highlightjs": "~12.0.0"
5+
"@angular/common": "^18.0.0",
6+
"@angular/core": "^18.0.0",
7+
"ngx-highlightjs": "^12.0.0"
88
},
99
"dependencies": {
1010
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)