Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed Feb 4, 2024
1 parent e18f6e8 commit c9cc9b8
Show file tree
Hide file tree
Showing 3 changed files with 876 additions and 850 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
],
"license": "(EDL-1.0 OR EPL-1.0)",
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/eslint-parser": "7.22.11",
"@babel/preset-env": "7.22.10",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"chai": "4.3.8",
"@babel/core": "7.23.9",
"@babel/eslint-parser": "7.23.10",
"@babel/preset-env": "7.23.9",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"chai": "5.0.3",
"codecov": "3.8.3",
"eslint": "8.48.0",
"eslint": "8.56.0",
"expect.js": "0.3.1",
"jquery": "3.7.1",
"jsdoc": "4.0.2",
"jsdom": "22.1.0",
"jsdom": "24.0.0",
"mocha": "10.2.0",
"mocha-lcov-reporter": "1.3.0",
"nyc": "15.1.0",
"rollup": "3.28.1"
"rollup": "4.9.6"
},
"type": "module",
"engines": {
Expand Down
11 changes: 0 additions & 11 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import fs from 'fs'
import replace from '@rollup/plugin-replace'
import babel from '@rollup/plugin-babel'
import terser from '@rollup/plugin-terser'

const packageJson = JSON.parse(fs.readFileSync('./package.json'))
Expand All @@ -20,16 +19,6 @@ export default {
npm_package_version: packageJson.version,
preventAssignment: true
}),
babel({
exclude: 'node_modules/**',
presets: [['@babel/env', {
targets: {
browsers: ['>2%', 'not dead']
}
}]],
babelrc: false,
babelHelpers: 'bundled'
}),
terser()
]
}
Loading

0 comments on commit c9cc9b8

Please sign in to comment.