diff --git a/nextjs/plugins/axios/package.json b/nextjs/plugins/axios/package.json index 7b977dc89..b2df47ce7 100644 --- a/nextjs/plugins/axios/package.json +++ b/nextjs/plugins/axios/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "axios": "^1.6.2" + "axios": "^0.21.1" } } diff --git a/nextjs/plugins/enzyme/package.json b/nextjs/plugins/enzyme/package.json index 731e3f782..efe086104 100644 --- a/nextjs/plugins/enzyme/package.json +++ b/nextjs/plugins/enzyme/package.json @@ -1,16 +1,16 @@ { - "scripts": { - "test": "jest -c test/jest.config.js" - }, - "devDependencies": { - "@types/enzyme": "^3.10.8", - "@wojtekmaj/enzyme-adapter-react-17": "^0.4.1", - "identity-obj-proxy": "^3.0.0", - "enzyme": "^3.11.0", - "jest": "^26.6.3", - "ts-jest": "^26.4.4", - "nock": "^13.4.0", - "isomorphic-unfetch": "^3.1.0", - "dotenv": "^8.2.0" - } + "scripts": { + "test": "jest -c test/jest.config.js" + }, + "devDependencies": { + "@types/enzyme": "^3.10.8", + "@wojtekmaj/enzyme-adapter-react-17": "^0.4.1", + "identity-obj-proxy": "^3.0.0", + "enzyme": "^3.11.0", + "jest": "^26.6.3", + "ts-jest": "^26.4.4", + "nock": "^13.0.6", + "isomorphic-unfetch": "^3.1.0", + "dotenv": "^8.2.0" + } } diff --git a/nextjs/plugins/jest/package.json b/nextjs/plugins/jest/package.json index 04067d6c5..9f440fd6a 100644 --- a/nextjs/plugins/jest/package.json +++ b/nextjs/plugins/jest/package.json @@ -1,13 +1,13 @@ { - "scripts": { - "test": "jest -c test/jest.config.js" - }, - "devDependencies": { - "jest": "^26.6.3", - "ts-jest": "^26.4.4", - "identity-obj-proxy": "^3.0.0", - "nock": "^13.4.0", - "isomorphic-unfetch": "^3.1.0", - "dotenv": "^8.2.0" - } + "scripts": { + "test": "jest -c test/jest.config.js" + }, + "devDependencies": { + "jest": "^26.6.3", + "ts-jest": "^26.4.4", + "identity-obj-proxy": "^3.0.0", + "nock": "^13.0.6", + "isomorphic-unfetch": "^3.1.0", + "dotenv": "^8.2.0" + } } diff --git a/nextjs/plugins/testing-library/package.json b/nextjs/plugins/testing-library/package.json index b6eacbcf1..9d15bc16d 100644 --- a/nextjs/plugins/testing-library/package.json +++ b/nextjs/plugins/testing-library/package.json @@ -1,15 +1,15 @@ { - "scripts": { - "test": "jest -c test/jest.config.js" - }, - "devDependencies": { - "@testing-library/react": "^11.2.3", - "@testing-library/react-hooks": "^5.0.0", - "identity-obj-proxy": "^3.0.0", - "jest": "^26.6.3", - "ts-jest": "^26.4.4", - "nock": "^13.4.0", - "isomorphic-unfetch": "^3.1.0", - "dotenv": "^8.2.0" - } + "scripts": { + "test": "jest -c test/jest.config.js" + }, + "devDependencies": { + "@testing-library/react": "^11.2.3", + "@testing-library/react-hooks": "^5.0.0", + "identity-obj-proxy": "^3.0.0", + "jest": "^26.6.3", + "ts-jest": "^26.4.4", + "nock": "^13.0.6", + "isomorphic-unfetch": "^3.1.0", + "dotenv": "^8.2.0" + } } diff --git a/nextjs/template/_package.json b/nextjs/template/_package.json index fe8f07dd0..579e86a55 100644 --- a/nextjs/template/_package.json +++ b/nextjs/template/_package.json @@ -14,7 +14,7 @@ "next-compose-plugins": "^2.2.1" }, "devDependencies": { - "@types/node": "^18.0.0", + "@types/node": "^14.14.13", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "typescript": "^4.1.3" diff --git a/react/plugins/axios/package.json b/react/plugins/axios/package.json index 50bc807d2..873c7c306 100644 --- a/react/plugins/axios/package.json +++ b/react/plugins/axios/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "axios": "^1.6.2" + "axios": "^0.21.1" }, "devDependencies": { "nock":"^13.0.11" diff --git a/react/template/_package.json b/react/template/_package.json index 454120614..c92a9a6c5 100644 --- a/react/template/_package.json +++ b/react/template/_package.json @@ -7,7 +7,7 @@ "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^12.8.3", "@types/jest": "^26.0.23", - "@types/node": "^18.0.0", + "@types/node": "^12.20.10", "@types/react": "^17.0.4", "@types/react-dom": "^17.0.3", "react": "^17.0.2",