Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump ace-builds from 1.32.6 to 1.34.2 in /web #191

Merged
merged 2 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@dolthub/react-hooks": "^0.1.7",
"@dolthub/web-utils": "^0.1.4",
"@react-icons/all-files": "^4.1.0",
"ace-builds": "^1.32.0",
"ace-builds": "^1.34.2",
"apollo-upload-client": "^17.0.0",
"chance": "^1.1.11",
"classnames": "^2.3.2",
Expand All @@ -47,7 +47,7 @@
"next-useragent": "^2.8.0",
"node-sql-parser": "^4.17.0",
"react": "^18.3.1",
"react-ace": "^10.1.0",
"react-ace": "^11.0.1",
"react-copy-to-clipboard": "^5.1.0",
"react-data-grid": "7.0.0-beta.40",
"react-diff-viewer": "^3.1.1",
Expand Down
24 changes: 12 additions & 12 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ __metadata:
"@types/react-timeago": "npm:^4.1.4"
"@typescript-eslint/eslint-plugin": "npm:^7.1.0"
"@typescript-eslint/parser": "npm:^6.10.0"
ace-builds: "npm:^1.32.0"
ace-builds: "npm:^1.34.2"
apollo-upload-client: "npm:^17.0.0"
autoprefixer: "npm:^10.4.19"
babel-jest: "npm:^29.7.0"
Expand Down Expand Up @@ -1389,7 +1389,7 @@ __metadata:
postcss-preset-env: "npm:^9.4.0"
prettier: "npm:^3.1.0"
react: "npm:^18.3.1"
react-ace: "npm:^10.1.0"
react-ace: "npm:^11.0.1"
react-copy-to-clipboard: "npm:^5.1.0"
react-data-grid: "npm:7.0.0-beta.40"
react-diff-viewer: "npm:^3.1.1"
Expand Down Expand Up @@ -4445,10 +4445,10 @@ __metadata:
languageName: node
linkType: hard

"ace-builds@npm:^1.32.0, ace-builds@npm:^1.4.14":
version: 1.32.6
resolution: "ace-builds@npm:1.32.6"
checksum: 9b3ac9a500ab5ce779aed75bc0d799b57ddc24229f458a4c3541c35d2b23b51eec1cbb681335de42cac731883d52073540c52e93e2754d302ed9ed718e28cac4
"ace-builds@npm:^1.32.8, ace-builds@npm:^1.34.2":
version: 1.34.2
resolution: "ace-builds@npm:1.34.2"
checksum: 0ad0c9cfefe0f10ce66d5c1ee0b2a2c56185fcdf72f65ca4cb0c6dc0045f075863116dd1f2c7daa8b8f45355a5a36b728f1b4ecd7a03cde328506ceef819b1c9
languageName: node
linkType: hard

Expand Down Expand Up @@ -12323,19 +12323,19 @@ __metadata:
languageName: node
linkType: hard

"react-ace@npm:^10.1.0":
version: 10.1.0
resolution: "react-ace@npm:10.1.0"
"react-ace@npm:^11.0.1":
version: 11.0.1
resolution: "react-ace@npm:11.0.1"
dependencies:
ace-builds: "npm:^1.4.14"
ace-builds: "npm:^1.32.8"
diff-match-patch: "npm:^1.0.5"
lodash.get: "npm:^4.4.2"
lodash.isequal: "npm:^4.5.0"
prop-types: "npm:^15.7.2"
prop-types: "npm:^15.8.1"
peerDependencies:
react: ^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0
checksum: c7f4b08ec9873662b33b1e3d3e9312a5172120425b3842310438430ed0618a00de0e076defed057658ae0ae565d943fd573ae6decf13b7d1ca3f27eb26b0ce81
checksum: fa8acd2dc977d5edf6d99e238429c696c3cb4f35fb9f78b296cff875a399b12c6672618f34495be00c6d96ca877c3e30f37c5235b9b3878f65d19aa0ed5dab69
languageName: node
linkType: hard

Expand Down
Loading