Skip to content

Commit

Permalink
chore(deps): upgrade to latest (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
noammu authored Jun 2, 2024
1 parent b8e7b95 commit bd3177c
Show file tree
Hide file tree
Showing 4 changed files with 1,656 additions and 1,846 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
"start:server:dev": "yarn workspace @portfolio/strapi run develop"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/eslint-parser": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@faker-js/faker": "^8.4.1",
"@testing-library/react": "^15.0.7",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitejs/plugin-react": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react": "^4.3.0",
"@wixc3/react-board": "^2.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.0.0",
"jsdom": "^24.1.0",
"prettier": "^3.2.5",
"sass": "^1.77.1",
"sass": "^1.77.3",
"typescript": "~5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vitest": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"test": "vitest"
},
"dependencies": {
"@floating-ui/react-dom": "^2.0.9",
"@floating-ui/react-dom": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"classnames": "^2.5.1",
"framer-motion": "^11.2.2",
"framer-motion": "^11.2.9",
"markdown-to-jsx": "^7.4.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"exports": "./types/generated/contentTypes.d.ts",
"types": "types/generated/contentTypes.d.ts",
"dependencies": {
"@strapi/plugin-cloud": "^4.24.2",
"@strapi/plugin-documentation": "^4.24.2",
"@strapi/plugin-i18n": "^4.24.2",
"@strapi/plugin-users-permissions": "^4.24.2",
"@strapi/strapi": "^4.24.2",
"better-sqlite3": "^9.6.0",
"@strapi/plugin-cloud": "^4.24.4",
"@strapi/plugin-documentation": "^4.24.4",
"@strapi/plugin-i18n": "^4.24.4",
"@strapi/plugin-users-permissions": "^4.24.4",
"@strapi/strapi": "^4.24.4",
"better-sqlite3": "^10.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^5.2.0",
Expand Down
Loading

0 comments on commit bd3177c

Please sign in to comment.