Skip to content

Commit

Permalink
Bump react-ace to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDom2185 committed Nov 2, 2024
1 parent b3d1979 commit efcfa70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.5",
"@reduxjs/toolkit": "^2.2.5",
"ace-builds": "^1.33.0",
"ace-builds": "^1.36.3",
"framer-motion": "^11.0.28",
"js-slang": "^1.0.74",
"lz-string": "^1.5.0",
"query-string": "^9.0.0",
"react": "^18.2.0",
"react-ace": "^12.0.0",
"react-ace": "^13.0.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.2",
"sicp": "^1.1.4"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ abbrev@^2.0.0:
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-2.0.0.tgz#cf59829b8b4f03f89dda2771cb7f3653828c89bf"
integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==

ace-builds@^1.32.8, ace-builds@^1.33.0:
ace-builds@^1.36.3:
version "1.36.3"
resolved "https://registry.yarnpkg.com/ace-builds/-/ace-builds-1.36.3.tgz#b6d172e89597a3be769045d0432e2d09a9f59000"
integrity sha512-YcdwV2IIaJSfjkWAR1NEYN5IxBiXefTgwXsJ//UlaFrjXDX5hQpvPFvEePHz2ZBUfvO54RjHeRUQGX8MS5HaMQ==
Expand Down Expand Up @@ -2110,12 +2110,12 @@ rc@^1.2.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

react-ace@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-12.0.0.tgz#d40afc7382092109eead7227d9426f55dcc2209d"
integrity sha512-PstU6CSMfYIJknb4su2Fa0WgLXzq2ufQgR6fjcSWuGT1hGTHkBzuKw+SncV8PuLCdSJBJc1VehPhyeXlWByG/g==
react-ace@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/react-ace/-/react-ace-13.0.0.tgz#e69c2aa4ccf1a81c758adba9ba2b4b3e3d929a69"
integrity sha512-PPk2O/ArHzDtbnK82QImfHYXwuiitRgHJf5AxwMQh9zciojbWsPmKJm1tMgWOYLCtGEz8/Dh3MxRxrXe7QcstQ==
dependencies:
ace-builds "^1.32.8"
ace-builds "^1.36.3"
diff-match-patch "^1.0.5"
lodash.get "^4.4.2"
lodash.isequal "^4.5.0"
Expand Down

0 comments on commit efcfa70

Please sign in to comment.