Skip to content

Commit

Permalink
build: Upgrade to rxjs 7
Browse files Browse the repository at this point in the history
Bump AJSF Material Bootstrap4 and Bootstrap3 versions to 0.5.1-beta.1
  • Loading branch information
hamzahamidi committed Oct 31, 2021
1 parent 584cdf1 commit baae893
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 22 deletions.
41 changes: 29 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "13.0.1",
"version": "13.1.0",
"author": "https://github.com/hamzahamidi/Angular6-json-schema-form/graphs/contributors",
"description": "Angular JSON Schema Form builder Demo",
"engines": {
Expand Down Expand Up @@ -92,7 +92,7 @@
"brace": "^0.11.1",
"core-js": "^3.6.5",
"lodash-es": "~4.17.21",
"rxjs": "^6.6.0",
"rxjs": "^7.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions projects/ajsf-bootstrap3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ajsf/bootstrap3",
"version": "0.5.0-beta.3",
"version": "0.5.1-beta.1",
"description": "Angular JSON Schema Form builder using Bootstrap 3 UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@ajsf/core": "~0.5.0-beta.3",
"@ajsf/core": "~0.5.1-beta.1",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions projects/ajsf-bootstrap4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ajsf/bootstrap4",
"version": "0.5.0-beta.3",
"version": "0.5.1-beta.1",
"description": "Angular JSON Schema Form builder using Bootstrap 4 UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@ajsf/core": "~0.5.0-beta.3",
"@ajsf/core": "~0.5.1-beta.1",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions projects/ajsf-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ajsf/core",
"version": "0.5.0-beta.3",
"version": "0.5.1-beta.1",
"description": "Angular JSON Schema Form builder core",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"@angular/core": ">=12.0.0",
"@angular/forms": ">=12.0.0",
"@angular/platform-browser": ">=12.0.0",
"rxjs": "^6.0.0"
"rxjs": "^6.0.0 || ^7.0.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.3"
Expand Down
4 changes: 2 additions & 2 deletions projects/ajsf-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ajsf/material",
"version": "0.5.0-beta.3",
"version": "0.5.1-beta.1",
"description": "Angular JSON Schema Form builder using Angular Material UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@ajsf/core": "~0.5.0-beta.3",
"@ajsf/core": "~0.5.1-beta.1",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit baae893

Please sign in to comment.