Skip to content

Commit

Permalink
pin 14.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Sep 12, 2024
1 parent 904a724 commit 7bf1dd6
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 66 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.24.1",
"@next/eslint-plugin-next": "^14.2.9",
"@next/eslint-plugin-next": "14.2.9",
"@playwright/test": "^1.44.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"main": "src/index.js",
"dependencies": {
"@next/eslint-plugin-next": "^14.2.9",
"@next/eslint-plugin-next": "14.2.9",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@fern-ui/react-commons": "workspace:*",
"@fern-ui/search-utils": "workspace:*",
"@inkeep/widgets": "^0.2.288",
"@next/third-parties": "^14.2.9",
"@next/third-parties": "14.2.9",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/docs-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"devDependencies": {
"@fern-platform/configs": "workspace:*",
"@next/bundle-analyzer": "^14.2.9",
"@next/bundle-analyzer": "14.2.9",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^18.7.18",
Expand All @@ -96,9 +96,9 @@
"vitest": "^1.5.0"
},
"optionalDependencies": {
"@next/swc-linux-x64-gnu": "^14.2.9",
"@next/swc-win32-x64-msvc": "^14.2.9",
"@next/swc-darwin-x64": "^14.2.9",
"@next/swc-darwin-arm64": "^14.2.9"
"@next/swc-linux-x64-gnu": "14.2.9",
"@next/swc-win32-x64-msvc": "14.2.9",
"@next/swc-darwin-x64": "14.2.9",
"@next/swc-darwin-arm64": "14.2.9"
}
}
10 changes: 5 additions & 5 deletions packages/ui/fontawesome-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@fern-platform/configs": "workspace:*",
"@next/bundle-analyzer": "^14.2.9",
"@next/bundle-analyzer": "14.2.9",
"@types/node": "^18.7.18",
"@types/react": "^18.0.20",
"depcheck": "^1.4.3",
Expand All @@ -61,9 +61,9 @@
"vitest": "^1.5.0"
},
"optionalDependencies": {
"@next/swc-linux-x64-gnu": "^14.2.9",
"@next/swc-win32-x64-msvc": "^14.2.9",
"@next/swc-darwin-x64": "^14.2.9",
"@next/swc-darwin-arm64": "^14.2.9"
"@next/swc-linux-x64-gnu": "14.2.9",
"@next/swc-win32-x64-msvc": "14.2.9",
"@next/swc-darwin-x64": "14.2.9",
"@next/swc-darwin-arm64": "14.2.9"
}
}
10 changes: 5 additions & 5 deletions packages/ui/local-preview-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@fern-platform/configs": "workspace:*",
"@next/bundle-analyzer": "^14.2.9",
"@next/bundle-analyzer": "14.2.9",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash-es": "^4.17.12",
Expand All @@ -75,9 +75,9 @@
"ws": "^8.16.0"
},
"optionalDependencies": {
"@next/swc-linux-x64-gnu": "^14.2.9",
"@next/swc-win32-x64-msvc": "^14.2.9",
"@next/swc-darwin-x64": "^14.2.9",
"@next/swc-darwin-arm64": "^14.2.9"
"@next/swc-linux-x64-gnu": "14.2.9",
"@next/swc-win32-x64-msvc": "14.2.9",
"@next/swc-darwin-x64": "14.2.9",
"@next/swc-darwin-arm64": "14.2.9"
}
}
102 changes: 54 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bf1dd6

Please sign in to comment.