Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/types/codemirror-5.6…
Browse files Browse the repository at this point in the history
…0.15
  • Loading branch information
drl990114 authored Feb 7, 2024
2 parents db12f4a + 2c63de1 commit 94fa754
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 11 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion core/runtime-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"eslint": "8.56.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"rollup": "4.5.0",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"rollup": "4.5.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-url": "^3.0.1",
Expand Down
46 changes: 37 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6286,7 +6286,7 @@ __metadata:
"@rollup/plugin-terser": "npm:0.4.4"
"@rollup/plugin-typescript": "npm:11.1.5"
eslint: "npm:8.56.0"
rimraf: "npm:^5.0.1"
rimraf: "npm:^5.0.5"
rollup: "npm:4.5.0"
rollup-plugin-postcss: "npm:^4.0.2"
typescript: "npm:^5.1.3"
Expand Down Expand Up @@ -6325,7 +6325,7 @@ __metadata:
postcss-import: "npm:^15.1.0"
postcss-nested: "npm:^6.0.1"
react: "npm:^18.2.0"
rimraf: "npm:^5.0.1"
rimraf: "npm:^5.0.5"
rollup: "npm:4.5.0"
rollup-plugin-postcss: "npm:^4.0.2"
rollup-plugin-url: "npm:^3.0.1"
Expand Down Expand Up @@ -15106,7 +15106,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.2.2, glob@npm:^10.2.5":
"glob@npm:^10.2.2":
version: 10.3.3
resolution: "glob@npm:10.3.3"
dependencies:
Expand All @@ -15121,6 +15121,21 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.3.7":
version: 10.3.10
resolution: "glob@npm:10.3.10"
dependencies:
foreground-child: "npm:^3.1.0"
jackspeak: "npm:^2.3.5"
minimatch: "npm:^9.0.1"
minipass: "npm:^5.0.0 || ^6.0.2 || ^7.0.0"
path-scurry: "npm:^1.10.1"
bin:
glob: dist/esm/bin.mjs
checksum: 38bdb2c9ce75eb5ed168f309d4ed05b0798f640b637034800a6bf306f39d35409bf278b0eaaffaec07591085d3acb7184a201eae791468f0f617771c2486a6a8
languageName: node
linkType: hard

"glob@npm:^7.0.0, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.6":
version: 7.2.3
resolution: "glob@npm:7.2.3"
Expand Down Expand Up @@ -16702,6 +16717,19 @@ __metadata:
languageName: node
linkType: hard

"jackspeak@npm:^2.3.5":
version: 2.3.6
resolution: "jackspeak@npm:2.3.6"
dependencies:
"@isaacs/cliui": "npm:^8.0.2"
"@pkgjs/parseargs": "npm:^0.11.0"
dependenciesMeta:
"@pkgjs/parseargs":
optional: true
checksum: 6e6490d676af8c94a7b5b29b8fd5629f21346911ebe2e32931c2a54210134408171c24cee1a109df2ec19894ad04a429402a8438cbf5cc2794585d35428ace76
languageName: node
linkType: hard

"jake@npm:^10.8.5":
version: 10.8.7
resolution: "jake@npm:10.8.7"
Expand Down Expand Up @@ -22200,14 +22228,14 @@ plugin-image-zoom@ataft/plugin-image-zoom:
languageName: node
linkType: hard

"rimraf@npm:^5.0.1":
version: 5.0.1
resolution: "rimraf@npm:5.0.1"
"rimraf@npm:^5.0.5":
version: 5.0.5
resolution: "rimraf@npm:5.0.5"
dependencies:
glob: "npm:^10.2.5"
glob: "npm:^10.3.7"
bin:
rimraf: dist/cjs/src/bin.js
checksum: 0691e4d7482f2de2af8628976413e146cd6b204f52ab88be91a3bb69cb9c8669ee795ef7c1e964e8ec6bfeaec0212326287d53ec3eef26dac406c8f19c97f0c4
rimraf: dist/esm/bin.mjs
checksum: a612c7184f96258b7d1328c486b12ca7b60aa30e04229a08bbfa7e964486deb1e9a1b52d917809311bdc39a808a4055c0f950c0280fba194ba0a09e6f0d404f6
languageName: node
linkType: hard

Expand Down

0 comments on commit 94fa754

Please sign in to comment.