|
53 | 53 | "@storybook/cli": "^5.3.17", |
54 | 54 | "@storybook/storybook-deployer": "^2.8.5", |
55 | 55 | "@storybook/web-components": "^5.3.17", |
56 | | - "lerna": "^3.22.0", |
57 | | - "lit-element": "^2.3.1", |
| 56 | + "lerna": "^3.22.1", |
| 57 | + "lit-element": "^2.4.0", |
58 | 58 | "monaco-editor": "^0.19.3", |
59 | 59 | "monaco-editor-webpack-plugin": "^1.8.2", |
60 | 60 | "storybook-addon-web-components-knobs": "^0.2.7", |
61 | | - "@babel/core": "^7.9.0", |
62 | | - "@babel/plugin-proposal-class-properties": "^7.8.3", |
63 | | - "@babel/plugin-proposal-decorators": "^7.8.3", |
64 | | - "@babel/plugin-proposal-object-rest-spread": "^7.9.0", |
65 | | - "@babel/preset-env": "^7.9.0", |
66 | | - "@babel/preset-react": "^7.9.4", |
67 | | - "@babel/preset-typescript": "^7.9.0", |
| 61 | + "cpx": "^1.5.0", |
| 62 | + "@babel/core": "^7.12.8", |
| 63 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 64 | + "@babel/plugin-proposal-decorators": "^7.12.1", |
| 65 | + "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
| 66 | + "@babel/preset-env": "^7.12.7", |
| 67 | + "@babel/preset-react": "^7.12.7", |
| 68 | + "@babel/preset-typescript": "^7.12.7", |
68 | 69 | "@types/jest": "^24.9.1", |
69 | 70 | "@types/node": "12.12.22", |
70 | | - "@types/react": "^16.9.32", |
71 | | - "@types/react-dom": "^16.9.6", |
72 | | - "@webcomponents/webcomponentsjs": "^2.4.3", |
73 | | - "babel-loader": "^8.1.0", |
74 | | - "core-js": "^3.6.4", |
75 | | - "es-dev-server": "^1.45.3", |
| 71 | + "@types/react": "^17.0.00", |
| 72 | + "@types/react-dom": "^17.0.0", |
| 73 | + "@webcomponents/webcomponentsjs": "^2.5.0", |
| 74 | + "babel-loader": "^8.2.1", |
| 75 | + "core-js": "^3.7.0", |
| 76 | + "es-dev-server": "^1.57.8", |
76 | 77 | "gulp": "^4.0.2", |
77 | 78 | "gulp-append-prepend": "^1.0.8", |
78 | | - "gulp-header-license": "^1.0.9", |
| 79 | + "gulp-clean-css": "4.3.0", |
| 80 | + "gulp-header-license": "^1.0.10", |
79 | 81 | "gulp-rename": "^2.0.0", |
80 | | - "gulp-sass": "^4.0.2", |
| 82 | + "gulp-sass": "^4.1.0", |
81 | 83 | "gulp-util": "^3.0.8", |
82 | | - "husky": "^3.1.0", |
| 84 | + "husky": "^4.3.0", |
83 | 85 | "jest": "^24.5.0", |
84 | 86 | "jest-junit": "^6.3.0", |
85 | 87 | "npm-run-all": "^4.1.5", |
86 | 88 | "prettier": "1.17.0", |
87 | | - "regenerator-runtime": "^0.13.5", |
88 | | - "sass": "^1.26.3", |
89 | | - "shx": "^0.3.2", |
| 89 | + "regenerator-runtime": "^0.13.7", |
| 90 | + "sass": "^1.29.0", |
| 91 | + "shx": "^0.3.3", |
90 | 92 | "ts-jest": "^24.3.0", |
91 | | - "whatwg-fetch": "^3.0.0", |
92 | | - "fs-extra": "^9.0.0", |
93 | | - "react": "^16.13.1", |
94 | | - "react-dom": "^16.13.1", |
| 93 | + "whatwg-fetch": "^3.5.0", |
| 94 | + "fs-extra": "^9.0.1", |
| 95 | + "react": "^17.0.1", |
| 96 | + "react-dom": "^17.0.1", |
| 97 | + "rollup": "^2.33.3", |
| 98 | + "rollup-plugin-babel": "^4.4.0", |
| 99 | + "rollup-plugin-babel-minify": "^10.0.0", |
| 100 | + "rollup-plugin-commonjs": "^10.1.0", |
| 101 | + "rollup-plugin-json": "^4.0.0", |
| 102 | + "rollup-plugin-node-resolve": "^5.2.0", |
| 103 | + "rollup-plugin-postcss": "^3.1.8", |
| 104 | + "rollup-plugin-terser": "^7.0.2", |
| 105 | + "rollup-plugin-typescript": "^1.0.1", |
95 | 106 | "typescript": "^3.7.5", |
96 | | - "web-component-analyzer": "^1.1.6" |
| 107 | + "web-component-analyzer": "^1.1.6", |
| 108 | + "tslint": "^6.1.3", |
| 109 | + "tslint-config-prettier": "^1.18.0" |
97 | 110 | }, |
98 | 111 | "husky": { |
99 | 112 | "hooks": { |
|
0 commit comments