Skip to content

Commit

Permalink
chore: bump bootstrap demo version
Browse files Browse the repository at this point in the history
  • Loading branch information
hjalmers committed Nov 25, 2020
1 parent 9025745 commit 659d8e6
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-demo",
"version": "1.0.1",
"version": "2.0.0-rc.1",
"homepage": "https://sebgroup.github.io/bootstrap/",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -73,14 +73,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^11.0.0",
"@angular/common": "^11.0.0",
"@angular/compiler": "^11.0.0",
"@angular/core": "^11.0.0",
"@angular/forms": "^11.0.0",
"@angular/platform-browser": "^11.0.0",
"@angular/platform-browser-dynamic": "^11.0.0",
"@angular/router": "^11.0.0",
"@angular/animations": "^11.0.2",
"@angular/common": "^11.0.2",
"@angular/compiler": "^11.0.2",
"@angular/core": "^11.0.2",
"@angular/forms": "^11.0.2",
"@angular/platform-browser": "^11.0.2",
"@angular/platform-browser-dynamic": "^11.0.2",
"@angular/router": "^11.0.2",
"@fortawesome/angular-fontawesome": "^0.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
Expand All @@ -98,16 +98,16 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "^10.0.1",
"@angular-devkit/build-angular": "^0.1100.1",
"@angular/cli": "^11.0.1",
"@angular/compiler-cli": "^11.0.0",
"@angular/language-service": "^11.0.0",
"@babel/core": "^7.12.3",
"@angular-devkit/build-angular": "^0.1100.2",
"@angular/cli": "^11.0.2",
"@angular/compiler-cli": "^11.0.2",
"@angular/language-service": "^11.0.2",
"@babel/core": "^7.12.9",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"@types/jasmine": "~3.6.0",
"@types/jasmine": "^3.6.2",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.19.4",
"@types/node": "^12.19.7",
"autoprefixer": "^9.8.6",
"backstopjs": "^5.0.6",
"body-scroll-lock": "^2.7.1",
Expand Down Expand Up @@ -137,16 +137,16 @@
"node-sass-tilde-importer": "^1.0.2",
"package-lock-sanitizer": "^1.0.1",
"postcss-cli": "^6.1.1",
"prettier": "^2.1.2",
"prettier": "^2.2.0",
"pretty-quick": "^3.0.2",
"prismjs": "^1.22.0",
"protractor": "~7.0.0",
"raw-loader": "^0.5.1",
"renamer": "^1.1.4",
"replace": "^1.2.0",
"rimraf": "^2.7.1",
"semantic-release": "^17.2.2",
"start-server-and-test": "^1.11.5",
"semantic-release": "^17.3.0",
"start-server-and-test": "^1.11.6",
"ts-node": "~7.0.0",
"tslint": "^6.1.3",
"typescript": "^4.0.5"
Expand Down

0 comments on commit 659d8e6

Please sign in to comment.