Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent e6de1de commit 6b04da9
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.1

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
Expand All @@ -61,7 +61,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.1

- name: Set node version to 14
uses: actions/setup-node@v3
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,36 +26,36 @@
"lint": "eslint --cache ."
},
"devDependencies": {
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@rollup/plugin-json": "6.0.0",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@rollup/plugin-json": "6.1.0",
"@tsconfig/node12": "1.0.11",
"@types/jest": "29.4.0",
"@types/micromatch": "4.0.2",
"@types/node": "18.14.1",
"@types/webpack": "5.28.0",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"commitizen": "4.3.0",
"@types/jest": "29.5.14",
"@types/micromatch": "4.0.9",
"@types/node": "18.19.68",
"@types/webpack": "5.28.5",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"commitizen": "4.3.1",
"cz-conventional-changelog": "3.3.0",
"es-jest": "2.1.0",
"esbuild": "0.17.10",
"eslint": "8.34.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.6.0",
"eslint-define-config": "1.15.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"jest": "29.4.3",
"lint-staged": "13.1.2",
"memfs": "3.4.13",
"esbuild": "0.24.0",
"eslint": "8.57.1",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.10.0",
"eslint-define-config": "1.24.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "27.9.0",
"jest": "29.7.0",
"lint-staged": "13.3.0",
"memfs": "3.5.3",
"pnpm": "7.33.4",
"prettier": "2.8.4",
"rimraf": "4.1.2",
"prettier": "2.8.8",
"rimraf": "4.4.1",
"rollup": "3.17.2",
"rollup-plugin-dts": "5.2.0",
"rollup-plugin-dts": "5.3.1",
"rollup-plugin-esbuild": "5.0.0",
"simple-git-hooks": "2.8.1",
"simple-git-hooks": "2.11.1",
"typescript": "4.9.5"
},
"simple-git-hooks": {
Expand Down
10 changes: 5 additions & 5 deletions packages/beastcss-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"dependencies": {
"beastcss": "^2.1.3",
"micromatch": "4.0.5",
"schema-utils": "4.0.0"
"schema-utils": "4.3.0"
},
"devDependencies": {
"css-loader": "6.7.3",
"mini-css-extract-plugin": "2.7.2",
"html-webpack-plugin": "5.5.0",
"unionfs": "4.4.0",
"css-loader": "6.11.0",
"mini-css-extract-plugin": "2.9.2",
"html-webpack-plugin": "5.6.3",
"unionfs": "4.5.4",
"webpack": "5.76.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/beastcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
},
"dependencies": {
"@freddy38510/dropcss": "2.5.0",
"fast-glob": "3.2.12",
"kolorist": "1.7.0",
"lightningcss": "1.19.0",
"node-html-parser": "6.1.5"
"fast-glob": "3.3.2",
"kolorist": "1.8.0",
"lightningcss": "1.28.2",
"node-html-parser": "6.1.13"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 6b04da9

Please sign in to comment.