Skip to content

Commit

Permalink
Merge pull request #19 from kaishens-cn/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cherishs001 authored Jul 6, 2023
2 parents ddc3222 + 70e082c commit 9f94fc8
Show file tree
Hide file tree
Showing 6 changed files with 1,264 additions and 1,183 deletions.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
59 changes: 30 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,53 +18,54 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.6",
"@babel/preset-env": "^7.22.6",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.6",
"@react-spring/rafz": "^9.7.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.2",
"@types/node": "^20.2.5",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/node": "^20.4.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/stylis": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"clean-webpack-plugin": "^4.0.0",
"cpr": "^3.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"csstype": "^3.1.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.41.0",
"eslint": "^8.44.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"fs-extra": "^11.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"html-webpack-plugin": "^5.5.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.6.0",
"jest-environment-jsdom": "^29.6.0",
"jsdom": "^22.1.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.2",
"prettier": "^2.8.8",
"postcss-loader": "^7.3.3",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"sass": "^1.63.4",
"sass-loader": "^13.3.1",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
},
"config": {
Expand All @@ -73,13 +74,13 @@
}
},
"dependencies": {
"@react-spring/web": "^9.7.2",
"@react-spring/web": "9.7.3",
"classnames": "^2.3.2",
"jotai": "^2.1.1",
"jotai": "^2.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.12.1",
"react-router-dom": "^6.14.1",
"react-use-measure": "^2.1.1",
"styled-components": "6.0.0-rc.2-4007"
"styled-components": "6.0.2"
}
}
Loading

0 comments on commit 9f94fc8

Please sign in to comment.