Skip to content

Commit

Permalink
Update dependencies and remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Dec 17, 2023
1 parent 7d9c1de commit 3645fff
Show file tree
Hide file tree
Showing 7 changed files with 6,313 additions and 6,202 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.10.0
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.2.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.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.6.2.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,35 @@
"preview": "yarn build && yarn vite preview"
},
"dependencies": {
"jotai": "^2.5.1",
"preact": "^10.19.2"
"jotai": "^2.6.0",
"preact": "^10.19.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.7.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"daisyui": "^4.4.3",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"daisyui": "^4.4.20",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"react-scripts": "^5.0.1",
"rollup-plugin-visualizer": "^5.9.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vite-tsconfig-paths": "^4.2.1"
"rollup-plugin-visualizer": "^5.11.0",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-tsconfig-paths": "^4.2.2"
},
"packageManager": "yarn@3.6.2"
"packageManager": "yarn@4.0.2"
}
5 changes: 0 additions & 5 deletions src/models/ChildrenProp.ts

This file was deleted.

Loading

0 comments on commit 3645fff

Please sign in to comment.