-
Notifications
You must be signed in to change notification settings - Fork 754
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6170 from bdukes/babel-7.25
Bump babel from 7.23 to 7.25
- Loading branch information
Showing
22 changed files
with
25,270 additions
and
18,948 deletions.
There are no files selected for viewing
112 changes: 56 additions & 56 deletions
112
Dnn.AdminExperience/ClientSide/AdminLogs.Web/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,56 @@ | ||
{ | ||
"name": "admin-logs", | ||
"version": "9.13.6", | ||
"private": true, | ||
"scripts": { | ||
"build": "set NODE_ENV=production&&webpack --mode production", | ||
"debug": "set NODE_ENV=debug&&webpack --mode production", | ||
"watch": "set NODE_ENV=debug & webpack --mode=development --progress --watch", | ||
"lint": "eslint --fix" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/plugin-transform-object-assign": "^7.22.5", | ||
"@babel/preset-env": "^7.22.9", | ||
"@babel/preset-react": "^7.22.5", | ||
"@dnnsoftware/dnn-react-common": "9.13.6", | ||
"array.prototype.find": "2.2.3", | ||
"array.prototype.findindex": "2.2.1", | ||
"babel-loader": "8.3.0", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"babel-polyfill": "6.26.0", | ||
"create-react-class": "^15.7.0", | ||
"css-loader": "^7.1.2", | ||
"es6-object-assign": "1.1.0", | ||
"eslint": "7.32.0", | ||
"eslint-loader": "4.0.2", | ||
"eslint-plugin-react": "7.37.1", | ||
"eslint-plugin-spellcheck": "0.0.11", | ||
"file-loader": "3.0.1", | ||
"i18n-webpack-plugin": "1.0.0", | ||
"jwt-decode": "2.2.0", | ||
"less": "4.1.3", | ||
"less-loader": "12.2.0", | ||
"prop-types": "15.8.1", | ||
"raw-loader": "4.0.2", | ||
"react": "^16.14.0", | ||
"react-click-outside": "^3.0.1", | ||
"react-dom": "^16.14.0", | ||
"react-hot-loader": "4.13.1", | ||
"react-redux": "^8.1.1", | ||
"redux": "^4.2.1", | ||
"redux-devtools": "3.7.0", | ||
"redux-devtools-dock-monitor": "1.2.0", | ||
"redux-devtools-log-monitor": "2.1.0", | ||
"redux-immutable-state-invariant": "2.1.0", | ||
"redux-thunk": "2.4.2", | ||
"style-loader": "^0.23.1", | ||
"throttle-debounce": "^5.0.0", | ||
"url-loader": "1.1.2", | ||
"webpack": "5.94.0", | ||
"webpack-bundle-size-analyzer": "3.1.0", | ||
"webpack-cli": "5.1.4", | ||
"webpack-dev-server": "4.15.1" | ||
} | ||
} | ||
{ | ||
"name": "admin-logs", | ||
"version": "9.13.6", | ||
"private": true, | ||
"scripts": { | ||
"build": "set NODE_ENV=production&&webpack --mode production", | ||
"debug": "set NODE_ENV=debug&&webpack --mode production", | ||
"watch": "set NODE_ENV=debug & webpack --mode=development --progress --watch", | ||
"lint": "eslint --fix" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.26.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/plugin-transform-object-assign": "^7.25.9", | ||
"@babel/preset-env": "^7.26.0", | ||
"@babel/preset-react": "^7.25.9", | ||
"@dnnsoftware/dnn-react-common": "9.13.6", | ||
"array.prototype.find": "2.2.3", | ||
"array.prototype.findindex": "2.2.1", | ||
"babel-loader": "8.3.0", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"babel-polyfill": "6.26.0", | ||
"create-react-class": "^15.7.0", | ||
"css-loader": "^7.1.2", | ||
"es6-object-assign": "1.1.0", | ||
"eslint": "7.32.0", | ||
"eslint-loader": "4.0.2", | ||
"eslint-plugin-react": "7.37.1", | ||
"eslint-plugin-spellcheck": "0.0.11", | ||
"file-loader": "3.0.1", | ||
"i18n-webpack-plugin": "1.0.0", | ||
"jwt-decode": "2.2.0", | ||
"less": "4.1.3", | ||
"less-loader": "12.2.0", | ||
"prop-types": "15.8.1", | ||
"raw-loader": "4.0.2", | ||
"react": "^16.14.0", | ||
"react-click-outside": "^3.0.1", | ||
"react-dom": "^16.14.0", | ||
"react-hot-loader": "4.13.1", | ||
"react-redux": "^8.1.1", | ||
"redux": "^4.2.1", | ||
"redux-devtools": "3.7.0", | ||
"redux-devtools-dock-monitor": "1.2.0", | ||
"redux-devtools-log-monitor": "2.1.0", | ||
"redux-immutable-state-invariant": "2.1.0", | ||
"redux-thunk": "2.4.2", | ||
"style-loader": "^0.23.1", | ||
"throttle-debounce": "^5.0.0", | ||
"url-loader": "1.1.2", | ||
"webpack": "5.94.0", | ||
"webpack-bundle-size-analyzer": "3.1.0", | ||
"webpack-cli": "5.1.4", | ||
"webpack-dev-server": "4.15.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,71 @@ | ||
{ | ||
"name": "export-bundle", | ||
"version": "9.13.6", | ||
"private": true, | ||
"scripts": { | ||
"build": "set NODE_ENV=production&&webpack --mode production --progress", | ||
"debug": "set NODE_ENV=debug&&webpack --mode production --progress", | ||
"watch": "set NODE_ENV=debug & webpack --mode=development --progress --watch", | ||
"analyze": "set NODE_ENV=production&&webpack --config webpack.config.js --profile --json > stats.json&&webpack-bundle-analyzer stats.json", | ||
"lint": "eslint --fix" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/preset-env": "^7.22.9", | ||
"@babel/preset-react": "^7.22.5", | ||
"array.prototype.find": "2.2.3", | ||
"array.prototype.findindex": "2.2.1", | ||
"babel-loader": "^8.3.0", | ||
"babel-plugin-transform-object-assign": "6.22.0", | ||
"babel-plugin-transform-object-rest-spread": "6.26.0", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"babel-polyfill": "6.26.0", | ||
"create-react-class": "^15.7.0", | ||
"css-loader": "^7.1.2", | ||
"dayjs": "^1.11.9", | ||
"es6-object-assign": "1.1.0", | ||
"es6-promise": "4.2.8", | ||
"eslint": "7.32.0", | ||
"eslint-loader": "4.0.2", | ||
"eslint-plugin-react": "7.37.1", | ||
"eslint-plugin-spellcheck": "0.0.11", | ||
"file-loader": "3.0.1", | ||
"json-loader": "^0.5.7", | ||
"jwt-decode": "2.2.0", | ||
"less": "4.1.3", | ||
"less-loader": "12.2.0", | ||
"moment": "^2.29.4", | ||
"prop-types": "^15.8.1", | ||
"raw-loader": "4.0.2", | ||
"react": "^16.14.0", | ||
"react-collapse": "5.1.1", | ||
"react-custom-scrollbars": "4.2.1", | ||
"react-dom": "^16.14.0", | ||
"react-height": "3.0.2", | ||
"react-hot-loader": "4.13.1", | ||
"react-modal": "3.16.1", | ||
"react-motion": "0.5.2", | ||
"react-redux": "8.1.1", | ||
"react-tabs": "3.2.3", | ||
"react-tooltip": "4.5.1", | ||
"react-widgets": "^5.8.4", | ||
"redux": "4.2.1", | ||
"redux-devtools": "3.7.0", | ||
"redux-devtools-dock-monitor": "1.2.0", | ||
"redux-devtools-log-monitor": "2.1.0", | ||
"redux-immutable-state-invariant": "2.1.0", | ||
"redux-thunk": "2.4.2", | ||
"source-map-loader": "^0.2.4", | ||
"style-loader": "0.23.1", | ||
"throttle-debounce": "5.0.0", | ||
"url-loader": "1.1.2", | ||
"webpack": "5.94.0", | ||
"webpack-bundle-analyzer": "^4.9.0", | ||
"webpack-cli": "5.1.4", | ||
"webpack-dev-server": "4.15.1" | ||
}, | ||
"dependencies": { | ||
"@dnnsoftware/dnn-react-common": "9.13.6" | ||
} | ||
} | ||
{ | ||
"name": "export-bundle", | ||
"version": "9.13.6", | ||
"private": true, | ||
"scripts": { | ||
"build": "set NODE_ENV=production&&webpack --mode production --progress", | ||
"debug": "set NODE_ENV=debug&&webpack --mode production --progress", | ||
"watch": "set NODE_ENV=debug & webpack --mode=development --progress --watch", | ||
"analyze": "set NODE_ENV=production&&webpack --config webpack.config.js --profile --json > stats.json&&webpack-bundle-analyzer stats.json", | ||
"lint": "eslint --fix" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.26.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/preset-env": "^7.26.0", | ||
"@babel/preset-react": "^7.25.9", | ||
"array.prototype.find": "2.2.3", | ||
"array.prototype.findindex": "2.2.1", | ||
"babel-loader": "^8.3.0", | ||
"babel-plugin-transform-object-assign": "6.22.0", | ||
"babel-plugin-transform-object-rest-spread": "6.26.0", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"babel-polyfill": "6.26.0", | ||
"create-react-class": "^15.7.0", | ||
"css-loader": "^7.1.2", | ||
"dayjs": "^1.11.9", | ||
"es6-object-assign": "1.1.0", | ||
"es6-promise": "4.2.8", | ||
"eslint": "7.32.0", | ||
"eslint-loader": "4.0.2", | ||
"eslint-plugin-react": "7.37.1", | ||
"eslint-plugin-spellcheck": "0.0.11", | ||
"file-loader": "3.0.1", | ||
"json-loader": "^0.5.7", | ||
"jwt-decode": "2.2.0", | ||
"less": "4.1.3", | ||
"less-loader": "12.2.0", | ||
"moment": "^2.29.4", | ||
"prop-types": "^15.8.1", | ||
"raw-loader": "4.0.2", | ||
"react": "^16.14.0", | ||
"react-collapse": "5.1.1", | ||
"react-custom-scrollbars": "4.2.1", | ||
"react-dom": "^16.14.0", | ||
"react-height": "3.0.2", | ||
"react-hot-loader": "4.13.1", | ||
"react-modal": "3.16.1", | ||
"react-motion": "0.5.2", | ||
"react-redux": "8.1.1", | ||
"react-tabs": "3.2.3", | ||
"react-tooltip": "4.5.1", | ||
"react-widgets": "^5.8.4", | ||
"redux": "4.2.1", | ||
"redux-devtools": "3.7.0", | ||
"redux-devtools-dock-monitor": "1.2.0", | ||
"redux-devtools-log-monitor": "2.1.0", | ||
"redux-immutable-state-invariant": "2.1.0", | ||
"redux-thunk": "2.4.2", | ||
"source-map-loader": "^0.2.4", | ||
"style-loader": "0.23.1", | ||
"throttle-debounce": "5.0.0", | ||
"url-loader": "1.1.2", | ||
"webpack": "5.94.0", | ||
"webpack-bundle-analyzer": "^4.9.0", | ||
"webpack-cli": "5.1.4", | ||
"webpack-dev-server": "4.15.1" | ||
}, | ||
"dependencies": { | ||
"@dnnsoftware/dnn-react-common": "9.13.6" | ||
} | ||
} |
Oops, something went wrong.