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] committed Sep 4, 2023
1 parent da7722b commit 1b1244a
Show file tree
Hide file tree
Showing 4 changed files with 794 additions and 334 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.7.0
uses: actions/setup-node@v3.8.1
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.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: 18.x
cache: "pnpm"
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@dnd-kit/utilities": "3.2.1",
"@plasmohq/messaging": "0.5.0",
"@plasmohq/storage": "1.7.2",
"plasmo": "0.82.0",
"plasmo": "0.82.2",
"react": "18.2.0",
"react-colorful": "5.6.1",
"react-dom": "18.2.0"
Expand All @@ -34,24 +34,24 @@
"@ianvs/prettier-plugin-sort-imports": "4.1.0",
"@markuplint/jsx-parser": "3.9.0",
"@markuplint/react-spec": "3.10.0",
"@types/chrome": "0.0.243",
"@types/node": "18.17.4",
"@types/react": "18.2.20",
"@types/chrome": "0.0.245",
"@types/node": "18.17.14",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-plugin-react": "7.33.1",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"autoprefixer": "10.4.15",
"eslint": "8.48.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"markuplint": "3.12.0",
"postcss": "8.4.27",
"prettier": "3.0.1",
"postcss": "8.4.29",
"prettier": "3.0.3",
"tailwindcss": "3.3.3",
"ts-pattern": "5.0.5",
"typed-css-modules": "0.7.2",
"typescript": "5.1.6",
"vitest": "0.34.1"
"typescript": "5.2.2",
"vitest": "0.34.3"
},
"manifest": {
"host_permissions": [
Expand Down

0 comments on commit 1b1244a

Please sign in to comment.