Skip to content

Commit

Permalink
feat: update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jun 26, 2024
1 parent 4e9d6f3 commit e187015
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 250 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const config: Config = {
],
},
transformIgnorePatterns: [
'node_modules/(?!@angular|rxjs|ngx-highlightjs|@maskito|@ng-web-apis|@taiga-ui\\/event-plugins|@taiga-ui\\/polymorpheus)',
'node_modules/(?!@angular|rxjs|ngx-highlightjs|@maskito|@ng-web-apis|@taiga-ui\\/event-plugins|@taiga-ui\\/polymorpheus|@taiga-ui\\/dompurify)',
],
testMatch: ['<rootDir>/projects/**/*.spec.ts'],
testPathIgnorePatterns: ['/demo-playwright/', '/node_modules/', '/schematics/'],
Expand Down
62 changes: 26 additions & 36 deletions package-lock.json

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

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
"@swc/helpers": "0.5.11",
"@taiga-ui/browserslist-config": "0.104.0",
"@taiga-ui/commitlint-config": "0.104.0",
"@taiga-ui/dompurify": "4.1.0",
"@taiga-ui/eslint-plugin-experience": "0.104.0",
"@taiga-ui/event-plugins": "4.0.1",
"@taiga-ui/polymorpheus": "4.6.3",
Expand Down Expand Up @@ -164,15 +163,13 @@
"@tiptap/extension-underline": "2.4.0",
"@tiptap/extension-youtube": "2.4.0",
"@tiptap/starter-kit": "2.4.0",
"@types/dompurify": "3.0.5",
"@types/express": "4.17.21",
"@types/jasmine": "5.1.4",
"@types/jest": "29.5.12",
"@types/node": "20.14.2",
"@types/showdown": "2.0.6",
"@types/webpack-env": "1.18.5",
"core-js": "3.37.1",
"dompurify": "3.1.5",
"express": "4.19.2",
"husky": "9.0.11",
"jasmine": "5.1.0",
Expand Down
8 changes: 7 additions & 1 deletion projects/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@maskito/angular": ">=2.4.0",
"@maskito/core": ">=2.4.0",
"@maskito/kit": ">=2.4.0",
"@taiga-ui/dompurify": ">=4.1.0",
"@tiptap/core": ">=2.4.0",
"@tiptap/extension-blockquote": ">=2.4.0",
"@tiptap/extension-bold": ">=2.4.0",
Expand Down Expand Up @@ -55,11 +56,16 @@
"@tiptap/extension-underline": ">=2.4.0",
"@tiptap/extension-youtube": ">=2.4.0",
"@tiptap/starter-kit": ">=2.4.0",
"@types/dompurify": ">=3.0.5",
"@types/markdown-it": ">=14.1.1",
"@types/markdown-it-container": ">=2.0.10",
"dompurify": ">=3.1.5",
"markdown-it": ">=14.1.0"
},
"peerDependenciesMeta": {
"@maskito/angular": {
"optional": true
},
"@maskito/core": {
"optional": true
},
Expand Down Expand Up @@ -165,7 +171,7 @@
"@tiptap/extension-youtube": {
"optional": true
},
"@tiptap/starter-kit": {
"@types/dompurify": {
"optional": true
},
"@types/markdown-it": {
Expand Down
Loading

0 comments on commit e187015

Please sign in to comment.