Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchuan committed Sep 7, 2023
1 parent fd3b16b commit 10ca326
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,8 +20,8 @@
},
"devDependencies": {
"ava": "^4.3.1",
"rollup": "^2.77.0",
"terser": "^5.14.2"
"rollup": "^3.29.0",
"terser": "^5.19.4"
},
"files": [
"css-doodle*.js",
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 info from './package.json';
import info from './package.json' assert { type: 'json' };

export default {
input: 'src/index.js',
Expand Down

0 comments on commit 10ca326

Please sign in to comment.