Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
NPM update
Browse files Browse the repository at this point in the history
  • Loading branch information
espen42 committed Mar 15, 2021
1 parent b3ce7fd commit cc9d34d
Show file tree
Hide file tree
Showing 12 changed files with 4,198 additions and 3,430 deletions.
2,005 changes: 1,123 additions & 882 deletions packages/buildcomponents/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions packages/buildcomponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"webpack-cli": "^3"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-arrow-functions": "^7.12.1",
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-arrow-functions": "^7.13.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/register": "^7.12.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@babel/register": "^7.13.8",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.2",
"chai": "^3.5.0",
Expand All @@ -76,8 +76,8 @@
"prettier": "^1.18.2",
"prop-types": "^15.7.2",
"react-redux": "^6.0.1",
"react4xp-buildconstants": "0.8.9",
"react4xp-regions": "1.0.6",
"react4xp-buildconstants": "^0.8.9",
"react4xp-regions": "^1.0.6",
"redux": "^4.0.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
Expand Down
2,031 changes: 1,136 additions & 895 deletions packages/client/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"webpack-cli": "^3"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-arrow-functions": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/register": "^7.12.10",
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-arrow-functions": "^7.13.0",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@babel/register": "^7.13.8",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.2",
"eslint": "^6.8.0",
Expand Down
1,137 changes: 618 additions & 519 deletions packages/externals/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/externals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"webpack-cli": "^3"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/register": "^7.13.8",
"babel-loader": "^8.2.2",
"copyfiles": "^2.4.1",
"eslint": "^6.1.0",
Expand Down
1,197 changes: 648 additions & 549 deletions packages/nashornpolyfills/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions packages/nashornpolyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"webpack-cli": "^3"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-arrow-functions": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/register": "^7.12.10",
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-arrow-functions": "^7.13.0",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@babel/register": "^7.13.8",
"babel-loader": "^8.2.2",
"copyfiles": "^2.4.1",
"eslint": "^6.1.0",
Expand All @@ -56,7 +56,7 @@
"eslint-plugin-prettier": "^3.3.1",
"npm-safe-install": "^1.1.0",
"prettier": "^1.18.2",
"react4xp-buildconstants": "0.8.9",
"react4xp-buildconstants": "^0.8.9",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
Expand Down

0 comments on commit cc9d34d

Please sign in to comment.