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

Commit

Permalink
Merge f06f28f into adc7f4b
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecesmat authored Sep 29, 2020
2 parents adc7f4b + f06f28f commit 358edd4
Show file tree
Hide file tree
Showing 3 changed files with 2,750 additions and 1,892 deletions.
8 changes: 1 addition & 7 deletions karma.conf.ie.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ module.exports = function(config) {
require('./karma.conf.js')(config);
config.set({
plugins: config.plugins.concat('karma-ie-launcher'),
browsers: ['IE9'],
customLaunchers: {
IE9: {
base: 'IE',
'x-ua-compatible': 'IE=EmulateIE9'
}
}
browsers: ['IE']
});
};
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@
},
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-transform-destructuring": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-transform-destructuring": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"builder": "^3.2.3",
"exenv": "^1.2.1",
"hoist-non-react-statics": "3.3.0",
"exenv": "^1.2.2",
"hoist-non-react-statics": "3.3.2",
"inline-style-prefixer": "^4.0.0",
"prop-types": "^15.5.8",
"prop-types": "^15.7.2",
"publishr": "^1.0.0",
"rimraf": "^2.6.1",
"webpack": "^3.10.0"
Expand All @@ -76,22 +76,22 @@
"react": "^16.8.0"
},
"devDependencies": {
"@babel/node": "^7.0.0",
"babel-eslint": "^10.0.1",
"@babel/node": "^7.10.5",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^5.1.0",
"caniuse-api": "^2.0.0",
"chai": "^3.5.0",
"color": "^1.0.3",
"core-js": "^2.5.3",
"coveralls": "^2.12.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"coveralls": "^3.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^5.16.0",
"eslint-plugin-flowtype": "3.9.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react": "^7.21.1",
"eslint-plugin-react-hooks": "1.6.0",
"express": "^4.15.2",
"express": "^4.17.1",
"express-http-proxy": "^0.11.0",
"flow-bin": "^0.100.0",
"inject-loader": "^3.0.1",
Expand All @@ -106,17 +106,17 @@
"karma-mocha-reporter": "^2.2.2",
"karma-sinon-chai": "^1.2.4",
"karma-webpack": "^2.0.3",
"mocha": "^3.2.0",
"node-libs-browser": "^2.0.0",
"nodemon": "^1.11.0",
"mocha": "4",
"node-libs-browser": "^2.2.1",
"nodemon": "^2.0.4",
"object-assign": "^4.1.1",
"prettier": "^1.15.3",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-test-renderer": "^16.8.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"webpack-dev-server": "^3.1.11"
"webpack-dev-server": "^3.11.0"
},
"publishr": {
"dependencies": [
Expand Down
Loading

0 comments on commit 358edd4

Please sign in to comment.