Skip to content

Commit 02c9e1e

Browse files
chore(deps): update all non-major dependencies
1 parent 1181fcf commit 02c9e1e

3 files changed

Lines changed: 740 additions & 626 deletions

File tree

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,34 +26,34 @@
2626
"lint": "eslint --cache ."
2727
},
2828
"devDependencies": {
29-
"@commitlint/cli": "17.4.4",
30-
"@commitlint/config-conventional": "17.4.4",
29+
"@commitlint/cli": "17.6.1",
30+
"@commitlint/config-conventional": "17.6.1",
3131
"@rollup/plugin-json": "6.0.0",
3232
"@tsconfig/node12": "1.0.11",
33-
"@types/jest": "29.4.0",
33+
"@types/jest": "29.5.0",
3434
"@types/micromatch": "4.0.2",
35-
"@types/node": "18.14.1",
36-
"@types/webpack": "5.28.0",
37-
"@typescript-eslint/eslint-plugin": "5.53.0",
38-
"@typescript-eslint/parser": "5.53.0",
35+
"@types/node": "18.15.11",
36+
"@types/webpack": "5.28.1",
37+
"@typescript-eslint/eslint-plugin": "5.59.0",
38+
"@typescript-eslint/parser": "5.59.0",
3939
"commitizen": "4.3.0",
4040
"cz-conventional-changelog": "3.3.0",
4141
"es-jest": "2.1.0",
42-
"esbuild": "0.17.10",
43-
"eslint": "8.34.0",
42+
"esbuild": "0.17.17",
43+
"eslint": "8.38.0",
4444
"eslint-config-airbnb-typescript": "17.0.0",
45-
"eslint-config-prettier": "8.6.0",
46-
"eslint-define-config": "1.15.0",
45+
"eslint-config-prettier": "8.8.0",
46+
"eslint-define-config": "1.18.0",
4747
"eslint-plugin-import": "2.27.5",
4848
"eslint-plugin-jest": "27.2.1",
49-
"jest": "29.4.3",
50-
"lint-staged": "13.1.2",
51-
"memfs": "3.4.13",
52-
"pnpm": "7.27.1",
53-
"prettier": "2.8.4",
54-
"rimraf": "4.1.2",
55-
"rollup": "3.17.2",
56-
"rollup-plugin-dts": "5.2.0",
49+
"jest": "29.5.0",
50+
"lint-staged": "13.2.1",
51+
"memfs": "3.5.0",
52+
"pnpm": "7.32.0",
53+
"prettier": "2.8.7",
54+
"rimraf": "4.4.1",
55+
"rollup": "3.20.4",
56+
"rollup-plugin-dts": "5.3.0",
5757
"rollup-plugin-esbuild": "5.0.0",
5858
"simple-git-hooks": "2.8.1",
5959
"typescript": "4.9.5"
@@ -71,7 +71,7 @@
7171
"eslint --cache --fix"
7272
]
7373
},
74-
"packageManager": "pnpm@7.27.1",
74+
"packageManager": "pnpm@7.32.0",
7575
"pnpm": {
7676
"overrides": {
7777
"beastcss": "workspace:*",

packages/beastcss-webpack-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"dependencies": {
4343
"beastcss": "^2.1.3",
4444
"micromatch": "4.0.5",
45-
"schema-utils": "4.0.0"
45+
"schema-utils": "4.0.1"
4646
},
4747
"devDependencies": {
4848
"css-loader": "6.7.3",
49-
"mini-css-extract-plugin": "2.7.2",
50-
"html-webpack-plugin": "5.5.0",
49+
"mini-css-extract-plugin": "2.7.5",
50+
"html-webpack-plugin": "5.5.1",
5151
"unionfs": "4.4.0",
5252
"webpack": "5.75.0"
5353
},

0 commit comments

Comments
 (0)