Skip to content

Commit 4db65fe

Browse files
Bump react-ace from 10.1.0 to 13.0.0
Bumps [react-ace](https://github.com/securingsincity/react-ace) from 10.1.0 to 13.0.0. - [Release notes](https://github.com/securingsincity/react-ace/releases) - [Changelog](https://github.com/securingsincity/react-ace/blob/main/CHANGELOG.md) - [Commits](securingsincity/react-ace@v10.1.0...v13.0.0) --- updated-dependencies: - dependency-name: react-ace dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1eef33 commit 4db65fe

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"escape-string-regexp": "^5.0.0",
7070
"lodash": "^4.17.21",
7171
"re-resizable": "^6.10.1",
72-
"react-ace": "^10.1.0",
72+
"react-ace": "^13.0.0",
7373
"react-select": "^5.8.2"
7474
},
7575
"peerDependencies": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8:
15101510
mime-types "~2.1.34"
15111511
negotiator "0.6.3"
15121512

1513-
ace-builds@^1.36.4, ace-builds@^1.4.14:
1513+
ace-builds@^1.36.3, ace-builds@^1.36.4:
15141514
version "1.36.4"
15151515
resolved "https://registry.yarnpkg.com/ace-builds/-/ace-builds-1.36.4.tgz#c859de4a7701aa86a1e708d38cebe66807d0d84c"
15161516
integrity sha512-eE+iAsLRfNsq30yd34cezKSob6/N9mQatWs44Bp5LUDgKZ3rJtQds/YtcbnwbEWMTe7yCIxG/Cfezd4BsKIiFg==
@@ -5575,7 +5575,7 @@ prompts@^2.0.1:
55755575
kleur "^3.0.3"
55765576
sisteransi "^1.0.5"
55775577

5578-
prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
5578+
prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.8.1:
55795579
version "15.8.1"
55805580
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
55815581
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -5651,16 +5651,16 @@ re-resizable@^6.10.1:
56515651
resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-6.10.1.tgz#d062ca50bbc4ec7ae940f756cba36479e9015bc5"
56525652
integrity sha512-m33nSWRH57UZLmep5M/LatkZ2NRqimVD/bOOpvymw5Zf33+eTSEixsUugscOZzAtK0/nx+OSuOf8VbKJx/4ptw==
56535653

5654-
react-ace@^10.1.0:
5655-
version "10.1.0"
5656-
resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-10.1.0.tgz#d348eac2b16475231779070b6cd16768deed565f"
5657-
integrity sha512-VkvUjZNhdYTuKOKQpMIZi7uzZZVgzCjM7cLYu6F64V0mejY8a2XTyPUIMszC6A4trbeMIHbK5fYFcT/wkP/8VA==
5654+
react-ace@^13.0.0:
5655+
version "13.0.0"
5656+
resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-13.0.0.tgz#e69c2aa4ccf1a81c758adba9ba2b4b3e3d929a69"
5657+
integrity sha512-PPk2O/ArHzDtbnK82QImfHYXwuiitRgHJf5AxwMQh9zciojbWsPmKJm1tMgWOYLCtGEz8/Dh3MxRxrXe7QcstQ==
56585658
dependencies:
5659-
ace-builds "^1.4.14"
5659+
ace-builds "^1.36.3"
56605660
diff-match-patch "^1.0.5"
56615661
lodash.get "^4.4.2"
56625662
lodash.isequal "^4.5.0"
5663-
prop-types "^15.7.2"
5663+
prop-types "^15.8.1"
56645664

56655665
react-dom@^18.2.0:
56665666
version "18.2.0"

0 commit comments

Comments
 (0)