Skip to content

Commit

Permalink
chore: patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Oct 13, 2023
1 parent cf45922 commit 46694b6
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 21 deletions.
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"
}
}
2 changes: 1 addition & 1 deletion packages/__examples__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/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/ui-babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/ui-color-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@types/tinycolor2": "^1.4.3"
"@types/tinycolor2": "^1.4.4"
},
"dependencies": {
"@babel/runtime": "^7.23.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@types/hoist-non-react-statics": "^3.3.1"
"@types/hoist-non-react-statics": "^3.3.3"
},
"dependencies": {
"@babel/runtime": "^7.23.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"http-server": "^14.1.1",
"jscodeshift": "^0.15.0",
"karma-cli": "^2.0.0",
"lerna": "^7.1.3",
"lerna": "^7.1.5",
"lodash.isplainobject": "^4.0.6",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-source-code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@instructure/ui-testable": "8.46.1",
"@instructure/ui-themes": "8.46.1",
"@instructure/ui-utils": "8.46.1",
"@lezer/highlight": "1.1.3",
"@lezer/highlight": "1.1.6",
"prop-types": "^15.8.1"
},
"peerDependencies": {
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 @@ -32,7 +32,7 @@
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
"@types/sizzle": "^2.3.3"
"@types/sizzle": "^2.3.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-test-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
"@types/mocha": "^10.0.1",
"@types/sinon": "^10.0.16",
"@types/mocha": "^10.0.2",
"@types/sinon": "^10.0.19",
"prop-types": "^15.8.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
"license": "MIT",
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
"@types/chai": "^4.3.6",
"@types/chai": "^4.3.8",
"@types/chai-as-promised": "^7.1.6",
"@types/chai-string": "^1.4.3",
"@types/dirty-chai": "^2.0.2",
"@types/sinon-chai": "^3.2.9",
"@types/sinon-chai": "^3.2.10",
"prop-types": "^15.8.1"
},
"dependencies": {
"@instructure/ui-test-locator": "8.46.1",
"@instructure/ui-test-queries": "8.46.1",
"@instructure/ui-test-sandbox": "8.46.1",
"@sheerun/mutationobserver-shim": "^0.3.3",
"chai": "^4.3.8",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"chai-exclude": "^2.1.0",
"chai-string": "^1.5.0",
Expand Down
6 changes: 3 additions & 3 deletions regression-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "7",
"@babel/preset-react": "^7.16.7",
"@types/prop-types": "^15.7.4",
"@types/prop-types": "^15.7.8",
"@types/react": "^18",
"@types/react-dom": "^18",
"babel-cli": "^6.26.0",
"babel-loader": "^8.2.3",
"esbuild": "^0.14.23",
"serve": "^13.0.2",
"serve": "^13.0.4",
"testcafe": "^2",
"testcafe-react-selectors": "^5",
"ts-loader": "8",
"typescript": "^4.6.2",
"typescript": "^4.6.4",
"webpack": "4",
"webpack-cli": "^4.9.2"
},
Expand Down

0 comments on commit 46694b6

Please sign in to comment.