Skip to content

Commit

Permalink
Release 31.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Oct 13, 2024
1 parent f5710d4 commit 139849e
Show file tree
Hide file tree
Showing 218 changed files with 501,508 additions and 501,252 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "@iosevka/website",
"private": true,
"version": "31.8.0",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"change-case": "^5.4.4",
"immer": "^10.1.1",
"next": "^14.2.15",
"react": "^18.3.1",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.1",
"react-use": "^17.5.1",
"sass": "^1.79.5",
"use-onclickoutside": "^0.4.1"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1"
}
}
"name": "@iosevka/website",
"private": true,
"version": "31.9.0",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"change-case": "^5.4.4",
"immer": "^10.1.1",
"next": "^14.2.15",
"react": "^18.3.1",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.1",
"react-use": "^17.5.1",
"sass": "^1.79.5",
"use-onclickoutside": "^0.4.1"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1"
}
}
Loading

0 comments on commit 139849e

Please sign in to comment.