Skip to content

Commit

Permalink
chore(deps): undpated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
heristop committed Aug 30, 2024
1 parent 12bf880 commit ce99205
Show file tree
Hide file tree
Showing 4 changed files with 1,041 additions and 866 deletions.
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "linkfolio",
"version": "0.6.0",
"version": "0.7.0",
"description": "Minimalist web page that acts as a hub for all your online presence",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down Expand Up @@ -46,24 +47,24 @@
}
},
"devDependencies": {
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
"@playwright/test": "^1.44.0",
"@swc/core": "^1.5.6",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
"@playwright/test": "^1.46.1",
"@swc/core": "^1.7.22",
"@types/node": "^22.5.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"autoprefixer": "^10.4.19",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.3",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit ce99205

Please sign in to comment.