Skip to content

Commit

Permalink
bump dependencies and yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Mar 24, 2023
1 parent 680415f commit 05ee478
Show file tree
Hide file tree
Showing 4 changed files with 558 additions and 500 deletions.
516 changes: 258 additions & 258 deletions .yarn/releases/yarn-3.4.1.cjs → .yarn/releases/yarn-3.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/yarn-up-all-plugin.cjs
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.1.0/index.js"

yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,34 +24,34 @@
},
"dependencies": {
"@vitejs/plugin-react": "^3.1.0",
"preact": "^10.13.0",
"preact": "^10.13.1",
"valtio": "^1.10.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@types/node": "^18.14.6",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"autoprefixer": "^10.4.13",
"@types/node": "^18.15.7",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-no-relative-import-paths": "^1.5.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-valtio": "^0.6.1",
"eslint-plugin-valtio": "^0.6.2",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier": "^2.8.7",
"react-scripts": "^5.0.1",
"rollup-plugin-visualizer": "^5.9.0",
"tailwindcss": "^3.2.7",
"tailwindcss-classnames": "^3.0.7",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vite-tsconfig-paths": "^4.0.5"
"typescript": "^5.0.2",
"vite": "^4.2.1",
"vite-tsconfig-paths": "^4.0.7"
},
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@3.5.0"
}
Loading

0 comments on commit 05ee478

Please sign in to comment.