Skip to content

Commit 52fdc87

Browse files
authored
build: update rollup dev dependencies (#12)
1 parent 240f8ce commit 52fdc87

File tree

3 files changed

+33
-72
lines changed

3 files changed

+33
-72
lines changed

package-lock.json

Lines changed: 31 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@googlemaps/jest-mocks": "^1.3.6",
36+
"@rollup/plugin-typescript": "^8.3.0",
3637
"@types/google.maps": "^3.46.0",
3738
"@types/jest": "^27.0.2",
3839
"@typescript-eslint/eslint-plugin": ">=2.25.0",
@@ -44,7 +45,6 @@
4445
"jest": "^27.3.1",
4546
"prettier": "^2.0.4",
4647
"rollup": "^2.4.0",
47-
"rollup-plugin-typescript2": "^0.30.0",
4848
"ts-jest": "^27.0.7",
4949
"typedoc": "^0.22.4",
5050
"typescript": "^4.2.2"

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import typescript from "rollup-plugin-typescript2";
16+
import typescript from "@rollup/plugin-typescript";
1717

1818
export default [
1919
{

0 commit comments

Comments
 (0)