Skip to content

Commit

Permalink
INT-3274: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danoaky-tiny committed Mar 21, 2024
1 parent a3d233a commit 2260188
Show file tree
Hide file tree
Showing 2 changed files with 2,683 additions and 3,983 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,58 +15,58 @@
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.7",
"@angular-devkit/core": "^17.0.7",
"@angular/animations": "^17.0.7",
"@angular/cdk": "^17.0.4",
"@angular/cli": "^17.0.7",
"@angular/common": "^17.0.7",
"@angular/compiler": "^17.0.7",
"@angular/compiler-cli": "^17.0.7",
"@angular/core": "^17.0.7",
"@angular/forms": "^17.0.7",
"@angular/language-service": "^17.0.7",
"@angular/material": "^17.0.4",
"@angular/platform-browser": "^17.0.7",
"@angular/platform-browser-dynamic": "^17.0.7",
"@babel/core": "^7.23.6",
"@ephox/agar": "^8.0.0",
"@ephox/bedrock-client": "^14.1.0",
"@ephox/bedrock-server": "^14.1.0",
"@ephox/sugar": "^9.3.0",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/angular": "^7.6.6",
"@storybook/blocks": "^7.6.6",
"@storybook/test": "^7.6.6",
"@angular-devkit/build-angular": "^17.3.1",
"@angular-devkit/core": "^17.3.1",
"@angular/animations": "^17.3.1",
"@angular/cdk": "^17.3.1",
"@angular/cli": "^17.3.1",
"@angular/common": "^17.3.1",
"@angular/compiler": "^17.3.1",
"@angular/compiler-cli": "^17.3.1",
"@angular/core": "^17.3.1",
"@angular/forms": "^17.3.1",
"@angular/language-service": "^17.3.1",
"@angular/material": "^17.3.1",
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@babel/core": "^7.24.3",
"@ephox/agar": "^8.0.1",
"@ephox/bedrock-client": "^14.1.1",
"@ephox/bedrock-server": "^14.1.3",
"@ephox/sugar": "^9.3.1",
"@storybook/addon-essentials": "^8.0.4",
"@storybook/addon-interactions": "^8.0.4",
"@storybook/addon-links": "^8.0.4",
"@storybook/angular": "^8.0.4",
"@storybook/blocks": "^8.0.4",
"@storybook/test": "^8.0.4",
"@tinymce/beehive-flow": "^0.19.0",
"@tinymce/eslint-plugin": "^2.3.1",
"@tinymce/miniature": "^6.0.0",
"@types/node": "^18.6.1",
"autoprefixer": "^10.4.16",
"@types/node": "^20.11.30",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"codelyzer": "^6.0.2",
"copyfiles": "^2.4.1",
"core-js": "^3.34.0",
"eslint-plugin-storybook": "^0.6.15",
"core-js": "^3.36.1",
"eslint-plugin-storybook": "^0.8.0",
"gh-pages": "^6.1.0",
"json": "11.0.0",
"ng-packagr": "^17.0.3",
"ng-packagr": "^17.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"regenerator-runtime": "^0.14.1",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"storybook": "^7.6.6",
"storybook": "^8.0.4",
"tinymce-4": "npm:tinymce@^4",
"tinymce-5": "npm:tinymce@^5",
"tinymce-6": "npm:tinymce@^6",
"to-string-loader": "^1.1.5",
"tslib": "^2.6.2",
"typescript": "~5.2.0",
"webpack": "^5.89.0",
"zone.js": "~0.14.2",
"typescript": "~5.4.3",
"webpack": "^5.91.0",
"zone.js": "~0.14.4",
"zone.js-11": "npm:zone.js@~0.11"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 2260188

Please sign in to comment.