Skip to content

Commit

Permalink
chore: up rollup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 18, 2023
1 parent 9def925 commit 330a829
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 79 deletions.
12 changes: 6 additions & 6 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@sucrase/jest-plugin": "^3.0.0",
"@types/jest": "^29.4.0",
"@types/jsdom": "^20.0.1",
Expand All @@ -103,10 +104,9 @@
"jest-mock-warn": "^1.1.0",
"nightwatch": "^2.6.20",
"nightwatch-helpers": "^1.2.0",
"rimraf": "^3.0.2",
"rollup": "^3.17.2",
"rimraf": "^5.0.1",
"rollup": "^3.22.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"sucrase": "^3.29.0",
"typescript": "~4.9.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import resolve from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'
import chalk from 'chalk'
import pkg from './package.json' assert { type: 'json' }
import { terser } from 'rollup-plugin-terser'
import terser from '@rollup/plugin-terser'

const name = pkg.name

Expand Down
2 changes: 1 addition & 1 deletion packages/router/size-checks/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ts from 'rollup-plugin-typescript2'
import replace from '@rollup/plugin-replace'
import resolve from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'
import { terser } from 'rollup-plugin-terser'
import terser from '@rollup/plugin-terser'
import { defineConfig } from 'rollup'

const __dirname = path.dirname(new URL(import.meta.url).pathname)
Expand Down
Loading

0 comments on commit 330a829

Please sign in to comment.