Skip to content

Commit baae893

Browse files
committed
build: Upgrade to rxjs 7
Bump AJSF Material Bootstrap4 and Bootstrap3 versions to 0.5.1-beta.1
1 parent 584cdf1 commit baae893

File tree

6 files changed

+39
-22
lines changed

6 files changed

+39
-22
lines changed

package-lock.json

Lines changed: 29 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "13.0.1",
3+
"version": "13.1.0",
44
"author": "https://github.com/hamzahamidi/Angular6-json-schema-form/graphs/contributors",
55
"description": "Angular JSON Schema Form builder Demo",
66
"engines": {
@@ -92,7 +92,7 @@
9292
"brace": "^0.11.1",
9393
"core-js": "^3.6.5",
9494
"lodash-es": "~4.17.21",
95-
"rxjs": "^6.6.0",
95+
"rxjs": "^7.0.0",
9696
"zone.js": "~0.11.4"
9797
},
9898
"devDependencies": {

projects/ajsf-bootstrap3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ajsf/bootstrap3",
3-
"version": "0.5.0-beta.3",
3+
"version": "0.5.1-beta.1",
44
"description": "Angular JSON Schema Form builder using Bootstrap 3 UI",
55
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"private": false,
3030
"dependencies": {
3131
"lodash-es": "~4.17.21",
32-
"@ajsf/core": "~0.5.0-beta.3",
32+
"@ajsf/core": "~0.5.1-beta.1",
3333
"tslib": "^2.0.0"
3434
},
3535
"peerDependencies": {

projects/ajsf-bootstrap4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ajsf/bootstrap4",
3-
"version": "0.5.0-beta.3",
3+
"version": "0.5.1-beta.1",
44
"description": "Angular JSON Schema Form builder using Bootstrap 4 UI",
55
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"private": false,
3030
"dependencies": {
3131
"lodash-es": "~4.17.21",
32-
"@ajsf/core": "~0.5.0-beta.3",
32+
"@ajsf/core": "~0.5.1-beta.1",
3333
"tslib": "^2.0.0"
3434
},
3535
"peerDependencies": {

projects/ajsf-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ajsf/core",
3-
"version": "0.5.0-beta.3",
3+
"version": "0.5.1-beta.1",
44
"description": "Angular JSON Schema Form builder core",
55
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
66
"keywords": [
@@ -35,7 +35,7 @@
3535
"@angular/core": ">=12.0.0",
3636
"@angular/forms": ">=12.0.0",
3737
"@angular/platform-browser": ">=12.0.0",
38-
"rxjs": "^6.0.0"
38+
"rxjs": "^6.0.0 || ^7.0.0"
3939
},
4040
"devDependencies": {
4141
"@types/lodash-es": "^4.17.3"

projects/ajsf-material/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ajsf/material",
3-
"version": "0.5.0-beta.3",
3+
"version": "0.5.1-beta.1",
44
"description": "Angular JSON Schema Form builder using Angular Material UI",
55
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"private": false,
3030
"dependencies": {
3131
"lodash-es": "~4.17.21",
32-
"@ajsf/core": "~0.5.0-beta.3",
32+
"@ajsf/core": "~0.5.1-beta.1",
3333
"tslib": "^2.0.0"
3434
},
3535
"peerDependencies": {

0 commit comments

Comments
 (0)