|
67 | 67 | "template7": "^1.4.2"
|
68 | 68 | },
|
69 | 69 | "devDependencies": {
|
70 |
| - "@babel/core": "^7.8.4", |
71 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.8.3", |
72 |
| - "@babel/plugin-transform-react-jsx": "^7.8.3", |
73 |
| - "@babel/preset-env": "^7.8.4", |
74 |
| - "acorn": "^7.1.0", |
75 |
| - "acorn-jsx": "^5.1.0", |
76 |
| - "autoprefixer": "^9.7.4", |
| 70 | + "@babel/core": "^7.9.0", |
| 71 | + "@babel/plugin-proposal-object-rest-spread": "^7.9.5", |
| 72 | + "@babel/plugin-transform-react-jsx": "^7.9.4", |
| 73 | + "@babel/preset-env": "^7.9.5", |
| 74 | + "@rollup/plugin-buble": "^0.21.1", |
| 75 | + "@rollup/plugin-commonjs": "^11.0.2", |
| 76 | + "@rollup/plugin-node-resolve": "^7.1.1", |
| 77 | + "@rollup/plugin-replace": "^2.3.1", |
| 78 | + "acorn": "^7.1.1", |
| 79 | + "acorn-jsx": "^5.2.0", |
| 80 | + "autoprefixer": "^9.7.6", |
77 | 81 | "clean-css": "^4.2.3",
|
78 | 82 | "cross-env": "^7.0.2",
|
79 | 83 | "eslint": "^6.8.0",
|
80 |
| - "eslint-config-airbnb-base": "^14.0.0", |
81 |
| - "eslint-plugin-import": "^2.20.1", |
82 |
| - "eslint-plugin-react": "^7.18.3", |
| 84 | + "eslint-config-airbnb-base": "^14.1.0", |
| 85 | + "eslint-plugin-import": "^2.20.2", |
| 86 | + "eslint-plugin-react": "^7.19.0", |
83 | 87 | "eslint-plugin-svelte3": "^2.7.3",
|
84 | 88 | "glob": "^7.1.6",
|
85 | 89 | "gulp": "^4.0.2",
|
86 | 90 | "gulp-connect": "^5.7.0",
|
87 |
| - "husky": "^4.2.1", |
88 |
| - "less": "^3.10.3", |
| 91 | + "husky": "^4.2.5", |
| 92 | + "less": "^3.11.1", |
89 | 93 | "opn": "^6.0.0",
|
90 | 94 | "phenome": "0.1.9",
|
91 |
| - "postcss": "^7.0.26", |
| 95 | + "postcss": "^7.0.27", |
92 | 96 | "prop-types": "^15.7.2",
|
93 |
| - "react": "^16.13.0", |
94 |
| - "react-dom": "^16.13.0", |
95 |
| - "rollup": "^2.0.0", |
96 |
| - "rollup-plugin-babel": "^4.3.3", |
97 |
| - "rollup-plugin-buble": "^0.19.8", |
98 |
| - "rollup-plugin-svelte": "^5.1.1", |
99 |
| - "svelte": "^3.18.1", |
100 |
| - "@rollup/plugin-commonjs": "^11.0.2", |
101 |
| - "@rollup/plugin-node-resolve": "^7.1.1", |
102 |
| - "@rollup/plugin-replace": "^2.3.1", |
| 97 | + "react": "^16.13.1", |
| 98 | + "react-dom": "^16.13.1", |
| 99 | + "rollup": "^2.4.0", |
| 100 | + "rollup-plugin-babel": "^4.4.0", |
| 101 | + "rollup-plugin-svelte": "^5.2.1", |
103 | 102 | "rollup-plugin-vue": "^5.1.6",
|
104 |
| - "terser": "^4.6.6", |
| 103 | + "svelte": "^3.20.1", |
| 104 | + "terser": "^4.6.11", |
105 | 105 | "vue": "^2.6.11",
|
106 | 106 | "vue-template-compiler": "^2.6.11"
|
107 | 107 | }
|
|
0 commit comments