Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pokornyd committed Jan 28, 2025
1 parent 9598ff5 commit 83ef999
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 79 deletions.
142 changes: 71 additions & 71 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kontent-ai/rich-text-resolver",
"version": "2.0.0-rc1",
"version": "2.0.0-rc2",
"private": false,
"description": "Kontent.ai rich text element resolver and PortableText transformer for JavaScript and TypeScript",
"license": "MIT",
Expand Down Expand Up @@ -75,15 +75,15 @@
},
"devDependencies": {
"@kontent-ai/delivery-sdk": "^15.2.0",
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.6",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.11",
"@swc/jest": "^0.2.37",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vue/test-utils": "^2.4.6",
Expand All @@ -94,7 +94,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^19.0.0",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vue": "^3.5.13"
},
"dependencies": {
Expand All @@ -105,7 +105,7 @@
"browser-or-node": "^3.0.0",
"node-html-parser": "^7.0.1",
"short-unique-id": "^5.2.0",
"ts-pattern": "^5.6.0"
"ts-pattern": "^5.6.2"
},
"peerDependencies": {
"react": ">=18.0.0"
Expand Down

0 comments on commit 83ef999

Please sign in to comment.