Skip to content

Commit

Permalink
WIP: update deps: minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Oct 16, 2023
1 parent 84b2813 commit 317c0e2
Show file tree
Hide file tree
Showing 13 changed files with 525 additions and 429 deletions.
898 changes: 497 additions & 401 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@instructure/ui-scripts": "8",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
Expand All @@ -89,7 +89,7 @@
"npm-run-all": "^4.1.5",
"ts-jest": "^29.1.1",
"typescript": "5.2.2",
"webpack": "^5.88.2"
"webpack": "^5.89.0"
},
"//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."
Expand Down
4 changes: 2 additions & 2 deletions packages/__docs__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/standalone": "^7.22.15",
"@babel/standalone": "^7.23.2",
"@instructure/canvas-high-contrast-theme": "8.46.1",
"@instructure/canvas-theme": "8.46.1",
"@instructure/console": "8.46.1",
Expand Down Expand Up @@ -123,7 +123,7 @@
"react-dom": "^18.2.0",
"react-github-corner": "^2.5.0",
"semver": "^7.5.4",
"webpack-merge": "^5.9.0"
"webpack-merge": "^5.10.0"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/__examples__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@storybook/addons": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/theming": "^6.5.16",
"chromatic": "^6.19.9",
"chromatic": "^6.24.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack-merge": "^5.9.0"
"webpack-merge": "^5.10.0"
},
"devDependencies": {
"@instructure/ui-scripts": "8.46.1",
Expand All @@ -48,7 +48,7 @@
"globby": "^11.1.0",
"prop-types": "^15.8.1",
"react-docgen": "6.0.0-alpha.3",
"webpack": "^5.88.2"
"webpack": "^5.89.0"
},
"resolutions": {
"@storybook/react/webpack": "^5"
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "MIT",
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
"@types/babel-plugin-macros": "^3.1.0"
"@types/babel-plugin-macros": "^3.1.1"
},
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.22.5",
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 @@ -26,7 +26,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"axe-core": "^4.7.2"
"axe-core": "^4.8.2"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 deletions packages/ui-babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.15",
"@babel/plugin-proposal-export-default-from": "^7.22.5",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-proposal-export-default-from": "^7.22.17",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-classes": "^7.22.15",
"@babel/plugin-transform-destructuring": "^7.22.15",
"@babel/plugin-transform-destructuring": "^7.23.0",
"@babel/plugin-transform-react-constant-elements": "^7.22.5",
"@babel/plugin-transform-react-display-name": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@instructure/babel-plugin-transform-imports": "8.46.1",
"@instructure/browserslist-config-instui": "8.46.1",
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.2"
"core-js": "3.33.0"
},
"publishConfig": {
"access": "public"
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 @@ -31,7 +31,7 @@
"@instructure/ui-themes": "8.46.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3"
"@testing-library/user-event": "^14.5.1"
},
"dependencies": {
"@babel/runtime": "^7.23.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 @@ -18,7 +18,7 @@
"license": "MIT",
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
"@types/jscodeshift": "^0.11.6",
"@types/jscodeshift": "^0.11.7",
"@types/prettier": "^2.7.3",
"jest": "^29.7.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.22.15",
"@babel/cli": "^7.23.0",
"@instructure/command-utils": "8.46.1",
"@instructure/pkg-utils": "8.46.1",
"@lerna/project": "^6.4.1",
Expand All @@ -29,7 +29,7 @@
"http-server": "^14.1.1",
"jscodeshift": "^0.15.0",
"karma-cli": "^2.0.0",
"lerna": "^7.1.5",
"lerna": "^7.3.1",
"lodash.isplainobject": "^4.0.6",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-test-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@instructure/ui-axe-check": "8.46.1",
"@instructure/ui-test-sandbox": "8.46.1",
"keycode": "^2.2.1",
"pretty-format": "^29.6.3",
"pretty-format": "^29.7.0",
"sizzle": "^2.3.10"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"stylelint": "^15.10.3",
"terser-webpack-plugin": "^5.3.9",
"thread-loader": "^4.0.2",
"webpack": "^5.88.2"
"webpack": "^5.89.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions regression-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"@babel/core": "7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "7",
"@babel/preset-react": "^7.16.7",
"@babel/preset-react": "^7.22.15",
"@types/prop-types": "^15.7.8",
"@types/react": "^18",
"@types/react-dom": "^18",
"babel-cli": "^6.26.0",
"babel-loader": "^8.2.3",
"babel-loader": "^8.3.0",
"esbuild": "^0.19.4",
"serve": "^13.0.4",
"testcafe": "^2",
"testcafe-react-selectors": "^5",
"ts-loader": "8",
"typescript": "^4.6.4",
"typescript": "^4.9.5",
"webpack": "4",
"webpack-cli": "^4.9.2"
"webpack-cli": "^4.10.0"
},
"dependencies": {
"react": "^18",
Expand Down

0 comments on commit 317c0e2

Please sign in to comment.