Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Akiyamka committed Oct 19, 2023
1 parent 0d0e6a3 commit 8b380da
Show file tree
Hide file tree
Showing 2 changed files with 792 additions and 443 deletions.
38 changes: 18 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,27 @@
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"ajv": "^8.11.0",
"ts-json-schema-generator": "^1.0.0",
"typescript": "^4.8.2",
"vite": "^3.0.9"
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-transform-react-jsx": "^7.20.7",
"@preact/preset-vite": "^2.5.0",
"@preact/signals": "^1.1.3",
"@reatom/core": "^3.1.18",
"@reatom/hooks": "^3.1.2",
"ajv": "^8.12.0",
"ts-json-schema-generator": "^1.4.0",
"typescript": "^4.9.5",
"vite": "^3.2.7",
"@babel/core": "^7.23.2",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@preact/preset-vite": "^2.6.0",
"@preact/signals": "^1.2.1",
"@reatom/core": "^3.6.0",
"@reatom/hooks": "^3.4.2",
"@supastuff/json-resume-types": "^1.0.0",
"@types/node": "^18.7.16",
"autoprefixer": "^10.4.13",
"@types/node": "^18.18.6",
"autoprefixer": "^10.4.16",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"node-fetch": "^3.2.10",
"postcss-nested": "^6.0.0",
"preact": "^10.11.3",
"date-fns": "^2.30.0",
"node-fetch": "^3.3.2",
"postcss-nested": "^6.0.1",
"preact": "^10.18.1",
"preact-render-to-string": "^5.2.6",
"vite-plugin-ssr": "^0.4.32",
"vite-tsconfig-paths": "^3.5.0"
"vite-plugin-ssr": "^0.4.142",
"vite-tsconfig-paths": "^3.6.0"
}
}
Loading

0 comments on commit 8b380da

Please sign in to comment.