|
1 | 1 | { |
2 | 2 | "name": "bubblesets-js", |
3 | 3 | "description": "JavaScript implementation of bubble sets by Christopher Collins", |
4 | | - "version": "2.3.2", |
| 4 | + "version": "2.3.3", |
5 | 5 | "author": { |
6 | 6 | "name": "Samuel Gratzl", |
7 | 7 | |
|
38 | 38 | "src/**/*.ts" |
39 | 39 | ], |
40 | 40 | "devDependencies": { |
41 | | - "@babel/core": "^7.23.7", |
42 | | - "@babel/preset-env": "^7.23.8", |
| 41 | + "@babel/core": "^7.24.7", |
| 42 | + "@babel/preset-env": "^7.24.7", |
43 | 43 | "@rollup/plugin-babel": "^6.0.4", |
44 | | - "@rollup/plugin-commonjs": "^25.0.7", |
| 44 | + "@rollup/plugin-commonjs": "^26.0.1", |
45 | 45 | "@rollup/plugin-node-resolve": "^15.2.3", |
46 | | - "@rollup/plugin-replace": "^5.0.5", |
| 46 | + "@rollup/plugin-replace": "^5.0.7", |
47 | 47 | "@rollup/plugin-typescript": "^11.1.6", |
48 | | - "@types/jest": "^29.5.11", |
49 | | - "@typescript-eslint/eslint-plugin": "^6.19.0", |
50 | | - "@typescript-eslint/parser": "^6.19.0", |
51 | | - "@yarnpkg/sdks": "^3.1.0", |
52 | | - "eslint": "^8.56.0", |
53 | | - "eslint-config-airbnb-typescript": "^17.1.0", |
| 48 | + "@types/jest": "^29.5.12", |
| 49 | + "@typescript-eslint/eslint-plugin": "^7.12.0", |
| 50 | + "@typescript-eslint/parser": "^7.12.0", |
| 51 | + "@yarnpkg/sdks": "^3.1.2", |
| 52 | + "eslint": "^8.57.0", |
| 53 | + "eslint-config-airbnb-typescript": "^18.0.0", |
54 | 54 | "eslint-config-prettier": "^9.1.0", |
55 | 55 | "eslint-config-react-app": "^7.0.1", |
56 | 56 | "eslint-plugin-flowtype": "^8.0.3", |
57 | 57 | "eslint-plugin-import": "^2.29.1", |
58 | 58 | "eslint-plugin-jsx-a11y": "^6.8.0", |
59 | 59 | "eslint-plugin-prettier": "^5.1.3", |
60 | | - "eslint-plugin-react": "^7.33.2", |
61 | | - "eslint-plugin-react-hooks": "^4.6.0", |
| 60 | + "eslint-plugin-react": "^7.34.2", |
| 61 | + "eslint-plugin-react-hooks": "^4.6.2", |
62 | 62 | "jest": "^29.7.0", |
63 | | - "prettier": "^3.2.4", |
64 | | - "rimraf": "^5.0.5", |
65 | | - "rollup": "^4.9.6", |
66 | | - "rollup-plugin-dts": "^6.1.0", |
| 63 | + "prettier": "^3.3.1", |
| 64 | + "rimraf": "^5.0.7", |
| 65 | + "rollup": "^4.18.0", |
| 66 | + "rollup-plugin-dts": "^6.1.1", |
67 | 67 | "rollup-plugin-terser": "^7.0.2", |
68 | | - "ts-jest": "^29.1.1", |
69 | | - "tslib": "^2.6.2", |
70 | | - "typedoc": "^0.25.7", |
71 | | - "typescript": "^5.3.3" |
| 68 | + "ts-jest": "^29.1.4", |
| 69 | + "tslib": "^2.6.3", |
| 70 | + "typedoc": "^0.25.13", |
| 71 | + "typescript": "^5.4.5" |
72 | 72 | }, |
73 | 73 | "resolutions": { |
74 | 74 | "@typescript-eslint/eslint-plugin": "^6.19.0", |
|
80 | 80 | "start": "yarn run watch", |
81 | 81 | "watch": "rollup -c -w", |
82 | 82 | "build": "rollup -c", |
83 | | - "test": "jest --passWithNoTests", |
84 | | - "test:watch": "jest --passWithNoTests --watch", |
85 | | - "test:coverage": "jest --passWithNoTests --coverage", |
| 83 | + "test": "yarn node --experimental-vm-modules $(yarn bin jest) --passWithNoTests --detectOpenHandles --forceExit", |
| 84 | + "test:watch": "yarn run test --watch", |
| 85 | + "test:coverage": "yarn run test --coverage", |
86 | 86 | "lint": "yarn run eslint && yarn run prettier", |
87 | 87 | "fix": "yarn run eslint:fix && yarn run prettier:write", |
88 | 88 | "prettier:write": "prettier \"*\" \"*/**\" --write", |
|
92 | 92 | "docs": "typedoc src/index.ts", |
93 | 93 | "prepare": "yarn run build" |
94 | 94 | }, |
95 | | - "packageManager": "yarn@4.0.2" |
| 95 | + "packageManager": "yarn@4.2.2" |
96 | 96 | } |
0 commit comments