|
1 | 1 | { |
2 | 2 | "name": "bubblesets-js", |
3 | 3 | "description": "JavaScript implementation of bubble sets by Christopher Collins", |
4 | | - "version": "2.3.1", |
| 4 | + "version": "2.3.2", |
5 | 5 | "author": { |
6 | 6 | "name": "Samuel Gratzl", |
7 | 7 | "email": "sam@sgratzl.com", |
|
38 | 38 | "src/**/*.ts" |
39 | 39 | ], |
40 | 40 | "devDependencies": { |
41 | | - "@babel/core": "^7.20.2", |
42 | | - "@babel/preset-env": "^7.20.2", |
43 | | - "@rollup/plugin-babel": "^6.0.2", |
44 | | - "@rollup/plugin-commonjs": "^23.0.2", |
45 | | - "@rollup/plugin-node-resolve": "^15.0.1", |
46 | | - "@rollup/plugin-replace": "^5.0.1", |
47 | | - "@rollup/plugin-typescript": "^9.0.2", |
48 | | - "@types/jest": "^29.2.2", |
49 | | - "@typescript-eslint/eslint-plugin": "^5.42.1", |
50 | | - "@typescript-eslint/parser": "^5.42.1", |
51 | | - "@yarnpkg/sdks": "^2.6.3", |
52 | | - "eslint": "^8.27.0", |
53 | | - "eslint-config-airbnb-typescript": "^17.0.0", |
54 | | - "eslint-config-prettier": "^8.5.0", |
| 41 | + "@babel/core": "^7.23.7", |
| 42 | + "@babel/preset-env": "^7.23.8", |
| 43 | + "@rollup/plugin-babel": "^6.0.4", |
| 44 | + "@rollup/plugin-commonjs": "^25.0.7", |
| 45 | + "@rollup/plugin-node-resolve": "^15.2.3", |
| 46 | + "@rollup/plugin-replace": "^5.0.5", |
| 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", |
| 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 | | - "eslint-plugin-import": "^2.26.0", |
58 | | - "eslint-plugin-jsx-a11y": "^6.6.1", |
59 | | - "eslint-plugin-prettier": "^4.2.1", |
60 | | - "eslint-plugin-react": "^7.31.10", |
| 57 | + "eslint-plugin-import": "^2.29.1", |
| 58 | + "eslint-plugin-jsx-a11y": "^6.8.0", |
| 59 | + "eslint-plugin-prettier": "^5.1.3", |
| 60 | + "eslint-plugin-react": "^7.33.2", |
61 | 61 | "eslint-plugin-react-hooks": "^4.6.0", |
62 | | - "jest": "^29.3.1", |
63 | | - "prettier": "^2.7.1", |
64 | | - "rimraf": "^3.0.2", |
65 | | - "rollup": "^3.2.5", |
66 | | - "rollup-plugin-dts": "^5.0.0", |
| 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", |
67 | 67 | "rollup-plugin-terser": "^7.0.2", |
68 | | - "ts-jest": "^29.0.3", |
69 | | - "tslib": "^2.4.1", |
70 | | - "typedoc": "^0.23.20", |
71 | | - "typescript": "^4.8.4" |
| 68 | + "ts-jest": "^29.1.1", |
| 69 | + "tslib": "^2.6.2", |
| 70 | + "typedoc": "^0.25.7", |
| 71 | + "typescript": "^5.3.3" |
| 72 | + }, |
| 73 | + "resolutions": { |
| 74 | + "@typescript-eslint/eslint-plugin": "^6.19.0", |
| 75 | + "@typescript-eslint/parser": "^6.19.0" |
72 | 76 | }, |
73 | 77 | "scripts": { |
74 | 78 | "clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\" \"samples/*.js\" \"samples/*.map\"", |
|
88 | 92 | "docs": "typedoc src/index.ts", |
89 | 93 | "prepare": "yarn run build" |
90 | 94 | }, |
91 | | - "packageManager": "yarn@3.2.4" |
| 95 | + "packageManager": "yarn@4.0.2" |
92 | 96 | } |
0 commit comments