Skip to content

Commit

Permalink
Merge pull request #843 from einSelbst/upgrade-deps-2
Browse files Browse the repository at this point in the history
Upgrade deps 2
  • Loading branch information
einSelbst authored Sep 1, 2022
2 parents a1fd760 + 90bfceb commit 1ae9be7
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 38 deletions.
5 changes: 3 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[build]
command = "npx pnpm install --store=node_modules/.pnpm-store && pnpm build"
# command = "npx pnpm install --store=node_modules/.pnpm-store && pnpm build"
# command = "ls -la && printenv && npm run build"
# publish = ".next"
# ignore = "git diff --quiet \"${CACHED_COMMIT_REF}\" \"${COMMIT_REF}\" src/**/* public/* netlify.toml next-env.d.ts next-sitemap.js next.config.js package.json pnpm-lock.yaml postcss.config.js tailwind.config.js tsconfig.json"
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF -- src/ public/ netlify.toml next.config.js pnpm-lock.yaml package.json"

[build.environment]
NPM_FLAGS = "--version"
# NPM_FLAGS = "--version"
# NPM_FLAGS = "--prefix=/"
# CI = "1"
# cache Cypress binary in local "node_modules" folder
# so Netlify caches it
Expand Down
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"sass": "1.54.8",
"styled-jsx": "5.0.4",
"tailwindcss": "3.1.8",
"typed-query-selector": "2.6.1",
"typed-query-selector": "2.7.0",
"typescript": "4.8.2",
"webpack": "5.74.0"
},
Expand All @@ -155,10 +155,10 @@
"@size-limit/webpack": "8.0.1",
"@size-limit/webpack-why": "8.0.1",
"@stylelint/postcss-css-in-js": "0.38.0",
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/aspect-ratio": "0.4.1",
"@tailwindcss/forms": "0.5.2",
"@tailwindcss/line-clamp": "0.4.0",
"@tailwindcss/typography": "0.5.4",
"@tailwindcss/line-clamp": "0.4.1",
"@tailwindcss/typography": "0.5.6",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@textlint/ast-node-types": "12.1.1",
Expand Down Expand Up @@ -239,7 +239,7 @@
"textlint-rule-diacritics": "1.0.0",
"textlint-rule-terminology": "3.0.1",
"ts-node": "10.9.1",
"typedoc": "0.23.12",
"typedoc": "0.23.13",
"typescript-eslint-language-service": "5.0.0",
"typesync": "0.9.2"
},
Expand All @@ -257,10 +257,8 @@
"caniuse-lite": "latest",
"chokidar": "3",
"debug": "latest",
"source-map-resolve": "latest",
"minimist": ">=1.2.6",
"async@<2.6.4": ">=2.6.4",
"ejs": ">=3.1.7"
"electron-to-chromium": "1.4.237",
"source-map-resolve": "latest"
}
},
"next-unused": {
Expand Down
54 changes: 27 additions & 27 deletions pnpm-lock.yaml

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

1 comment on commit 1ae9be7

@vercel
Copy link

@vercel vercel bot commented on 1ae9be7 Sep 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

overnext – ./

overnext-einselbst.vercel.app
overnext-git-main-einselbst.vercel.app
overnext.vercel.app

Please sign in to comment.