Skip to content

Commit

Permalink
refactor(many): update dependecies part 1
Browse files Browse the repository at this point in the history
just minor version updates
  • Loading branch information
matyasf committed Sep 30, 2024
1 parent 4dc7cb2 commit 55cbc33
Show file tree
Hide file tree
Showing 102 changed files with 1,445 additions and 3,192 deletions.
4,341 changes: 1,297 additions & 3,044 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,45 +61,45 @@
"devDependencies": {
"@instructure/browserslist-config-instui": "10.2.2",
"@instructure/pkg-utils": "10.2.2",
"@babel/cli": "^7.24.8",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@babel/cli": "^7.25.6",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.11.1",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/eslint__js": "^8.42.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/eslint-plugin": "^1.0.3",
"chai": "^4.4.1",
"chalk": "^4.1.2",
"commitizen": "^4.3.0",
"commitizen": "^4.3.1",
"cross-spawn": "^7.0.3",
"cypress": "^13.13.2",
"cypress-real-events": "^1.13.0",
"esbuild": "^0.24.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-module-utils": "^2.11.0",
"eslint-module-utils": "^2.12.0",
"eslint-plugin-compat": "^6.0.1",
"eslint-plugin-notice": "^1.0.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"globals": "^15.9.0",
"husky": "^9.1.4",
"husky": "^9.1.6",
"lerna": "^7.4.2",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.10",
"react": "^18.3.1",
"typescript": "5.5.3",
"typescript-eslint": "^8.7.0",
"typescript-eslint": "^8.8.0",
"vitest": "^2.0.2",
"webpack": "^5.93.0"
"webpack": "^5.95.0"
},
"//dependency-comments": {
"danger": "^11.3.1 -- add this back if we use it in pr-validation.yml",
Expand Down
4 changes: 2 additions & 2 deletions packages/__docs__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/standalone": "^7.25.3",
"@babel/standalone": "^7.25.6",
"@instructure/canvas-high-contrast-theme": "10.2.2",
"@instructure/canvas-theme": "10.2.2",
"@instructure/console": "10.2.2",
Expand Down Expand Up @@ -112,7 +112,7 @@
"@instructure/ui-truncate-text": "10.2.2",
"@instructure/ui-utils": "10.2.2",
"@instructure/ui-view": "10.2.2",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"buffer": "^6.0.3",
"codesandbox": "^2.2.3",
"lorem-ipsum": "^2.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/__examples__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/ui-babel-preset": "10.2.2",
"@instructure/ui-buttons": "10.2.2",
"@instructure/ui-i18n": "10.2.2",
Expand All @@ -48,7 +48,7 @@
"prop-types": "^15.8.1",
"react-docgen": "6.0.4",
"storybook": "^7.6.19",
"webpack": "^5.93.0"
"webpack": "^5.95.0"
},
"resolutions": {
"@storybook/react/webpack": "^5"
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-high-contrast-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@instructure/ui-babel-preset": "10.2.2"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/shared-types": "10.2.2",
"@instructure/theme-registry": "10.2.2",
"@instructure/ui-themes": "10.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@instructure/ui-babel-preset": "10.2.2"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/shared-types": "10.2.2",
"@instructure/theme-registry": "10.2.2",
"@instructure/ui-themes": "10.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/debounce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@instructure/ui-babel-preset": "10.2.2"
},
"dependencies": {
"@babel/runtime": "^7.24.5"
"@babel/runtime": "^7.25.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@emotion/react": "^11",
"@instructure/console": "10.2.2",
"@instructure/shared-types": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/instui-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@instructure/command-utils": "10.2.2",
"@instructure/pkg-utils": "10.2.2",
"fs-extra": "^11.2.0",
"semver": "^7.6.2"
"semver": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/theme-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/console": "10.2.2",
"@instructure/shared-types": "10.2.2",
"@instructure/ui-utils": "10.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-a11y-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/emotion": "10.2.2",
"@instructure/shared-types": "10.2.2",
"@instructure/ui-react-utils": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-a11y-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/console": "10.2.2",
"@instructure/shared-types": "10.2.2",
"@instructure/ui-a11y-content": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-alerts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"vitest": "^2.0.2"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/console": "10.2.2",
"@instructure/emotion": "10.2.2",
"@instructure/shared-types": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/emotion": "10.2.2",
"@instructure/shared-types": "10.2.2",
"@instructure/ui-icons": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-axe-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@instructure/ui-babel-preset": "10.2.2"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"axe-core": "^4.10.0"
},
"publishConfig": {
Expand Down
28 changes: 14 additions & 14 deletions packages/ui-babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-export-default-from": "^7.24.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-proposal-export-default-from": "^7.24.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-classes": "^7.24.5",
"@babel/plugin-transform-destructuring": "^7.24.5",
"@babel/plugin-transform-react-constant-elements": "^7.24.1",
"@babel/plugin-transform-react-display-name": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime": "^7.24.5",
"@babel/plugin-transform-classes": "^7.25.4",
"@babel/plugin-transform-destructuring": "^7.24.8",
"@babel/plugin-transform-react-constant-elements": "^7.25.1",
"@babel/plugin-transform-react-display-name": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.25.6",
"@instructure/babel-plugin-transform-imports": "10.2.2",
"@instructure/browserslist-config-instui": "10.2.2",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-ensure-ignore": "^0.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-undefined-to-void": "^6.9.4",
"core-js": "3.37.1"
"core-js": "3.38.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/emotion": "10.2.2",
"@instructure/shared-types": "10.2.2",
"@instructure/ui-color-utils": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-billboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"vitest": "^2.0.2"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/emotion": "10.2.2",
"@instructure/shared-types": "10.2.2",
"@instructure/ui-heading": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"vitest": "^2.0.2"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/emotion": "10.2.2",
"@instructure/shared-types": "10.2.2",
"@instructure/ui-icons": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-buttons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"vitest": "^2.0.2"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/console": "10.2.2",
"@instructure/emotion": "10.2.2",
"@instructure/shared-types": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-byline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/emotion": "10.2.2",
"@instructure/shared-types": "10.2.2",
"@instructure/ui-react-utils": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"vitest": "^2.0.2"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/console": "10.2.2",
"@instructure/emotion": "10.2.2",
"@instructure/shared-types": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/console": "10.2.2",
"@instructure/emotion": "10.2.2",
"@instructure/shared-types": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/codemirror": "5.x"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/emotion": "10.2.2",
"@instructure/shared-types": "10.2.2",
"@instructure/ui-a11y-content": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@instructure/ui-babel-preset": "10.2.2",
"@types/jscodeshift": "^0.11.11",
"@types/prettier": "^2.7.3",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"pirates": "^4.0.6",
"vitest": "^2.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-color-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/console": "10.2.2",
"@instructure/emotion": "10.2.2",
"@instructure/shared-types": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-color-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/tinycolor2": "^1.4.6"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"tinycolor2": "^1.6.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-date-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"vitest": "^2.0.2"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/emotion": "10.2.2",
"@instructure/shared-types": "10.2.2",
"@instructure/ui-calendar": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-date-time-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"vitest": "^2.0.2"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/console": "10.2.2",
"@instructure/shared-types": "10.2.2",
"@instructure/ui-a11y-content": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-decorator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@instructure/ui-babel-preset": "10.2.2"
},
"dependencies": {
"@babel/runtime": "^7.24.5"
"@babel/runtime": "^7.25.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/shared-types": "10.2.2",
"@instructure/ui-a11y-utils": "10.2.2",
"@instructure/ui-dom-utils": "10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-dom-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"vitest": "^2.0.2"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/console": "10.2.2",
"@instructure/shared-types": "10.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-drawer-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.25.6",
"@instructure/console": "10.2.2",
"@instructure/debounce": "10.2.2",
"@instructure/emotion": "10.2.2",
Expand Down
Loading

0 comments on commit 55cbc33

Please sign in to comment.