Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@rollup/plugin-replace": "^3.0.1",
"@rollup/plugin-sucrase": "^4.0.3",
"@rollup/plugin-typescript": "^8.3.1",
"@size-limit/preset-small-lib": "^4.5.5",
"@size-limit/preset-small-lib": "^8.2.3",
"@strictsoftware/typedoc-plugin-monorepo": "^0.3.1",
"@types/chai": "^4.1.3",
"@types/jest": "^27.4.1",
Expand Down Expand Up @@ -107,7 +107,7 @@
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"sinon": "^7.3.2",
"size-limit": "^4.5.5",
"size-limit": "^8.2.3",
"ts-jest": "^27.1.4",
"ts-node": "10.9.1",
"tslib": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"node-fetch": "^2.6.0",
"playwright": "^1.31.1",
"sinon": "^7.3.2",
"webpack": "^4.30.0"
"webpack": "^5.75.0"
},
"scripts": {
"build": "run-p build:transpile build:bundle build:types",
Expand Down
7 changes: 7 additions & 0 deletions packages/browser/test/package/npm-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
const fs = require('fs');
const path = require('path');

const CURRENT_NODE_VERSION = process.version.replace('v', '').split('.')[0];

if (CURRENT_NODE_VERSION === '8') {
console.log('Skipping npm build test on Node 8');
process.exit(0);
}

const webpack = require('webpack');
const { JSDOM } = require('jsdom');

Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"pako": "^2.1.0",
"playwright": "^1.31.1",
"typescript": "^4.5.2",
"webpack": "^5.52.0"
"webpack": "^5.75.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/node/test/manual/webpack-domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"webpack": "^4.42.1"
"webpack": "^5.75.0"
},
"devDependencies": {
"webpack-cli": "^3.3.11"
Expand Down
2 changes: 1 addition & 1 deletion scenarios/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.0",
"devDependencies": {
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.62.1",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.5.0",
"inquirer": "^8.2.0"
}
Expand Down
385 changes: 225 additions & 160 deletions yarn.lock

Large diffs are not rendered by default.