Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
couetilc committed Jan 16, 2024
1 parent 171da21 commit 73a674e
Show file tree
Hide file tree
Showing 2 changed files with 801 additions and 749 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,38 +106,38 @@
"react-dom": "15.x.x || 16.x.x || 17.x.x || 18.x.x"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.2.1",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.21",
"@typescript-eslint/parser": "^6.5.0",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"@babel/core": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.48",
"@typescript-eslint/parser": "^6.19.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-react": "^7.33.2",
"global-jsdom": "^9.1.0",
"jsdom": "^23.0.1",
"prettier": "^3.0.3",
"publint": "^0.2.2",
"rollup": "^3.28.1",
"global-jsdom": "^9.2.0",
"jsdom": "^23.2.0",
"prettier": "^3.2.2",
"publint": "^0.2.7",
"rollup": "^4.9.5",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.2.2",
"vite": "^5.0.5",
"vitest": "^1.1.1",
"wrangler": "^3.6.0"
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "^1.2.0",
"wrangler": "^3.22.4"
},
"dependencies": {
"@babel/runtime": "^7.22.11",
"@babel/runtime": "^7.23.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit 73a674e

Please sign in to comment.