Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent 1a573bf commit b8c2e8e
Show file tree
Hide file tree
Showing 4 changed files with 397 additions and 439 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
version: latest
run_install: true
- name: Use Node.js 18.x
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v3.8.2
with:
node-version: 18.x
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
version: latest
run_install: true
- name: Use Node.js 18.x
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v3.8.2
with:
node-version: 18.x
cache: "pnpm"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,32 @@
"@dnd-kit/sortable": "7.0.2",
"@dnd-kit/utilities": "3.2.1",
"@plasmohq/messaging": "0.5.0",
"@plasmohq/storage": "1.8.0",
"@plasmohq/storage": "1.8.1",
"plasmo": "0.83.0",
"react": "18.2.0",
"react-colorful": "5.6.1",
"react-dom": "18.2.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.0",
"@markuplint/jsx-parser": "3.10.0",
"@markuplint/react-spec": "3.11.0",
"@types/chrome": "0.0.246",
"@types/node": "18.18.3",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@markuplint/jsx-parser": "3.11.0",
"@markuplint/react-spec": "3.12.0",
"@types/chrome": "0.0.248",
"@types/node": "18.18.7",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"autoprefixer": "10.4.16",
"eslint": "8.50.0",
"eslint": "8.52.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"markuplint": "3.13.0",
"markuplint": "3.14.0",
"postcss": "8.4.31",
"prettier": "3.0.3",
"tailwindcss": "3.3.3",
"tailwindcss": "3.3.5",
"ts-pattern": "5.0.5",
"typed-css-modules": "0.7.2",
"typed-css-modules": "0.8.0",
"typescript": "5.2.2",
"vitest": "0.34.6"
},
Expand Down
Loading

0 comments on commit b8c2e8e

Please sign in to comment.