Skip to content

Commit

Permalink
馃摝 deps(patch): upgrade dependencies (#2534)
Browse files Browse the repository at this point in the history
## Type of change

**PATCH: backwards compatible change**
  • Loading branch information
kellymears committed Dec 20, 2023
1 parent 357d87a commit 5292394
Show file tree
Hide file tree
Showing 62 changed files with 1,083 additions and 1,152 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,42 +21,42 @@
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/eslint": "8.44.8",
"@types/eslint": "8.56.0",
"@types/lodash": "4.14.202",
"@types/node": "20.10.4",
"@types/node": "20.10.5",
"@types/prettier": "3.0.0",
"@types/react": "18.2.43",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@vitest/coverage-v8": "1.0.4",
"@vitest/ui": "1.0.4",
"@types/react": "18.2.45",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@vitest/coverage-v8": "1.1.0",
"@vitest/ui": "1.1.0",
"browserslist": "4.22.2",
"caniuse-lite": "1.0.30001568",
"esbuild": "0.19.9",
"eslint": "8.55.0",
"eslint-plugin-n": "16.4.0",
"caniuse-lite": "1.0.30001570",
"esbuild": "0.19.10",
"eslint": "8.56.0",
"eslint-plugin-n": "16.5.0",
"eslint-plugin-perfectionist": "2.5.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sort-class-members": "1.19.0",
"execa": "8.0.1",
"highlight.js": "11.9.0",
"html-loader": "4.2.0",
"html-webpack-plugin": "5.5.4",
"html-webpack-plugin": "5.6.0",
"import-meta-resolve": "2.2.2",
"ink-testing-library": "3.0.0",
"parse5-htmlparser2-tree-adapter": "7.0.0",
"patch-console": "2.0.0",
"playwright": "1.40.1",
"pm2": "5.3.0",
"prettier": "3.1.0",
"prettier": "3.1.1",
"syncpack": "11.2.1",
"ts-node": "10.9.2",
"tslib": "2.6.2",
"typescript": "5.3.3",
"update-browserslist-db": "1.0.13",
"verdaccio": "5.29.0",
"vitest": "1.0.4",
"vitest": "1.1.0",
"vitest-github-actions-reporter": "0.11.1",
"webpack": "5.89.0"
},
Expand Down
4 changes: 2 additions & 2 deletions sources/@repo/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}
},
"devDependencies": {
"@types/node": "20.10.4",
"vitest": "1.0.4"
"@types/node": "20.10.5",
"vitest": "1.1.0"
},
"dependencies": {
"tslib": "2.6.2"
Expand Down
6 changes: 3 additions & 3 deletions sources/@repo/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@svgr/webpack": "8.1.0",
"@tsconfig/docusaurus": "2.0.2",
"@types/file-loader": "5.0.4",
"@types/node": "20.10.4",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"file-loader": "6.2.0",
"netlify-cli": "16.9.3",
"raw-loader": "4.0.2",
Expand Down
6 changes: 3 additions & 3 deletions sources/@repo/markdown-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"devDependencies": {
"@types/lodash-es": "4.17.12",
"@types/node": "20.10.4",
"@types/node": "20.10.5",
"@types/prettier": "3.0.0",
"vitest": "1.0.4"
"vitest": "1.1.0"
},
"dependencies": {
"@octokit/core": "5.0.2",
Expand All @@ -29,7 +29,7 @@
"json5": "2.2.3",
"lodash-es": "4.17.21",
"octokit": "3.1.2",
"prettier": "3.1.0",
"prettier": "3.1.1",
"strip-ansi": "7.1.0",
"tslib": "2.6.2",
"typescript": "5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions sources/@repo/notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@repo/notifier",
"private": true,
"devDependencies": {
"@types/node": "20.10.4",
"vitest": "1.0.4"
"@types/node": "20.10.5",
"vitest": "1.1.0"
},
"dependencies": {
"tslib": "2.6.2"
Expand Down
4 changes: 2 additions & 2 deletions sources/@repo/test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@roots/bud-compiler": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"@types/node": "20.10.4",
"@types/node": "20.10.5",
"chalk": "5.3.0",
"execa": "8.0.1",
"fs-jetpack": "5.1.0",
Expand All @@ -40,7 +40,7 @@
"json5": "2.2.3",
"strip-ansi": "7.1.0",
"tslib": "2.6.2",
"vitest": "1.0.4"
"vitest": "1.1.0"
},
"volta": {
"extends": "../../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion sources/@repo/yarn-plugin-bud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@types/lodash": "4.14.202",
"@types/node": "20.10.4",
"@types/node": "20.10.5",
"@types/semver": "7.5.6",
"@yarnpkg/builder": "patch:@yarnpkg/builder@npm%3A4.0.0#~/.yarn/patches/@yarnpkg-builder-npm-4.0.0-1be968e10e.patch",
"typescript": "5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions sources/@repo/yarn-plugin-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./sources/index.ts",
"dependencies": {
"@types/lodash-es": "4.17.12",
"@types/node": "20.10.4",
"@types/node": "20.10.5",
"@yarnpkg/builder": "patch:@yarnpkg/builder@npm%3A4.0.0#~/.yarn/patches/@yarnpkg-builder-npm-4.0.0-1be968e10e.patch",
"@yarnpkg/cli": "4.0.2",
"@yarnpkg/core": "4.0.2",
Expand All @@ -16,7 +16,7 @@
"lodash-es": "4.17.21",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vitest": "1.0.4"
"vitest": "1.1.0"
},
"scripts": {
"build": "builder build plugin"
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/blade-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"types": "./lib/plugin.d.ts",
"main": "./lib/plugin.js",
"devDependencies": {
"@babel/core": "7.23.5",
"@babel/core": "7.23.6",
"@skypack/package-check": "0.2.2",
"babel-loader": "9.1.3",
"memfs": "4.6.0"
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/browserslist-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@roots/bud-support": "workspace:*",
"@skypack/package-check": "0.2.2",
"browserslist": "4.22.2",
"caniuse-lite": "1.0.30001568"
"caniuse-lite": "1.0.30001570"
},
"volta": {
"extends": "../../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4"
"@types/node": "20.10.5"
},
"dependencies": {
"@roots/bud-extensions": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions sources/@roots/bud-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
"@types/babel__core": "7.20.5",
"@types/babel__plugin-transform-runtime": "7.9.5",
"@types/babel__preset-env": "7.9.6",
"@types/node": "20.10.4"
"@types/node": "20.10.5"
},
"dependencies": {
"@babel/core": "7.23.5",
"@babel/plugin-transform-runtime": "7.23.4",
"@babel/preset-env": "7.23.5",
"@babel/runtime": "7.23.5",
"@babel/core": "7.23.6",
"@babel/plugin-transform-runtime": "7.23.6",
"@babel/preset-env": "7.23.6",
"@babel/runtime": "7.23.6",
"@roots/bud": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"@roots/bud-api": "workspace:*",
"@roots/bud-hooks": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4"
"@types/node": "20.10.5"
},
"dependencies": {
"@roots/bud-framework": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"devDependencies": {
"@roots/bud": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4",
"@types/node": "20.10.5",
"@types/webpack-env": "1.18.4"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions sources/@roots/bud-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"devDependencies": {
"@roots/bud-api": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4",
"@types/react": "18.2.43"
"@types/node": "20.10.5",
"@types/react": "18.2.45"
},
"dependencies": {
"@roots/bud-dashboard": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-compress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4"
"@types/node": "20.10.5"
},
"dependencies": {
"@roots/bud": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-criticalcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4",
"@types/node": "20.10.5",
"@types/vinyl": "2.0.11"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions sources/@roots/bud-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4",
"@types/react": "18.2.43",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"ink-testing-library": "3.0.0",
"vitest": "1.0.4",
"vitest": "1.1.0",
"webpack": "5.89.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions sources/@roots/bud-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
"@roots/bud-swc": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/babel__core": "7.20.5",
"@types/node": "20.10.4",
"@types/react": "18.2.43"
"@types/node": "20.10.5",
"@types/react": "18.2.45"
},
"dependencies": {
"@babel/core": "7.23.5",
"@babel/core": "7.23.6",
"@emotion/babel-plugin": "11.11.0",
"@emotion/css": "11.11.2",
"@emotion/react": "11.11.1",
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-entrypoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4"
"@types/node": "20.10.5"
},
"dependencies": {
"@roots/bud": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions sources/@roots/bud-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
"devDependencies": {
"@roots/bud-build": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4"
"@types/node": "20.10.5"
},
"dependencies": {
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"esbuild": "0.19.9",
"esbuild": "0.19.10",
"esbuild-loader": "4.0.2",
"tslib": "2.6.2",
"webpack": "5.89.0"
Expand Down
6 changes: 3 additions & 3 deletions sources/@roots/bud-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/eslint": "8.44.8",
"@types/node": "20.10.4"
"@types/eslint": "8.56.0",
"@types/node": "20.10.5"
},
"dependencies": {
"@roots/bud": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-webpack-plugin": "4.0.1",
"tslib": "2.6.2",
"webpack": "5.89.0"
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4",
"@types/node": "20.10.5",
"palette-webpack-plugin": "1.0.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4"
"@types/node": "20.10.5"
},
"dependencies": {
"@roots/bud-support": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4"
"@types/node": "20.10.5"
},
"dependencies": {
"@roots/bud-framework": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions sources/@roots/bud-imagemin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4"
"@types/node": "20.10.5"
},
"dependencies": {
"@roots/bud": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"image-minimizer-webpack-plugin": "3.8.3",
"sharp": "0.33.0",
"sharp": "0.33.1",
"svgo": "3.1.0",
"tslib": "2.6.2",
"webpack": "5.89.0"
Expand Down
6 changes: 3 additions & 3 deletions sources/@roots/bud-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"@roots/bud-swc": "workspace:*",
"@roots/bud-typescript": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-minify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"devDependencies": {
"@roots/bud-swc": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4"
"@types/node": "20.10.5"
},
"dependencies": {
"@roots/bud": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.10.4",
"@types/node": "20.10.5",
"@types/postcss-import": "14.0.3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 5292394

Please sign in to comment.