Skip to content

Commit 04d1e05

Browse files
committed
fix(csp): update ol and fix webpack type (#2138)
1 parent c9e8835 commit 04d1e05

File tree

3 files changed

+188
-32
lines changed

3 files changed

+188
-32
lines changed

packages/netlify-cms-proxy-server/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
entry: { index: path.join('src', 'index.ts'), middlewares: path.join('src', 'middlewares.ts') },
1111
mode: NODE_ENV,
1212
target: 'node',
13-
devtool: 'source-map',
13+
devtool: 'cheap-module-source-map',
1414
output: {
1515
path: path.resolve(__dirname, 'dist'),
1616
filename: '[name].js',

packages/netlify-cms-widget-map/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"react-immutable-proptypes": "^2.1.0"
3131
},
3232
"dependencies": {
33-
"ol": "^5.3.1"
33+
"ol": "^6.9.0"
3434
}
3535
}

0 commit comments

Comments
 (0)