Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from carlos-montiers/master
Browse files Browse the repository at this point in the history
Replace deprecated dependency
  • Loading branch information
geocine authored Feb 12, 2021
2 parents 8543a37 + dfc1940 commit df647e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"homepage": "https://github.com/geocine/phaser3-rollup-typescript#readme",
"devDependencies": {
"@rollup/plugin-alias": "^3.0.1",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-replace": "^2.3.0",
"cross-env": "^7.0.2",
"nollup": "^0.10.7",
"phaser": "^3.22.0",
"rimraf": "^3.0.2",
"rollup": "^1.29.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup": "^2.3.4",
"rollup-plugin-static-files": "^0.0.1",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.26.0",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import commonjs from 'rollup-plugin-commonjs';
import commonjs from '@rollup/plugin-commonjs';
import resolve from '@rollup/plugin-node-resolve';
import replace from '@rollup/plugin-replace';
import alias from '@rollup/plugin-alias';
Expand Down

0 comments on commit df647e4

Please sign in to comment.