Skip to content

Commit 3ccd4e9

Browse files
committed
refactor(many): upgrade babel/runtime
1 parent 3acaef9 commit 3ccd4e9

File tree

93 files changed

+187
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+187
-187
lines changed

package-lock.json

Lines changed: 95 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/__examples__/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"license": "MIT",
2424
"dependencies": {
25-
"@babel/runtime": "^7.25.6",
25+
"@babel/runtime": "^7.26.0",
2626
"@instructure/ui-babel-preset": "10.8.0",
2727
"@instructure/ui-buttons": "10.8.0",
2828
"@instructure/ui-i18n": "10.8.0",

packages/canvas-high-contrast-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@instructure/ui-babel-preset": "10.8.0"
2626
},
2727
"dependencies": {
28-
"@babel/runtime": "^7.25.6",
28+
"@babel/runtime": "^7.26.0",
2929
"@instructure/shared-types": "10.8.0",
3030
"@instructure/theme-registry": "10.8.0",
3131
"@instructure/ui-themes": "10.8.0"

packages/canvas-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@instructure/ui-babel-preset": "10.8.0"
2626
},
2727
"dependencies": {
28-
"@babel/runtime": "^7.25.6",
28+
"@babel/runtime": "^7.26.0",
2929
"@instructure/shared-types": "10.8.0",
3030
"@instructure/theme-registry": "10.8.0",
3131
"@instructure/ui-themes": "10.8.0"

packages/debounce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@instructure/ui-babel-preset": "10.8.0"
2626
},
2727
"dependencies": {
28-
"@babel/runtime": "^7.25.6"
28+
"@babel/runtime": "^7.26.0"
2929
},
3030
"publishConfig": {
3131
"access": "public"

packages/emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"license": "MIT",
2525
"dependencies": {
26-
"@babel/runtime": "^7.25.6",
26+
"@babel/runtime": "^7.26.0",
2727
"@emotion/react": "^11",
2828
"@instructure/console": "10.8.0",
2929
"@instructure/shared-types": "10.8.0",

packages/theme-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"access": "public"
2222
},
2323
"dependencies": {
24-
"@babel/runtime": "^7.25.6",
24+
"@babel/runtime": "^7.26.0",
2525
"@instructure/console": "10.8.0",
2626
"@instructure/shared-types": "10.8.0",
2727
"@instructure/ui-utils": "10.8.0"

packages/ui-a11y-content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"license": "MIT",
2525
"dependencies": {
26-
"@babel/runtime": "^7.25.6",
26+
"@babel/runtime": "^7.26.0",
2727
"@instructure/emotion": "10.8.0",
2828
"@instructure/shared-types": "10.8.0",
2929
"@instructure/ui-react-utils": "10.8.0",

packages/ui-a11y-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"license": "MIT",
2424
"dependencies": {
25-
"@babel/runtime": "^7.25.6",
25+
"@babel/runtime": "^7.26.0",
2626
"@instructure/console": "10.8.0",
2727
"@instructure/shared-types": "10.8.0",
2828
"@instructure/ui-a11y-content": "10.8.0",

packages/ui-alerts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"vitest": "^2.1.1"
3535
},
3636
"dependencies": {
37-
"@babel/runtime": "^7.25.6",
37+
"@babel/runtime": "^7.26.0",
3838
"@instructure/console": "10.8.0",
3939
"@instructure/emotion": "10.8.0",
4040
"@instructure/shared-types": "10.8.0",

0 commit comments

Comments
 (0)