Skip to content

Commit

Permalink
chore: upgrade rollup to latest (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi authored Feb 18, 2024
1 parent 3f38309 commit a3856b7
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 85 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"magic-string": "^0.30.6",
"pretty-bytes": "^5.6.0",
"rimraf": "^5.0.5",
"rollup": "^4.9.4",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-swc3": "^0.11.0",
"rollup-preserve-directives": "^1.1.1",
Expand Down
159 changes: 77 additions & 82 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
import { c as client } from './client-client-0x7cvmaL.js';
import { c as client } from './client-client-Cm06vGwQ.js';

var input = (()=>{
return client();
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"use strict";import{c as t}from"./client-client-w7FbcvRI.js";var e=()=>t();export{e as default};
"use strict";import{c as t}from"./client-client-BsqZWj2c.js";var e=()=>t();export{e as default};

0 comments on commit a3856b7

Please sign in to comment.