Skip to content

Commit

Permalink
bump versions, dump enzyme
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyAlford committed Jul 1, 2024
1 parent a539351 commit ebbf021
Show file tree
Hide file tree
Showing 6 changed files with 426 additions and 8,960 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion bunfig.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[test]
preload = ["./test/happydom.ts","./test/enzyme.ts"]
preload = ["./test/happydom.ts"]
32 changes: 15 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,37 +29,35 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime-corejs3": "^7.24.7",
"@cfaester/enzyme-adapter-react-18": "^0",
"@happy-dom/global-registrator": "^14.12.3",
"@types/acorn": "^4.0.6",
"@types/enzyme": "^3.10.18",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.3.0",
"concurrently": "^5.3.0",
"babel-loader": "^9.1.3",
"basis": "TroyAlford/basis",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint": "^7",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"mkdirp": "^1.0.4",
"mkdirp": "^3.0.1",
"postinstall-postinstall": "^2.1.0",
"react": "^18",
"react-dom": "^18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"source-map-explorer": "^2.5.3",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^4.9.5",
"typescript": "^5.5.2",
"webpack": "^5.92.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^3.11.3"
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"optionalDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0"
},
"peerDependencies": {
"react": ">=18",
Expand Down
Loading

0 comments on commit ebbf021

Please sign in to comment.