Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Oct 13, 2023
1 parent 5c79ae3 commit e25d545
Show file tree
Hide file tree
Showing 113 changed files with 1,007 additions and 997 deletions.
1,705 changes: 856 additions & 849 deletions package-lock.json

Large diffs are not rendered by default.

31 changes: 17 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,32 +65,35 @@
"@storybook/react/webpack": "^5"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@commitlint/cli": "^17.7.1",
"@babel/cli": "^7.23.0",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@instructure/ui-scripts": "8.41.1",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@instructure/ui-scripts": "8",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/react-dom": "^18.2.7",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.5",
"@types/react-dom": "^18.2",
"chalk": "^4.1.2",
"commitizen": "^4.3.0",
"cross-spawn": "^7.0.3",
"danger": "^11.2.8",
"danger": "^11.3.0",
"esbuild": "^0.18.12",
"eslint": "^8.44.0",
"eslint": "^8.51.0",
"husky": "^8.0.3",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"lerna": "^7.1.3",
"lint-staged": "^13.2.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^7.3.1",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.1.1",
"typescript": "5.2.2",
"webpack": "^5.88.2"
},
"//dependency-comments": {
"chalk": "IMPORTANT: Chalk 5 is ESM. If you want to use Chalk with TypeScript or a build tool, you will probably want to use Chalk 4 for now."
},
"engines": {
"node": ">=14",
"yarn": "YARN NO LONGER USED - use npm instead."
Expand Down
6 changes: 3 additions & 3 deletions packages/__docs__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,16 @@
"@instructure/ui-scripts": "8.46.1",
"@instructure/ui-stylelint-config": "8.46.1",
"@instructure/ui-webpack-config": "8.46.1",
"@types/marked": "^4.3.1",
"@types/marked": "^4.3.2",
"chokidar": "^3.5.3",
"globby": "^11.1.0",
"gray-matter": "^4.0.3",
"html-webpack-plugin": "^5.5.3",
"jsdoc-api": "^7.2.0",
"mkdirp": "^1.0.4",
"raw-loader": "^4.0.2",
"react-docgen": "^6.0.3",
"react-docgen": "^6.0.4",
"svg-inline-loader": "^0.8.2",
"webpack-bundle-analyzer": "^4.9.0"
"webpack-bundle-analyzer": "^4.9.1"
}
}
4 changes: 2 additions & 2 deletions packages/__examples__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/canvas-theme": "8.46.1",
"@instructure/command-utils": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
Expand All @@ -47,7 +47,7 @@
"@storybook/manager-webpack5": "^6.5.16",
"globby": "^11.1.0",
"prop-types": "^15.8.1",
"react-docgen": "6.0.0-alpha.3",
"react-docgen": "6.0.4",
"webpack": "^5.88.2"
},
"resolutions": {
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": "8.46.1"
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/theme-registry": "8.46.1",
"@instructure/ui-theme-tokens": "8.46.1"
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": "8.46.1"
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/theme-registry": "8.46.1",
"@instructure/ui-theme-tokens": "8.46.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/cz-lerna-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@semantic-release/commit-analyzer": "^9.0.2",
"chalk": "^4.1.2",
"cz-customizable": "^6.9.2",
"inquirer": "^8.2.5",
"inquirer-autocomplete-prompt": "^2.0.0"
"inquirer": "^8.2.6",
"inquirer-autocomplete-prompt": "^2.0.1"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
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": "8.46.1"
},
"dependencies": {
"@babel/runtime": "^7.22.15"
"@babel/runtime": "^7.23.2"
},
"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.22.15",
"@babel/runtime": "^7.23.2",
"@emotion/react": "^11.11.1",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/instructure-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@instructure/ui-babel-preset": "8.46.1"
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/theme-registry": "8.46.1",
"@instructure/ui-theme-tokens": "8.46.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/instui-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@instructure/ui-stylelint-config": "8.46.1",
"@instructure/ui-webpack-config": "8.46.1",
"@lerna/project": "^6.4.1",
"depcheck": "^1.4.5",
"depcheck": "^1.4.6",
"fs-extra": "^10.1.0",
"lodash.template": "^4.5.0",
"semver": "^7.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-react-utils": "8.46.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1"
},
"devDependencies": {
Expand Down
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.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-utils": "8.46.1"
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.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
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.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
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 @@ -28,7 +28,7 @@
"@instructure/ui-test-utils": "8.46.1"
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
Expand All @@ -40,7 +40,7 @@
"@instructure/ui-test-locator": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import React from 'react'
import { fireEvent, render, screen } from '@testing-library/react'
import { runAxeCheck } from '@instructure/ui-axe-check'

import '@testing-library/jest-dom/extend-expect'
import '@testing-library/jest-dom'
import Avatar from '../index'
import { IconGroupLine } from '@instructure/ui-icons'

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": "8.46.1"
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.2",
"axe-core": "^4.7.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/babel-plugin-transform-imports": "8.46.1",
"@instructure/browserslist-config-instui": "8.46.1",
"babel-loader": "^9.1.3",
Expand All @@ -40,7 +40,7 @@
"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.32.1"
"core-js": "3.32.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions 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.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
Expand All @@ -40,7 +40,7 @@
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-badge/src/Badge/__new-tests__/Badge.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import React from 'react'
import { render, screen } from '@testing-library/react'
import { runAxeCheck } from '@instructure/ui-axe-check'

import '@testing-library/jest-dom/extend-expect'
import '@testing-library/jest-dom'
import { Badge } from '../index'
import type { BadgeProps } from '../props'

Expand Down
4 changes: 2 additions & 2 deletions packages/ui-billboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"@instructure/ui-icons": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3"
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-heading": "8.46.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import React from 'react'
import { fireEvent, render, screen } from '@testing-library/react'
import userEvent from '@testing-library/user-event'
import '@testing-library/jest-dom/extend-expect'
import '@testing-library/jest-dom'

import { Billboard } from '../index'
import { IconUserLine } from '@instructure/ui-icons'
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 @@ -29,7 +29,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-icons": "8.46.1",
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 @@ -30,7 +30,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-react-utils": "8.46.1",
Expand All @@ -37,7 +37,7 @@
"@instructure/ui-color-utils": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import React, { ComponentType } from 'react'
import { render, screen } from '@testing-library/react'
import '@testing-library/jest-dom/extend-expect'
import '@testing-library/jest-dom'

import { Byline } from '../index'
import { BylineProps } from '../props'
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 @@ -30,7 +30,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
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.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
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.22.15",
"@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
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 @@ -20,7 +20,7 @@
"@instructure/ui-babel-preset": "8.46.1",
"@types/jscodeshift": "^0.11.6",
"@types/prettier": "^2.7.3",
"jest": "^29.6.4"
"jest": "^29.7.0"
},
"dependencies": {
"babel-core": "^7.0.0-bridge.0",
Expand Down
Loading

0 comments on commit e25d545

Please sign in to comment.