Skip to content

Commit

Permalink
chore: security dependencies bumps (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmstefanski committed May 30, 2024
1 parent 765cc0c commit 966f883
Show file tree
Hide file tree
Showing 5 changed files with 4,118 additions and 4,595 deletions.
2 changes: 1 addition & 1 deletion .github/nodejs.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.17.0
v20.11.1
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
5 changes: 5 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ import { env } from "./env.mjs"
*/
const config = withPlugins([[withBundleAnalyzer({ enabled: env.ANALYZE })]], {
reactStrictMode: true,
logging: {
fetches: {
fullUrl: true,
},
},
experimental: { instrumentationHook: true },
rewrites() {
return [
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"coupling-graph": "npx madge --extensions js,jsx,ts,tsx,css,md,mdx ./ --exclude '.next|tailwind.config.js|reset.d.ts|prettier.config.js|postcss.config.js|playwright.config.ts|next.config.js|next-env.d.ts|instrumentation.ts|e2e/|README.md|.storybook/|.eslintrc.js' --image graph.svg"
},
"dependencies": {
"@next/bundle-analyzer": "^14.0.3",
"@next/bundle-analyzer": "^14.2.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
Expand All @@ -40,21 +40,21 @@
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/commit-analyzer": "12.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.3",
"@semantic-release/npm": "^11.0.1",
"@semantic-release/release-notes-generator": "^12.1.0",
"@t3-oss/env-nextjs": "^0.7.1",
"@vercel/otel": "^0.3.0",
"@semantic-release/github": "^10.0.5",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^13.0.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@vercel/otel": "^1.8.3",
"class-variance-authority": "^0.7.0",
"lodash": "^4.17.21",
"next": "^14.0.3",
"next": "^14.2.3",
"next-compose-plugins": "^2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.0.0",
"zod": "^3.22.4"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.23.3",
Expand All @@ -80,9 +80,9 @@
"@testing-library/react": "^14.1.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/node": "^20.12.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"all-contributors-cli": "^6.26.1",
Expand All @@ -97,7 +97,7 @@
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-tailwindcss": "^3.13.0",
"fetch-mock": "^9.11.0",
"gzip-size": "6",
"gzip-size": "6.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mkdirp": "^3.0.1",
Expand All @@ -112,11 +112,11 @@
"tailwindcss": "^3.3.5",
"ts-jest": "^29.1.1",
"tsc": "^2.0.4",
"typescript": "5.3.2",
"typescript": "5.4.5",
"webpack": "5.89.0"
},
"engines": {
"node": ">=18.17.0"
"node": ">=20.0.0"
},
"packageManager": "yarn@1.22.19"
}
Loading

0 comments on commit 966f883

Please sign in to comment.