Skip to content

Commit

Permalink
fix: upgrade deps (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhovhannes authored Nov 7, 2022
1 parent f88cf07 commit d06fe73
Show file tree
Hide file tree
Showing 3 changed files with 1,117 additions and 1,320 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"workfront-api-constants": "^2.0.0"
},
"devDependencies": {
"@arkweid/lefthook": "0.7.7",
"@rollup/plugin-commonjs": "23.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "15.0.0",
"@rollup/plugin-typescript": "8.5.0",
"@evilmartians/lefthook": "1.2.0",
"@rollup/plugin-commonjs": "23.0.2",
"@rollup/plugin-json": "5.0.1",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "9.0.2",
"@types/mocha": "9.1.1",
"conventional-changelog-cli": "2.2.2",
"fetch-mock": "9.11.0",
Expand All @@ -37,7 +37,7 @@
"mocha": "9.2.2",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"rollup": "2.79.1",
"rollup": "3.2.5",
"rollup-plugin-terser": "7.0.2",
"should": "13.2.3",
"ts-node": "10.9.1",
Expand Down
8 changes: 4 additions & 4 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import typescript from '@rollup/plugin-typescript'
import {nodeResolve} from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'
import {terser} from 'rollup-plugin-terser'
const typescript = require('@rollup/plugin-typescript')
const {nodeResolve} = require('@rollup/plugin-node-resolve')
const commonjs = require('@rollup/plugin-commonjs')
const {terser} = require('rollup-plugin-terser')

const name = 'workfront-api'

Expand Down
Loading

0 comments on commit d06fe73

Please sign in to comment.