Skip to content

Commit 6dd4c67

Browse files
committed
Update_NPM_Packages
1 parent 39cba54 commit 6dd4c67

File tree

106 files changed

+194
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+194
-194
lines changed

modules/openiddict/app/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@abp/ng.setting-management": "~9.3.5",
2121
"@abp/ng.tenant-management": "~9.3.5",
2222
"@abp/ng.theme.shared": "~9.3.5",
23-
"@abp/ng.theme.lepton-x": "~4.3.5",
23+
"@abp/ng.theme.lepton-x": "~10.0.0-rc.1",
2424
"@angular/animations": "^15.0.1",
2525
"@angular/common": "^15.0.1",
2626
"@angular/compiler": "^15.0.1",

npm/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.3.5",
2+
"version": "10.0.0-rc.1",
33
"packages": [
44
"packs/*"
55
],

npm/ng-packs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
},
4747
"private": true,
4848
"devDependencies": {
49-
"@abp/ng.theme.lepton-x": "~4.3.5",
50-
"@abp/utils": "~9.3.5",
49+
"@abp/ng.theme.lepton-x": "~10.0.0-rc.1",
50+
"@abp/utils": "~10.0.0-rc.1",
5151
"@angular-devkit/build-angular": "~20.0.0",
5252
"@angular-devkit/core": "~20.0.0",
5353
"@angular-devkit/schematics": "~20.0.0",

npm/ng-packs/packages/account-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@abp/ng.account.core",
3-
"version": "9.3.5",
3+
"version": "10.0.0-rc.1",
44
"homepage": "https://abp.io",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/abpframework/abp.git"
88
},
99
"dependencies": {
10-
"@abp/ng.core": "~9.3.5",
11-
"@abp/ng.theme.shared": "~9.3.5",
10+
"@abp/ng.core": "~10.0.0-rc.1",
11+
"@abp/ng.theme.shared": "~10.0.0-rc.1",
1212
"tslib": "^2.0.0"
1313
},
1414
"publishConfig": {

npm/ng-packs/packages/account/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@abp/ng.account",
3-
"version": "9.3.5",
3+
"version": "10.0.0-rc.1",
44
"homepage": "https://abp.io",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/abpframework/abp.git"
88
},
99
"dependencies": {
10-
"@abp/ng.account.core": "~9.3.5",
11-
"@abp/ng.theme.shared": "~9.3.5",
10+
"@abp/ng.account.core": "~10.0.0-rc.1",
11+
"@abp/ng.theme.shared": "~10.0.0-rc.1",
1212
"tslib": "^2.0.0"
1313
},
1414
"publishConfig": {

npm/ng-packs/packages/components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@abp/ng.components",
3-
"version": "9.3.5",
3+
"version": "10.0.0-rc.1",
44
"homepage": "https://abp.io",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/abpframework/abp.git"
88
},
99
"peerDependencies": {
10-
"@abp/ng.core": ">=9.3.5",
11-
"@abp/ng.theme.shared": ">=9.3.5"
10+
"@abp/ng.core": ">=10.0.0-rc.1",
11+
"@abp/ng.theme.shared": ">=10.0.0-rc.1"
1212
},
1313
"dependencies": {
1414
"chart.js": "^3.5.1",

npm/ng-packs/packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@abp/ng.core",
3-
"version": "9.3.5",
3+
"version": "10.0.0-rc.1",
44
"homepage": "https://abp.io",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/abpframework/abp.git"
88
},
99
"dependencies": {
10-
"@abp/utils": "~9.3.5",
10+
"@abp/utils": "~10.0.0-rc.1",
1111
"just-clone": "^6.0.0",
1212
"just-compare": "^2.0.0",
1313
"ts-toolbelt": "^9.0.0",

npm/ng-packs/packages/feature-management/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@abp/ng.feature-management",
3-
"version": "9.3.5",
3+
"version": "10.0.0-rc.1",
44
"homepage": "https://abp.io",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/abpframework/abp.git"
88
},
99
"dependencies": {
10-
"@abp/ng.theme.shared": "~9.3.5",
10+
"@abp/ng.theme.shared": "~10.0.0-rc.1",
1111
"tslib": "^2.0.0"
1212
},
1313
"publishConfig": {

npm/ng-packs/packages/generators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abp/nx.generators",
3-
"version": "9.3.5",
3+
"version": "10.0.0-rc.1",
44
"homepage": "https://abp.io",
55
"generators": "./generators.json",
66
"type": "commonjs",

npm/ng-packs/packages/identity/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@abp/ng.identity",
3-
"version": "9.3.5",
3+
"version": "10.0.0-rc.1",
44
"homepage": "https://abp.io",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/abpframework/abp.git"
88
},
99
"dependencies": {
10-
"@abp/ng.components": "~9.3.5",
11-
"@abp/ng.permission-management": "~9.3.5",
12-
"@abp/ng.theme.shared": "~9.3.5",
10+
"@abp/ng.components": "~10.0.0-rc.1",
11+
"@abp/ng.permission-management": "~10.0.0-rc.1",
12+
"@abp/ng.theme.shared": "~10.0.0-rc.1",
1313
"tslib": "^2.0.0"
1414
},
1515
"publishConfig": {

0 commit comments

Comments
 (0)