|
36 | 36 | "access": "public" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/core": "^7.14.0", |
40 | | - "@babel/preset-env": "^7.14.1", |
41 | | - "@babel/preset-typescript": "^7.13.0", |
42 | | - "@rollup/plugin-babel": "^5.3.0", |
43 | | - "@types/benchmark": "^2.1.0", |
44 | | - "@types/jest": "^26.0.23", |
45 | | - "@types/node": "^15.0.2", |
46 | | - "benchmark": "^2.1.4", |
47 | | - "bootstrap": "^5.0.0", |
48 | | - "codecov": "^3.8.2", |
49 | | - "jest": "^26.6.3", |
50 | | - "magic-string": "^0.25.7", |
51 | | - "postcss": "^8.2.15", |
52 | | - "rollup": "^2.47.0", |
53 | | - "rollup-plugin-bundle-size": "^1.0.3", |
54 | | - "rollup-plugin-terser": "^7.0.2", |
55 | | - "tailwindcss": "^2.1.2", |
56 | | - "tsc-watch": "^4.2.9", |
57 | | - "tslib": "^2.2.0", |
58 | | - "typescript": "^4.2.4" |
| 39 | + "@babel/core": "7.15.0", |
| 40 | + "@babel/preset-env": "7.15.0", |
| 41 | + "@babel/preset-typescript": "7.15.0", |
| 42 | + "@rollup/plugin-babel": "5.3.0", |
| 43 | + "@types/benchmark": "2.1.1", |
| 44 | + "@types/jest": "27.0.1", |
| 45 | + "@types/node": "16.7.1", |
| 46 | + "benchmark": "2.1.4", |
| 47 | + "bootstrap": "5.1.0", |
| 48 | + "codecov": "3.8.3", |
| 49 | + "jest": "27.0.6", |
| 50 | + "magic-string": "0.25.7", |
| 51 | + "postcss": "8.3.6", |
| 52 | + "rollup": "2.56.2", |
| 53 | + "rollup-plugin-bundle-size": "1.0.3", |
| 54 | + "rollup-plugin-terser": "7.0.2", |
| 55 | + "tailwindcss": "2.2.7", |
| 56 | + "tsc-watch": "4.5.0", |
| 57 | + "tslib": "2.3.1", |
| 58 | + "typescript": "4.3.5" |
59 | 59 | } |
60 | 60 | } |
0 commit comments