Skip to content

Commit

Permalink
v16.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
su-u committed Sep 3, 2024
1 parent 696a403 commit 802389a
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tools.su-u.dev",
"version": "16.0.1",
"version": "16.0.2",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -15,41 +15,41 @@
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.3.1",
"@monaco-editor/react": "^4.5.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@faker-js/faker": "^8.4.1",
"@monaco-editor/react": "^4.6.0",
"@rsuite/icons": "yarn ^1.0.3",
"@uiw/codemirror-theme-vscode": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.1",
"antd": "^5.12.2",
"dayjs": "^1.11.9",
"@uiw/codemirror-theme-vscode": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"antd": "^5.20.4",
"dayjs": "^1.11.13",
"iconv-lite": "^0.6.3",
"iconv-urlencode": "^1.0.0",
"next": "^14.0.3",
"next": "^14.2.7",
"obtain-unicode": "^0.0.5",
"punycode": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"rsuite": "^5.46.1",
"timezones-list": "^3.0.2",
"uuid": "^9.0.1"
"punycode": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"rsuite": "^5.70.0",
"timezones-list": "^3.0.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/gtag.js": "^0.0.18",
"@types/jest": "^29.5.10",
"@types/node": "^20.6.2",
"@types/react": "^18.0.33",
"eslint": "8.55.0",
"eslint-config-next": "14.0.3",
"@types/gtag.js": "^0.0.20",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"eslint": "9.9.1",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"sass": "^1.67.0",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.0.0"
"prettier": "^3.3.3",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"typescript-plugin-css-modules": "^5.1.0"
}
}

0 comments on commit 802389a

Please sign in to comment.