@netlify/plugin-nextjs 4.1.1 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/plugin-nextjs",
3
- "version": "4.1.1",
3
+ "version": "4.2.1",
4
4
  "description": "Run Next.js seamlessly on Netlify",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -27,7 +27,7 @@
27
27
  "test:jest": "jest",
28
28
  "test:jest:update": "jest --updateSnapshot",
29
29
  "test:update": "run-s build build:demo test:jest:update",
30
- "prepare": "npm run build",
30
+ "prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/ && npm run build",
31
31
  "clean": "rimraf lib",
32
32
  "build": "tsc",
33
33
  "watch": "tsc --watch"
@@ -53,9 +53,9 @@
53
53
  },
54
54
  "homepage": "https://github.com/netlify/netlify-plugin-nextjs#readme",
55
55
  "dependencies": {
56
- "@netlify/functions": "^0.10.0",
56
+ "@netlify/functions": "^0.11.0",
57
57
  "@netlify/ipx": "^0.0.8",
58
- "@vercel/node": "^1.11.2-canary.4",
58
+ "@vercel/node-bridge": "^2.1.0",
59
59
  "chalk": "^4.1.2",
60
60
  "fs-extra": "^10.0.0",
61
61
  "globby": "^11.0.4",
@@ -74,20 +74,21 @@
74
74
  "@babel/core": "^7.15.8",
75
75
  "@babel/preset-env": "^7.15.8",
76
76
  "@babel/preset-typescript": "^7.16.0",
77
- "@netlify/build": "^26.0.1",
78
- "@netlify/eslint-config-node": "^4.0.2",
77
+ "@netlify/build": "^26.2.0",
78
+ "@netlify/eslint-config-node": "^4.1.6",
79
79
  "@testing-library/cypress": "^8.0.1",
80
80
  "@types/fs-extra": "^9.0.13",
81
81
  "@types/jest": "^27.0.2",
82
82
  "@types/mocha": "^9.0.0",
83
+ "@types/node": "^17.0.10",
83
84
  "babel-jest": "^27.2.5",
84
85
  "cpy": "^8.1.2",
85
86
  "cypress": "^9.0.0",
86
87
  "eslint-config-next": "^12.0.0",
87
- "husky": "^4.3.0",
88
+ "husky": "^7.0.4",
88
89
  "jest": "^27.0.0",
89
90
  "netlify-plugin-cypress": "^2.2.0",
90
- "next": "^12.0.2",
91
+ "next": "^12.0.8",
91
92
  "npm-run-all": "^4.1.5",
92
93
  "prettier": "^2.1.2",
93
94
  "react": "^17.0.1",
@@ -96,12 +97,6 @@
96
97
  "tmp-promise": "^3.0.2",
97
98
  "typescript": "^4.3.4"
98
99
  },
99
- "husky": {
100
- "hooks": {
101
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
102
- "pre-push": "npm run format"
103
- }
104
- },
105
100
  "engines": {
106
101
  "node": ">=12.0.0"
107
102
  },