From 7bf1dd60eb2f052ab21fcf6055d75f82cff494b7 Mon Sep 17 00:00:00 2001 From: Andrew Jiang Date: Wed, 11 Sep 2024 21:08:18 -0400 Subject: [PATCH] pin 14.2.9 --- package.json | 2 +- packages/eslint/package.json | 2 +- packages/ui/app/package.json | 2 +- packages/ui/docs-bundle/package.json | 10 +- packages/ui/fontawesome-cdn/package.json | 10 +- packages/ui/local-preview-bundle/package.json | 10 +- pnpm-lock.yaml | 102 +++++++++--------- 7 files changed, 72 insertions(+), 66 deletions(-) diff --git a/package.json b/package.json index ebd33df067..c26725edeb 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/eslint/package.json b/packages/eslint/package.json index af2da8d3d8..ea4fd43161 100644 --- a/packages/eslint/package.json +++ b/packages/eslint/package.json @@ -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", diff --git a/packages/ui/app/package.json b/packages/ui/app/package.json index 568f1cc47e..ca4744fd1d 100644 --- a/packages/ui/app/package.json +++ b/packages/ui/app/package.json @@ -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", diff --git a/packages/ui/docs-bundle/package.json b/packages/ui/docs-bundle/package.json index fbecd2c102..26ed4a4c56 100644 --- a/packages/ui/docs-bundle/package.json +++ b/packages/ui/docs-bundle/package.json @@ -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", @@ -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" } } diff --git a/packages/ui/fontawesome-cdn/package.json b/packages/ui/fontawesome-cdn/package.json index 56a1590fc7..3b6024cd1b 100644 --- a/packages/ui/fontawesome-cdn/package.json +++ b/packages/ui/fontawesome-cdn/package.json @@ -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", @@ -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" } } diff --git a/packages/ui/local-preview-bundle/package.json b/packages/ui/local-preview-bundle/package.json index aa92e0a427..80e11e12af 100644 --- a/packages/ui/local-preview-bundle/package.json +++ b/packages/ui/local-preview-bundle/package.json @@ -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", @@ -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" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3e9c66fd5c..8ae82d486d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,8 +32,8 @@ importers: specifier: ^7.24.1 version: 7.24.7(@babel/core@7.25.2) '@next/eslint-plugin-next': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 '@playwright/test': specifier: ^1.44.1 version: 1.47.0 @@ -778,8 +778,8 @@ importers: packages/eslint: dependencies: '@next/eslint-plugin-next': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 '@typescript-eslint/eslint-plugin': specifier: 7.3.1 version: 7.3.1(@typescript-eslint/parser@7.3.1)(eslint@8.57.0)(typescript@5.4.3) @@ -1080,8 +1080,8 @@ importers: specifier: ^0.2.288 version: 0.2.289(@internationalized/date@3.5.5)(@types/react@18.3.5)(jsdom@24.1.3)(react-dom@18.3.1)(react@18.3.1)(typescript@5.4.3) '@next/third-parties': - specifier: ^14.2.9 - version: 14.2.10(@fern-api/next@0.0.2)(react@18.3.1) + specifier: 14.2.9 + version: 14.2.9(@fern-api/next@0.0.2)(react@18.3.1) '@radix-ui/colors': specifier: ^3.0.0 version: 3.0.0 @@ -1822,24 +1822,24 @@ importers: version: 3.23.8 optionalDependencies: '@next/swc-darwin-arm64': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 '@next/swc-darwin-x64': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 '@next/swc-linux-x64-gnu': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 '@next/swc-win32-x64-msvc': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 devDependencies: '@fern-platform/configs': specifier: workspace:* version: link:../../configs '@next/bundle-analyzer': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 '@tailwindcss/forms': specifier: ^0.5.7 version: 0.5.9(tailwindcss@3.4.11) @@ -2098,24 +2098,24 @@ importers: version: 18.3.1(react@18.3.1) optionalDependencies: '@next/swc-darwin-arm64': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 '@next/swc-darwin-x64': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 '@next/swc-linux-x64-gnu': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 '@next/swc-win32-x64-msvc': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 devDependencies: '@fern-platform/configs': specifier: workspace:* version: link:../../configs '@next/bundle-analyzer': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 '@types/node': specifier: ^18.7.18 version: 18.19.50 @@ -2199,24 +2199,24 @@ importers: version: 5.0.0 optionalDependencies: '@next/swc-darwin-arm64': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 '@next/swc-darwin-x64': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 '@next/swc-linux-x64-gnu': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 '@next/swc-win32-x64-msvc': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 devDependencies: '@fern-platform/configs': specifier: workspace:* version: link:../../configs '@next/bundle-analyzer': - specifier: ^14.2.9 - version: 14.2.10 + specifier: 14.2.9 + version: 14.2.9 '@tailwindcss/forms': specifier: ^0.5.7 version: 0.5.9(tailwindcss@3.4.11) @@ -6835,8 +6835,8 @@ packages: '@ndhoule/each': 2.0.1 dev: false - /@next/bundle-analyzer@14.2.10: - resolution: {integrity: sha512-x9sMR1gHrX6zg5UapTJBjSEHmyG6GuSW1gWQXp4kJSNBQzKWFFhK4lQluNnyh0hP6j3p5Mxpq8uUOTYIgMgk3A==} + /@next/bundle-analyzer@14.2.9: + resolution: {integrity: sha512-r+h5vdrx3+tZoMysJmDsfy3OXPqwuTTiQYytCPl5qfngHqeusV3im8Bjbmm4ZsOsIcqh/BQrChO8u7wFXavHKA==} dependencies: webpack-bundle-analyzer: 4.10.1 transitivePeerDependencies: @@ -6851,9 +6851,15 @@ packages: resolution: {integrity: sha512-LqJcPP5QkmKewpwO3zX8SoVfWwKn5NKwfcs/j52oJa5EsEDyUsqjsmj5IRzmAJA0FSuB4umhjG55AGayY306fw==} dependencies: glob: 10.3.10 + dev: true + + /@next/eslint-plugin-next@14.2.9: + resolution: {integrity: sha512-tmLXuDNfPTqoFuSfsd9Q4R96SS/UCKTPtBnnR+cKDcbh8xZU+126vZnRWH1WEpOmS4Vl2Hy/X6SPmgOGZzn+hA==} + dependencies: + glob: 10.3.10 - /@next/swc-darwin-arm64@14.2.10: - resolution: {integrity: sha512-V3z10NV+cvMAfxQUMhKgfQnPbjw+Ew3cnr64b0lr8MDiBJs3eLnM6RpGC46nhfMZsiXgQngCJKWGTC/yDcgrDQ==} + /@next/swc-darwin-arm64@14.2.9: + resolution: {integrity: sha512-/kfQifl3uLYi3DlwFlzCkgxe6fprJNLzzTUFknq3M5wGYicDIbdGlxUl6oHpVLJpBB/CBY3Y//gO6alz/K4NWA==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -6861,8 +6867,8 @@ packages: dev: false optional: true - /@next/swc-darwin-x64@14.2.10: - resolution: {integrity: sha512-Y0TC+FXbFUQ2MQgimJ/7Ina2mXIKhE7F+GUe1SgnzRmwFY3hX2z8nyVCxE82I2RicspdkZnSWMn4oTjIKz4uzA==} + /@next/swc-darwin-x64@14.2.9: + resolution: {integrity: sha512-tK/RyhCmOCiXQ9IVdFrBbZOf4/1+0RSuJkebXU2uMEsusS51TjIJO4l8ZmEijH9gZa0pJClvmApRHi7JuBqsRw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -6870,8 +6876,8 @@ packages: dev: false optional: true - /@next/swc-linux-x64-gnu@14.2.10: - resolution: {integrity: sha512-GXvajAWh2woTT0GKEDlkVhFNxhJS/XdDmrVHrPOA83pLzlGPQnixqxD8u3bBB9oATBKB//5e4vpACnx5Vaxdqg==} + /@next/swc-linux-x64-gnu@14.2.9: + resolution: {integrity: sha512-0HNulLWpKTB7H5BhHCkEhcRAnWUHeAYCftrrGw3QC18+ZywTdAoPv/zEqKy/0adqt+ks4JDdlgSQ1lNKOKjo0A==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -6879,8 +6885,8 @@ packages: dev: false optional: true - /@next/swc-win32-x64-msvc@14.2.10: - resolution: {integrity: sha512-UjeVoRGKNL2zfbcQ6fscmgjBAS/inHBh63mjIlfPg/NG8Yn2ztqylXt5qilYb6hoHIwaU2ogHknHWWmahJjgZQ==} + /@next/swc-win32-x64-msvc@14.2.9: + resolution: {integrity: sha512-gcbpoXyWZdVOBgNa5BRzynrL5UR1nb2ZT38yKgnphYU9UHjeecnylMHntrQiMg/QtONDcJPFC/PmsS47xIRYoA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -6888,8 +6894,8 @@ packages: dev: false optional: true - /@next/third-parties@14.2.10(@fern-api/next@0.0.2)(react@18.3.1): - resolution: {integrity: sha512-5S8+HMrPZr8+FR2aFh4Nxwo3lDQcK2Uzh4NwT6ttWdRIBqf/VLOKdoMEWrTFfmAVa1PdcuYE1u64SNCsmBh8dQ==} + /@next/third-parties@14.2.9(@fern-api/next@0.0.2)(react@18.3.1): + resolution: {integrity: sha512-fPXe0lZkaMzDucGH+GSwQND/ffvsq7yuBsmLcTiJgj4IIyRUDmB+GshYczk+04w0s/9nTbzuQHDSJNFn03FU9g==} peerDependencies: next: ^13.0.0 || ^14.0.0 react: ^18.2.0