Skip to content

Commit

Permalink
fix: revert changes on nextjs and react folders
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 4, 2023
1 parent 3f1ee88 commit 7a0d73a
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion nextjs/plugins/axios/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"axios": "^1.6.2"
"axios": "^0.21.1"
}
}
28 changes: 14 additions & 14 deletions nextjs/plugins/enzyme/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
22 changes: 11 additions & 11 deletions nextjs/plugins/jest/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
26 changes: 13 additions & 13 deletions nextjs/plugins/testing-library/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
2 changes: 1 addition & 1 deletion nextjs/template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion react/plugins/axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"axios": "^1.6.2"
"axios": "^0.21.1"
},
"devDependencies": {
"nock":"^13.0.11"
Expand Down
2 changes: 1 addition & 1 deletion react/template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7a0d73a

Please sign in to comment.